›_ TechLoved

UEFI vs Legacy BIOS, EZ Mode vs Advanced Mode

Two unrelated distinctions get mashed together in tutorials. UEFI vs Legacy is about firmware standards. EZ Mode vs Advanced Mode is about how Asus chose to present the menu. Here is each, plainly.

UEFI vs Legacy BIOS

This one is about firmware — the code that runs before your operating system loads.

Legacy BIOS is the original PC firmware standard from 1981. It uses a 16-bit boot process, can only address drives up to 2.2 TB, and reads boot code from the first sector of the drive (the Master Boot Record, or MBR). Slow, limited, and security-naive.

UEFI (Unified Extensible Firmware Interface) is the modern replacement, standardised in 2005 and dominant since around 2012. It boots in 64-bit mode, supports drives up to 9 zettabytes, has a proper file system on the firmware partition (the EFI System Partition), and supports Secure Boot — cryptographic verification that the bootloader has not been tampered with.

Every PC built since around 2014 ships with UEFI. Most also include a "Compatibility Support Module" (CSM) that can fall back to Legacy mode if you are dual-booting an old OS or a niche Linux distribution. By 2025, several motherboard vendors started shipping boards with no Legacy/CSM support at all.

Practical implications

EZ Mode vs Advanced Mode

This one is just about the user interface. Both modes show you the same UEFI firmware underneath.

EZ Mode is Asus's friendly graphical front-end. It shows the most-used settings on a single screen: CPU temperature, fan profile, RAM speed (XMP), boot device priority, and a few overclocking presets. It is meant for people who would otherwise be intimidated by the traditional BIOS menu structure.

Advanced Mode is the traditional menu — densely packed tabs (Main, Ai Tweaker, Advanced, Monitor, Boot, Tool, Exit) with hundreds of settings nested inside. Most settings are only available here.

Press F7 on any modern Asus board to toggle between them.

When you need Advanced Mode

Anything beyond the basics: SATA mode (AHCI/RAID), virtualisation (VT-x, AMD-V), Secure Boot keys, fan curve customisation per header, memory timings, IOMMU, TPM settings. EZ Mode genuinely does not expose these.

Other vendors do this too — MSI calls theirs "Click BIOS" with a "Mode" button to swap layouts; Gigabyte has "Easy Mode" and "Classic Mode". Same idea, different brand name.

How to tell which firmware mode you are in (Windows)

Press Windows + R, type msinfo32, press Enter. Look at the line marked BIOS Mode. It will say either UEFI or Legacy.

If it says Legacy and you want to switch to UEFI: see the FAQ above for the MBR2GPT method. Always back up first.

Why this matters when troubleshooting

Most "stuck in BIOS" or "no bootable device" cases on modern Asus laptops come from a mismatch between the drive's partition format (MBR vs GPT) and the firmware mode (Legacy vs UEFI). A Windows installation made in UEFI mode will not boot if you switch the BIOS to Legacy, and vice versa.

If you cannot boot after toggling settings, your first move is to switch back to whatever the BIOS mode was before — that almost always restores boot. Only commit to a different mode if you are prepared to reinstall Windows.

Frequently asked

Should I use UEFI or Legacy BIOS? +
UEFI, in almost every case. Modern operating systems (Windows 10/11, recent Linux, macOS) are designed for UEFI. Secure Boot, fast boot times, and drives larger than 2 TB all require it. Legacy BIOS exists only for compatibility with very old operating systems or hardware.
What is "EZ Mode" and why does my BIOS have it? +
EZ Mode is a graphical front-end Asus and a few other manufacturers added on top of the traditional dense BIOS menu. It shows the most-used settings (boot order, fan curves, RAM speed) on a single screen, with the full menu structure hidden behind an "Advanced Mode" toggle (F7 on Asus). It does not change what the BIOS is or does — only how it looks.
Can I switch from Legacy to UEFI without reinstalling Windows? +
Yes, but only if your Windows installation was already capable of UEFI booting. Microsoft provides the MBR2GPT tool, which converts your drive from MBR to GPT (required for UEFI) without data loss. Run it from an admin command prompt with: mbr2gpt /convert /allowfullos. Then change the BIOS from Legacy to UEFI. There are edge cases that fail — back up first.

Read next