|
I'm having a similar problem to the original poster. The install went fine, but on each boot I end up at a GRUB prompt. My grub.conf is as follows:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2849.fc6)
root (hd1,0)
kernel /vmlinuz-2.6.18-1.2849.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2849.fc6.img
title Fedora Core (2.6.18-1.2849.fc6xen)
root (hd1,0)
kernel /xen.gz-2.6.18-1.2849.fc6
module /vmlinuz-2.6.18-1.2849.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.18-1.2849.fc6xen.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd1,0)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title Fedora Core (2.6.18-1.2798.fc6xen)
root (hd1,0)
kernel /xen.gz-2.6.18-1.2798.fc6
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.18-1.2798.fc6xen.img
title Windows 2000 Professional
rootnoverify (hd0,0)
chainloader +1
From the prompt I am able to manually boot into FC6 or Windows with no problems by using the commands in grub.conf, so I'm assuming grub is installed correctly and I just have some sort of minor configuration issue to sort out, but I'm at a complete loss as to what to do next. Any suggestions?
|