hard drive - How to install Windows on GPT disk without UEFI BIOS?

27
2013-10
  • IremadzeArchil19910311

    My PC does not support UEFI BIOS, but it has Legacy BIOS. The motherboard is "P5LD2-X1333".

    I need to install Windows 8 on the 3TB hard drive with GPT scheme, since as we know, the MBR scheme does not support more than 2TB space. Also, you can not boot OS from a GPT hard drive without UEFI BIOS.

    So how can I use the hard drive with 3TB space with OS and without UEFI BIOS?

  • Answers
  • justbrowsing

    If another HDD (or at least a USB thumbdrive) isn't an option you are basically SOL.

    But since you mentioned a floppy drive... It's a bit crazy but create a Plop bootable floppy. That might work, though seems like a bad idea in the long run.

    Of course, Win8 will refuse to install to a GPT disk on a non-UEFI system.

  • IremadzeArchil19910311

    Yeas! It is possible to install OS on 3TB HDD without UEFI BIOS, But you will need to do these 17 steps:

    1 - At first you must create VHD file from Disk Managment using another OS, Like Live CD, or WinPE or even from another MBR Hard disk.
    2 - Then mount this VHD and new partition appears automaticly.
    3 - Then you must apply OS image to that Virtulal Partition on GPT Hard disk wich you would like to use.
    4 - If you don't have an OS image file like "Acronis .tib file" or any other, don't worry, you can use "ImageX" tool from Microsoft to apply "install.wim" file to the Partition by automated installation. You can find this file under Your OS DVD disk - E:\sources\install.wim
    Here is instructions of "ImageX" tools about how to Use.
    restoring wim files from external drive to hard drive on computer
    This is a command that you must use:
    "imagex /apply E:\sources\install.wim 1 C:\"
    5 - You need any CD\DVD bootable disk, for example take your OS installation disk.
    6 - Create image of these disk using PowerISO or with any other Image tools.
    7 - Then open these image file.
    8 - Make sure that there is bootloader called "BOOTMGR" but not older versions like "ntldr".
    9 - Open folder on that image called "BOOT" and BakUp file called "BCD".
    10 - You will need to use either "bcdedit" command or "EasyBCD" software to make changes on this file.
    11 - Start EasyBCD, click on menu "File", "Select BCD store", and then click "Add New Entry".
    12 - You need to add boot option on boot menu to boot from Virtual partition.
    13 - After you add the new entry, the BCD file will be updated automatically, just close EasyBCD.
    14 - Update BCD file on that OS image file with this new BCD file which contains new entry.
    15 - Save this OS image file and burn to CD\DVD disk.
    16 - Reboot your system and choose boot from DVD.
    17 - After that boot menu appears and choose this new entry.
    18 - Finish!


  • Related Question

    Windows on a hybrid MBR/GPT
  • Patches

    I thought I'd finally relegated Windows to life inside a virtual machine, but alas, I came across some games I'd like to play that just won't do in that setup. In the days since Windows last occupied its own specified chunk of my disk I've done a lot of flipping around with different OSes and Linux distributions, and it turned out that while I had free space, I was at the maximum number of partitions supported by MBR partition tables. So, believing that it should Just Work® here in the 21st century and having performed a cursory examination of Google that indicated it should work, I converted over to a GUID partition table (GPT) and attempted to install Windows 7. Lo and behold, Windows 7 only works with GPTs on EFI systems, and mine uses BIOS. I should have noticed this in my earlier research, but that would have just been too easy.

    So, I'm left with the choice of converting back to MBR and trying to jigger my partition layout around such that I can make one for Windows, or going with a hybrid MBR. The latter sounds more appealing. Unfortunately, there are lots of scary warnings about hybrid MBRs on the Internet, so I have a few questions.

    Will Windows do something ugly to my bootloader since it's really on GPT but it will see MBR? Will that require more repair than booting from a LiveCD and running grub-install? Is there anything I need to avoid other than making sure I never touch partitioning tools on Windows? Will my computer explode? Would lots of headaches be saved if I just switched back to MBR? (I understand that Macs use hybrid MBRs with Boot Camp, so hopefully this won't be as difficult as I'm making it out to be.)


  • Related Answers
  • JdeBP

    There's no need to regress to the MBR partitioning scheme, nor even any need for a "hybrid MBR" partitioning scheme. (I have such on one of my machines, and attest that they are not for the fainthearted.)

    Windows 7 can use EFI-partitioned discs just fine. It just cannot be bootstrapped from them on non-EFI machines, and (to protect you from yourself, in Microsoft fashion) refuses to install on them in the first place. In your case, your problem is a fundamental deficiency of your firmware, and isn't really a Windows issue at all. Your firmware doesn't understand the EFI partition table.

    Such understanding is necessary if one wants to convert one's operating system bootstrap to be on EFI partitioned discs. One's firmware needs to know to put up the EFI Boot Manager menu, and then load the selected operating system loader program from the EFI System Partition. Your firmware isn't very smart, though, and doesn't know how to do much more than load the "master boot record" and run its bootstrap code. On an EFI partitioned disc there's no code in the "master boot record" to crank through the rest of the EFI boot process.

    At best, right now, you have MBR bootstrap code that is equally as ignorant of the EFI partition table scheme as your firmware, and that's expecting to find and process an MBR partition table. What you need is two things:

    • to have MBR bootstrap code that knows how to read the EFI partition table, and find a second-stage bootstrap loader that is also EFI-partition-table-capable and which will enable you to in turn load and run operating system boot loaders
    • some way of persuading Windows 7 to install on an EFI partitioned disc

    The first is not impossible. There are two sources of such EFI-partitioning-aware MBR bootstraps:

    • I've written and published one (after this answer was first written, in fact).
    • The so-called "GPT" MBR boostrap in SYSLINUX, written by H. Peter Anvin, is another.

    Both will look for the "active" partition, and load and run its VBR, effectively bootstrapping in the old PC/AT and PC98 way but with an EFI partition table. Failing those two, the best alternatives that you'll get right now are:

    • GRUB 2: Unfortunately this still relies upon poking hardwired numbers into its MBR bootstrap code to tell it where to find the next part of its loader. But that second stage, once loaded and run, is fully capable of understanding the EFI partition table and bootstrapping operating system boot loaders from within partitions. It doesn't know how to run EFI operating system boot loaders, though, it only knowing how to cope with either VBRs or Linux and the BSDs.
    • UEFI DUET: (Rod Smith discusses this in detail.) Again unfortunately, although this installs in a volume and brings up a fully capable EFI Boot Manager and EFI Shell, it still needs something else to load and run its VBR in the first place. And right now that something else has to be something like GRUB2, which itself rely upon hardwired sector numbers in the MBR code, or SYSLINUX, or indeed my EFI-partitioning-aware MBR bootstrap. But you will be able to run proper EFI operating system bootstrap loaders.

    The second (persuading Windows 7 to install on an EFI partitioned disc) is achievable, with the x86-64 flavour of Windows 7 at least. It's complex, not officially supported by Microsoft, and requires making what is effectively your own Windows installation disc with the EFI version of Microsoft's Boot Manager on it, and running that from within an EFI boot environment somehow. (If you have UEFI DUET installed, this is fairly easy, of course.) But it convinces Windows 7 that it its installer was bootstrapped on an EFI system, which criterion the installer uses to determine whether it will allow Windows to be installed on an EFI partitioned hard disc.

    Of course, there's the additional, final, complexity of, once installed, bootstrapping Windows 7 from day to day; because the installer, knowing that you have EFI firmware, will have installed the EFI version of Microsoft's Boot Manager. You'll thus need either:

    • to install the PC/AT version of Microsoft Boot Manager, and arrange for GRUB2 to know where it is, if you are using GRUB2; or
    • to always boot UEFI DUET and run the EFI version of Microsoft Boot Manager from there.

    Pretty much all of this nonsense just goes away if one has EFI firmware in the first place. Windows 7 (x86-64) will install happily, and an EFI Boot Manager that understands the EFI partition table and that will load and run Microsoft's Boot Manager (as well as any other EFI-bootable operating system) directly from its ordinary program image file in the EFI System Partition, comes with the firmware.

  • Rod Smith

    There are several possible solutions to this problem. To summarize, in more-or-less my order of preference:

    • Upgrade your motherboard -- If you get a motherboard with UEFI boot features, you'll be set, since you can then install Windows in UEFI mode. Most (maybe all) boards based on Intel's Sandy Bridge are UEFI-capable, although some don't advertise this fact. Many new AMD boards are also UEFI-capable. In fact, there's a chance you've already got such a board. Many Intel-brand boards sold in the past few years have a UEFI boot option buried in their CMOS settings screens. You might try searching for such an option. You may need to use UEFI mode for all your OSes, though. Fortunately, Linux converts over quite easily, and can switch back and forth with no reconfiguration once it's set up to boot either way. Note that you'll need a 64-bit version of Vista or 7 to install Windows in UEFI mode.
    • Use a second hard disk -- You can install Windows to an MBR disk and keep Linux on a GPT disk. You can even put Windows data partitions on the GPT disk if you like (provided you're using Vista or 7); only the Windows boot disk has to be on MBR. Even if you've got some old 20 GB drive, it's probably sufficient to hold the Windows C: partition, and you can then put your Windows program files on a GPT partition, provided you're using Vista or 7.
    • Convert to MBR -- You can do this with GPT fdisk (gdisk), but with certain caveats. Most notably, you'll have to have at least one free sector preceding each logical partition you want to create, and all the logical partitions must be contiguous. If your current disk doesn't meet those specifications, you'll either lose partitions in the conversion or you'll need to resize some partitions to create the necessary gaps. There's also some risk of data loss, particularly if you have to resize partitions.
    • Use UEFI DUET -- As JdeBP suggested (and linked to my page on the subject), UEFI DUET is a possibility. IMHO, the drawbacks to this approach aren't as great as JdeBP suggests, IF UEFI DUET even boots on your system. (Odds are good if you've got a 64-bit Intel CPU, less good on 64-bit AMD CPUs, and it won't work at all on 32-bit CPUs.) You do have to be careful and have a good mind for technical troubleshooting to try this, though. You can do some preliminary explorations with a USB flash drive; install UEFI DUET to it and see if you can get it to boot. If it boots, you'll probably be able to get Windows to install and boot, even on a regular basis, although there are pitfalls, as noted on my page on the subject. Once set up, UEFI DUET becomes, essentially, a rather big GPT boot loader for Windows.
    • Use virtualization -- It's not quite what you're asking for, but it's conceivable Windows would work acceptably in a virtual machine. For gaming, though, I'm a bit skeptical you'd get the performance you need, but it might be worth trying.
    • Hybrid MBR -- You can set this up and install Windows to a hybridized partition. Windows will wipe out your current MBR-resident boot loader, so be prepared to re-install it. Personally, I don't recommend this solution, since hybrid MBRs are dangerous. If all of the other options fall through, though, it might be this is give up on Windows.

    I'd also like to clear up a couple of misconceptions:

    • Windows' inability to boot from GPT on a BIOS-based computer is definitely a Windows limitation, not a firmware (BIOS) limitation. Linux, FreeBSD, and some other OSes can boot fine from GPT disks on BIOS-based computers. I don't know why Microsoft doesn't want to support booting Windows from GPT on BIOS-based computers, but they could certainly do it if they wanted to. If nothing else, they could take a UEFI implementation, strip it to its essentials, and use it as a boot loader.
    • SYSLINUX's GPT loader doesn't use hard-coded sector values; it has enough smarts to read the GPT and jump to the partition with a Legacy BIOS Bootable flag set on it. Not that there's anything wrong with hard-coding sector values, the way GRUB 2 does; the two solutions just have different advantages and disadvantages.