You want to use grub?
Do you have grub installed - I mean the binary, not the "leftover" in MBR from the previous FC3 install?
tells you.
If you do - do you have a separate
/boot partition? If yes - mount it to
/boot on your
/ filesystem.
Edit the configuration-file
/boot/grub/menu.lst to match your current setup (name of kernel image, where is /boot/grub with all the stage files and the config-file in it, which is your
/ partition)
then run:
Code:
grub-install /dev/hda
if
/dev/hda is the disk you want to boot from
Any questions?
...post your disk-layout and grub-config (menu.lst) along with it...
Code:
fdisk -l
cat /boot/grub/menu.lst
also this could assist you:
http://www.gentoo.org/doc/en/grub-error-guide.xml