Problems with Windows 7 + Windows Server 2008 R2 multibbot on EFI computer

1

We have a new computer, and I am a bit confused from its new features I don't know from older hardware. It is a high end PC based on socket 2011. I want to use an SSD disk for operating system, and I want to install there a multiboot with Windows 7 x64 and Windows Server 2008 R2. So I put this new SSD disk into this new computer, put Windows 7 DVD into drive, and installed. I split the drive into 2 partitions during installation of W7 to let me install WinServer later. W7 works perfectly, no problems.

But now I insterted Windows Server installation DVD, and I want to install it to the second partition. But the installation DVD doesn't want to install the system and complains that Windows Server 2008 R2 cannot be installed on disk drives with MBR on EFI computers. It shows correctly the SSD disk with its three partitions (one hidden small 100 MB as used in all W7 installations, then W7 partitons, and one empty partition where I want to put my new Windows Server installation), but it simply refuses to install itself in there. How to solve this problem?

I have a working W7 installed on that disk, is it possible to move it to GPT without losing that partition? And if that's not possible, how can I install W7 to an empty SSD disk and force it to GPT on installation? I am affraid it get a MBR automatically without user intervention. Or should I put this SSD disk to anotehr W7 computer and use its standard Windows disk drive manager to put there a GPT?

Al Kepp

Posted 2012-04-16T17:58:40.233

Reputation: 322

This is a BIOS setting – Ramhound – 2012-04-16T18:28:11.723

Answers

1

There is no way to convert an existing MBR disk to GPT. If you want to install Windows 7 first and have the disk as GPT, you need to do the following from Windows Setup before you partition disks:

  1. press Shift+F10 to access a command line
  2. type diskpart to access Windows' command-line partitioner
  3. type list disk and take note of which disk you want to convert to GPT
  4. type select disk n, where n is the disk from step 3
  5. type clean to delete all partitions on the disk
  6. type convert gpt to convert the disk to GPT

At this point, you should be able to close out of the command prompt and proceed normally with Setup.

nc4pk

Posted 2012-04-16T17:58:40.233

Reputation: 8 261

This works and it helped me to install Windows Server 2008 R2 on that disk. But now Windows 7 refuses to install itself and stupidly says that this disk is probably nonbootable. I am starting to really hate Microsoft! – Al Kepp – 2012-04-17T21:30:19.040

From the Windows and GPT FAQ: "Can Windows 7, Windows Vista, and Windows Server 2008 read, write, and boot from GPT disks?" "Yes, all versions can use GPT partitioned disks for data. Booting is only supported for 64-bit editions on UEFI-based systems."

– nc4pk – 2012-04-17T22:56:25.080

tapped-out: Oh, then tell me why it refuses so on my computer. Something is probably different than it expect. I wonder why it tells me that the disk is nonbootable when I boot Windows Server from it. – Al Kepp – 2012-04-18T18:58:59.017

2

I suppose your problem is solved now but this could help anyway :

I tried to install srv08R2 with a dual boot with an existing 7 OS installed (2 partitions, one with 7 installed and one "unallocated space").

But 2 main errors : problem with GPT (srv08 refuses to be installed on a GPT disk) and then another i'll tell about later.

First : try to boot on an external DVD connected via USB (the device you boot on is the one who tells the installation program if your disk is GPT or MBR... strange i know but i only could admitt it!!!) According to me i booted from an external DVD via USB3. This solves the first problem but another one could occure if ure in AHCI mode :

Right before installation starts, you could get a message asking you for a missing CD/DVD driver. It's actually the AHCI driver he's asking for. So go the BIOS => USB parameters => set XHCI to auto Then restart on the DVD and you should be able to install your second OS on your partition (no GPT error, no CD/DVD driver missing…). Windows should install on the partition he use to refuse...

Hope it'll help. Regards.

zozo

Posted 2012-04-16T17:58:40.233

Reputation: 21