-
Quad Booting GRUB Setup
I'm trying to Quad Boot my system with these four operating systems and I would like to know what they would look like it GRUB
Windows XP
PC-BSD
NexentaOS
SUSE Linux 10.1
sda1-Windows XP
sda2-PC-BSD
sda3-NexentaOS
sda4-Extended Parition
sda5-Swap
sda6-SUSE Linux 10.1
-
i have five OS in my machine and i am using GRUB as Bootloader. did you already install these?
casper
-
No not yet I want to have a list of what partitions they would be on GRUB and what they would need to boot them
-
GRUB will recognize installed OS'.
install GRUB in MBR of HardDisk. on installing another Linux distro, new distro's GRUB will overwrite existing GRUB and will add entry in choice list.
casper
-
title Window XP Media Center Edition
# root (hd0,0)
# makeactive
# chainloader +1
title PC-BSD 1.2
# root (hd0,1,a)
makeactive
title NexentaOS
# rootnoverify(hd0,2)
chainloader +1
makeactive
title SUSE Linux 10.1
# root (hd0,4)
makeactive
could switch NexentaOS with Mac OS X
title Mac OS X
# root (hd0,2)
#makeactive
#chainloader+1
boot