Home / Computer / Knowledge Base / 🧠 What is UEFI / Legacy? What is GPT / MBR?

🧠 What is UEFI / Legacy? What is GPT / MBR?

Before installing an operating system, you must understand these terms.

1️⃣ What is BIOS and UEFI?

When you power on your PC, the first thing that runs is the firmware—either BIOS or the newer UEFI.

FeatureBIOS (Legacy)UEFI
Introduced1975+2012+
Disk SupportUp to 2 TBUp to 9 ZB (Zettabytes)
InterfaceText-basedGraphical support
Boot SpeedSlowerFaster
SecurityMinimalSecure Boot & more

Most modern systems come with UEFI. Legacy BIOS is found in older computers or in “Legacy Mode.”


2️⃣ What is MBR and GPT?

These are partitioning systems that define how your hard drive is structured and how data is stored.

FeatureMBR (Master Boot Record)GPT (GUID Partition Table)
Max Disk Size2 TB9 ZB
Partition Limit4 Primary PartitionsUp to 128 Partitions
CompatibilityWorks with old systemsDesigned for modern systems
ReliabilityBasicIncludes redundancy headers

3️⃣ Which One Should You Use?

If you’re using a modern PC:

  • UEFI + GPT is highly recommended.
  • It’s faster, safer, and supports larger drives.

On older PCs or for compatibility:

  • Legacy + MBR may be required.
  • Especially when installing older systems like Windows 7.

4️⃣ When Does It Matter?

  • During USB preparation with Rufus, you must select the correct partition scheme and target system.
  • If BIOS/UEFI settings are wrong, your drive might not appear during installation, or the OS won’t boot.

🧪 Example Scenario

Installing Windows 11 on a modern laptop?

  • In Rufus: select GPT + UEFI
  • In BIOS: enable Secure Boot, disable Legacy Mode

🎯 Conclusion

PC TypeBIOS ModePartition Scheme
Old PC (pre-2010)LegacyMBR
New PC (post-2012)UEFIGPT
Having issues?LegacyMBR

Leave a Reply