snakeo2
05-20-2010, 03:16 AM
Hello,
I currently have a 3 boot system composed of
/dev/sda===>Gentoo
/dev/sdb===>Windows 7
/dev/sdc===> Snow Leopard.
I'm able to boot into Gentoo just fine, but I cant say the same for windows & SL. I'm aware of other bootloaders out there, but I'm familiar with Grub and would like to be able to figure out how to boot all 3 OS's. Below is my grub.conf. Any suggestions will be appreciated. Thanks in advance.
cat /mnt/gentoo/boot/grub/grub.conf
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.31
root (hd0,0)
kernel /boot/kernel-2.6.31-gentoo-r6 root=/dev/sda3
title Windows 7
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
title Snow Leopard
rootnoverify (hd2,0)
makeactive
chainloader +1
I currently have a 3 boot system composed of
/dev/sda===>Gentoo
/dev/sdb===>Windows 7
/dev/sdc===> Snow Leopard.
I'm able to boot into Gentoo just fine, but I cant say the same for windows & SL. I'm aware of other bootloaders out there, but I'm familiar with Grub and would like to be able to figure out how to boot all 3 OS's. Below is my grub.conf. Any suggestions will be appreciated. Thanks in advance.
cat /mnt/gentoo/boot/grub/grub.conf
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.31
root (hd0,0)
kernel /boot/kernel-2.6.31-gentoo-r6 root=/dev/sda3
title Windows 7
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
title Snow Leopard
rootnoverify (hd2,0)
makeactive
chainloader +1