View Single Post
 
Old 05-20-2010, 03:16 AM
snakeo2 snakeo2 is offline
Jaguar
 
Join Date: Jan 2010
Posts: 37
How to boot Snow Leopard using Grub?

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

Gigabyte MA790X-UD4P
AMD Phenom(tm) II X4 940 Processor
MSI Radeon 4650
1TB Hitachi Sata
Windows 7 64
WD 250GB Sata
Hazard's Snow Leopard 10.6.4
WD 250GB Sata
Gentoo
Kernel 2.6.34
Reply With Quote