![]() |
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 |
It's possible to boot Darwin/OS X using GRUB2 as it has EFI emulation capability. See here for information on how-to set up GRUB2 for OS X: http://www.insanelymac.com/forum/ind...owtopic=189079
|
why you didn't boot linux from chameleon?
just install grub bootloader in ext4 linux partition install then chameleon from your hakintos and chameleon boot your linux |