LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   FDC3 only boots to grub prompt (https://www.linuxquestions.org/questions/fedora-installation-39/fdc3-only-boots-to-grub-prompt-315204/)

klnasveschuk 04-20-2005 04:24 AM

FDC3 only boots to grub prompt
 
I installed Fedora Core 3 on an HP DL380 \w Smart Array Controller 5i. I then got updates using yum. The problem I've run into is that on startup the system boots to the grub prompt only. I have to manually type the commands to get the system to load.
ex.
grub>root(hd0,0) <enter>
grub>kernel /vmlinuz-2.6.11-1.14_FC3smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet <enter>
grub>initrd /initrd-2.6.11-1.14_FC3smp.img <enter>
grub>boot <enter>

Systems starts. These are the exact same entries that are in my grub.conf but I don't get the menu or the splashimage.


Here is my grub.conf after yum updates:

# 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/cciss/c0d0
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.11-1.14_FC3smp)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.14_FC3smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.14_FC3smp.img
title Fedora Core (2.6.11-1.14_FC3)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.14_FC3 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.14_FC3.img
title Fedora Core (2.6.9-1.667smp)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667smp.img
title Fedora Core-up (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667.img

Any suggestions. I have another DL380 with FDC3, with no problems.

Brain Drop 04-20-2005 09:46 PM

try:

Code:

grub
root (hd0,0)
setup (hd0)
quit


WhatsHisName 04-20-2005 11:42 PM

The boot location boot=/dev/cciss/c0d0 caught my eye. Is the boot location different on the other system?

klnasveschuk 04-21-2005 07:16 AM

Grub problem
 
The boot device is the same on both systems
boot=/dev/cciss/c0d0

klnasveschuk 04-21-2005 09:57 AM

grub boots to prompt
 
Hi,
I rebooted and at the grub prompt did the following:

root (hd0,0)
setup (hd0)
the reboot

That worked, now I have 4 kernel choices at the menu!

Thanks.

Kent N


All times are GMT -5. The time now is 06:40 PM.