Hello,
I'm trying to run FC5 on HP nc6120 laptop, on external 2,5'' 40 GB Transcend USB hd. The installation was succesful, but when i reboot my pc, i got grub command line interface. I read this issue -
http://forums.fedoraforum.org/showthread.php?t=99642 but it didn't help me. I also have read Simon's guide and
http://www.tummy.com/journals/entrie...0050910_151334 this guide too, but they didn't work either. Here is my grub's conf file:
# 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 (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5.img
title Other
rootnoverify (hd1,0)
chainloader +1
the usb drive is mounted under /dev/sda.
Please if anyone can help me to solve my problem!