QUOTE (Ixthusdan @ Jul 2 2007, 01:27 AM)

Choose one system to be the master for the boot loader. I usually use Mandriva. Then I write the lines I need to boot the system, whether grub or lilo. You can look at the sample grub record in the /boot directory of the non-master system, if you are unsure of their syntax. But this is how I boot as many as 5 os's on the same machine.
Pretty much what I do, on my system the Fedora installed grub is used to boot between Fedora, Ubuntu, and Win XP. This isn't a matter of preference, rather convenience, as Fedora doesn't use symbolic links for vmlinuz and initrd.img, unlike other distro's such as Ubuntu and Mandriva. Therfore grub needs to be updated everytime you update the kernel on Fedora, whereas it doesn't on others, only the symbolic links need to be updated. I suppose you could use your own symbolic links on Fedora, but I'm lazy.