If you are like me and are constantly changing and trying out new distros then a grub file may be handy. If this is the case then install the grub file and let the computer boot up. It may only show Linux Mint on the initial boot up and have no sign of Fedora, that's OK. Allow the pc to boot up to the distro.
Then enter in the command line:
Quote:
sudo nano /boot/grub/menu.lst
|
(for this example I am using Mint on hd0,0 and Fedora on hd0,1)
If Linux Mint has booted, when the file opens add this at the end:
Quote:
title Fedora
root (hd0,1)
configfile /boot/grub/menu.lst
|
If Fedora has booted then add this to the end:
Quote:
title Linux Mint
root (hd0,0)
configfile /boot/grub/menu.lst
|
If you are going to stick with these two distros then choose David1357's way. However if you will be changing these regularly then keeping both grubs has advantages.