QUOTE(Alessandro17 @ Feb 7 2008, 11:32 PM)

However I have never seen a distro where GRUB found OS X in a hackintosh, it needs to be added manually (something I have never done).
I have asked enough questions in this place to know how to do that. I asked it in
"Adding OS X in Ubuntu's GRUB?".
QUOTE(fishyeah @ Aug 1 2007, 05:46 PM)

Boot into Ubuntu and edit /boot/grub/menu.lst: sudo nano /boot/grub/menu.lst
add the following lines to the end:
title MacOSX
root (hd0,1)
makeactive
chainloader --force +1
The second line you have to specify the partition for your Mac OSX. Check it through:
sudo fdisk -l
/dev/sda2 is (hd0,1); /dev/sdb3 is (hd1,2)
Change the title line to anything you like, for Windows partition, change it to something like "Windows XP"
I know nothing at all about using the terminal but I really liked editing GRUB for some reason. But still I saved a copy of the main bit so next time I can just copy and paste. This is what I saved:
QUOTE
title Win XP
root (hd0,0)
makeactive
chainloader --force +1
title Mac OS X
root (hd0,1)
makeactive
chainloader --force +1
title
root
kernel
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=f2fbb7cb-6ea0-429b-88c5-37a03f584d5b ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=f2fbb7cb-6ea0-429b-88c5-37a03f584d5b ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
I won't pretend I understand it all but enough to make a blank line in the middle between XP & OS X and Ubuntu installations
Anyway mate I was shocked to find out OpenSUSE was an enormously 4.10 GB but wish me luck with it all. Trying out two new OSs. Leopard and OpenSUSE. Haven't had the chance to try out Leopard yet and because I've got an old P4 I'm way behind in understanding what the new toys do. I just hope it's as easy to install as Tiger was.