Multiboot : OSX 10.5.2 / XP SP3 / Linux
This howto will guide you through installing 3 or more operating systems onto your pc using the Lilo or Grub bootloader.This howto will also use 20GB of the HDD as a shared disk (FAT32) Wich every OS can read/write to and from
This howto assumes you have a basic knowledge of linux/fdisk etc.If you dont know cli , you better stop reading from here.
You will need :
- PC compatibe with OSX 10.5.2 (check osx86project.org to find out)
- Kalyway Leopard 10.5.2 DVD
- A empty HDD.
- XP SP2/SP3 CD/DVD
- Linux distro (i choose backtrack3)
- CD/DVD with drivers you will need *
* this is to make it easy on yourself , and discards the need of searching for drivers afterwards
HOWTO :
- Put the XP cd into your drive and boot.
- Create 2 partitions of 20GB , leave the rest of the free space untouched.
- Format and install XP to the first Partition.
- After install has completed, remove XP CD and put in Kalyway 10.5.2 Leopard DVD
- reboot
- In Kalyway from the top menu open DiskUtility
- Choose the 2nd 20gb partition and choose ERASE on the right side, choose Journaled FS
- Select your install options via the installer and install to the 2nd 20GB partition
- Remove Leopard DVD and put in Linux CD (in my case backtrack3 with LILO)
- Open Terminal
- fdisk -e /dev/sda (assuming you have just one HDD and its SATA)
- p (this wil list the partitions)
- As you can see you should have 2 partitions now (/dev/sda1 and /dev/sda2 ) (Windows / OSX )
- Now we are going to make ou shared disk. press n (add a new partition)
- choose p (primary)
- choose 3 (3th primary partition)
- choose +20000M (this will make the partition (shared) 20 GB)
- Now we need a partition for our linux
- n (to add a new partition)
- p
- all free space
- n (to add new partition)
- e (extended)
- +100M (/boot)
- n
- e
- +1024M (swap)
- n
- e
- all available space (/)
- Install the linux to the 3 partitions you just made for it (/boot swap /)
- Your last install (being linux in this case) will install the linux bootloader (LiLO/GRUB)
- Now you can simply add the partitions into the bootloader config and boot into all 3 os
- format the 3th 20GB partition to FAT32 (Now the disk will be available in all 3 os)
Now you have succesfully installed 3 operating systems into 1 pc
Good luck and Have Fun !