GPT or MBR? Boot to UEFI Mode or legacy BIOS mode?
As for Windows 10, it’s better to use GPT disk and boot to UEFI mode for flexible partition managing and more security features
To be more precisely:
In order to make sure Windows 10 successfully install and boot to UEFI mode, we need to make sure the following conditions are True:
Insert the Windows 10 installation media and reboot, press Shift+F10 to open the command prompt tool after the install screen shows
Then type the following commands to check:
If the listed disk has an Asterisk under the “GPT” column, it means the disk is currently GPT style, that’s what we want.
You can do this step after we created the UEFI USB boot ISO file in Rufus if you don’t have the Windows 10 install media right now
Note: the clean
command will remove everything from the disk
Download Windows 10 ISO file from the official site on another computer, download Rufus, run it and in the main interface choose “GPT partition scheme for UEFI” from the ‘Partition scheme and target system type’ drop-down list, then select the ISO file and click “Start” to burn
Plug in the USB device and boot from it, make sure the boot mode switched to UEFI
When PC reboots, there’s a prompt saying press the corresponding key (F2, F10, F11, F12 or check the different ways of access BIOS guide to enter BIOS), then on the boot device menu, select UEFI: USB Device instead of BIOS: Network/LAN
If the device you’re using only support one mode, then activate the UEFI mode requires the security features be disabled, we can manually operate this by navigating to the Security tab and disable it in the Secure Boot option
Then Save the changes and reboot, now we can have a clean install of Windows 10 on a GPT disk and boot to UEFI mode
Tip:
Microsoft suggests us to remove the bootmgr
file if we want to boot only when in UEFI
mode from the root of Windows PE or Windows Setup media
Related Topic: