GRUB installation problem
I have fedora core installed with root at hda9 and boot at hda8. I booted via floppy and installed grub by "grub-install hd0" (hda8 was mounted at /boot). But it does not give me a menu at all...just a blank screen after the 'Starting grub...' line appears on booting. Any amount of keystrokes don't help but it boots into default entry.
My grub.conf file in /boot/grub looks like this
Code:
default=1
timeout=10
splashimage=(hd0,8)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,8)
kernel /vmlinuz-2.6.5-1.358 ro root=/dev/hda9 hdc=ide-scsi
initrd /initrd-2.6.5-1.358.img
title DOS
rootnoverify (hd0,0)
chainloader +1