Boot of Windows 7 from GPT disk on non EFI motherboard

0

1

Looks like the answer is no but just to double check... Can I boot Windows 7 SP1 x64 from GPT disk (converted with Windows DISKPART) if my system built on BIOS (non EFI motherboard, ASUS P5WDH Deluxe)?

Mikhail

Posted 2013-01-10T17:22:55.810

Reputation: 1 124

Question was closed 2014-02-11T07:31:09.227

Answers

2

Ordinarily, no. There is one rather awkward workaround, though: You can use the Developer's UEFI Environment (DUET) to run UEFI as a sort of boot loader atop your BIOS. This is difficult to set up, it will slow down your boot process, and it doesn't even work on many computers, so it's really worth considering only as a learning exercise or if you're really desperate (say, if you've got an over-2TiB hard disk and can't add another boot device). If you're really interested, check this Web page of mine, which describes the process in detail. (It's far too lengthy to post here.)

Rod Smith

Posted 2013-01-10T17:22:55.810

Reputation: 18 427

Thanks for this - looks like this is too complicated to go for it in my case, but nice to know that there is at least some solution. – Mikhail – 2013-01-11T04:47:08.343

1

If you even have a small MBR drive, you can. A floppy or USB stick will do.

Boot into the Windows install/repair disc. Create the system drive on the stick, and use bcdboot to put your boot files on the stick. Add a bootsector with bootsect. Change the {bootmgr} device to boot. Boot from stick.

Steps are detailed here.

Milind R

Posted 2013-01-10T17:22:55.810

Reputation: 767

Thanks for another workaround - can be interesting as a technical excercise but not for everyday use. I actually abandoned this idea, or to be more precise decided to get back to GPT disks once I replace my motherboard with one with EFI. – Mikhail – 2014-02-03T13:59:47.123

@Mikhail It's almost not a workaround.. Only auto repair from the DVD will detect anything wrong. MS tools all support it. Of course, it does take a slight bit of effort – Milind R – 2014-02-05T08:17:01.547

0

Windows does not support booting to a GPT disk unless your using a UEFI BIOS.

Ramhound

Posted 2013-01-10T17:22:55.810

Reputation: 28 517