0

OK I am starting all over with a 1TB HD I want to triple boot my pc win xp win 7 and ubuntu 12.04 and also have a left over partition for the gb left after I am done can this be done

tripleboot

Randy
  • 1
  • 2
  • Best to use only primary partitions for Windows and then leave one primary partition to use as the extended partition for Linux. Then for Ubuntu you can create only logical partitions in the extended partition. – oldfred Dec 31 '13 at 22:36
  • ok I think you got what I was saying is the linux swap going to be my problem in having a partition HD that all 3 os system can see. because a hd can only have 4 partitions. And if you any instruction on how to set this up it would be much appreciated – Randy Jan 01 '14 at 19:54
  • The extended partition is one of the 4 allowed primary partitions. And inside the extended you can have an unlimited number of logical partitions. All Linux partitions work equally well from logical partitions. Windows only boots from a primary, and second installs of Windows always boot from the first install and have no boot files of their own, unless you move boot flag to second install. – oldfred Jan 01 '14 at 20:35

1 Answers1

1

I'd start by visiting the Windows Stack Exchange site for the setup of XP and Seven. Once those work OK, then install Ubuntu 12.04, which will prompt you for the kind of setup you want; instructions for that are at Ubuntu and here in AskUbuntu. They key is to get Windows set up first.

K7AAY
  • 17,202
  • +1 for the "Windows first" idea. This OS will write to MBRs and GPTs without giving you a single choice : it'll be better to end the installation with the Linux system, which allows more customizing. – John WH Smith Dec 31 '13 at 21:33