Hi all,
I don't know if this is the right area to post this query. Shoud it be on *nix? If I'm wrong, I apologize.
Anyway, Here goes:
I just installed Grub 2 as my main boot loader for my 3 OSes.
One Hard Drive:
1st Partition: Win XP
2nd Partition: Leopard (leo4allv3 with efi)
3rd Partition: Ubuntu 8.04
4th Partition: Linux-Swap
The first time I've installed Grub 2, I noticed that Windows XP is not auto detected. I've searched the forums and found out that I just have to add this line in my grub.cfg (since grub2 uses grub.cfg instead of menu.lst):
menuentry "Windows XP Pro" {
set root=(hd0,1)
chainloader +1
}
and it worked!
Now, I have no idea on what to put for my Leopard.
I've tried:
menuentry "Mac" {
set root=(hd0,2)
chainloader +1
}
It gave me an error HFS+ Partition... error
and I've also tried (I've added boot_v8 in the /boot/grub folder in Ubuntu):
menuentry "Mac" {
set root=(hd0,1)
/boot/grub/boot_v8
}
and I guess It's not recognized. It just loops.
Anybody knows what entry to add in grub.cfg to make Leopard working?
*It was all working in Grub Legacy. I'm just trying out Grub2
Thank you in advanced.
