I have an Ubuntu-only system and need to install Windows on it. Because all my Linux partitions are in an LVM, the Windows partition may only reside after all the Linux partitions (in other words: at the 400GB mark).

I don't want to do all the work of resizing the LVM just for the Windows Installer to tell me he doesn't fancy my partition setup. There are are all kind of requirements floating around the net, such as:

  • has to be the first partition on the first device (this is wrong, AFAIK)
  • has to be a primary partition
  • has to be on the first 10|20|100|132|whatever Gigabytes
  • has to be on the first X cylinders
  • and so on and so forth...

So, what are the actual requirements for a Windows partition? It would be Windows 7, if that matters.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

There's no limitations whatsoever. Windows 7 can be installed on any NTFS partition. You will be ok. However...

It will wipe out your boot sector with its own code and so, you'll need your Ubuntu disk to replace it back with GRUB.

FYI, Adding Windows 7 to Linux Multiboot.

link|improve this answer
You're right, Windows 7 didn't complain being installed at the end of a 500GB disk. Thanks for your help! – piquadrat Oct 2 '09 at 13:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.