LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Grub.conf - Kernel Panic. (https://www.linuxquestions.org/questions/linux-software-2/grub-conf-kernel-panic-68818/)

liguorir 06-29-2003 09:33 AM

Grub.conf - Kernel Panic.
 
Here's a section of grub.conf for my new kernel.

title Red Hat Linux
root ( hd0,0)
kernel /bzImage.new ro root=LABVEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-18.9.img

I get Cannot open root device "LABEL=/" and a Kernel panic at reboot.

The initrd is the old image, do I need to rebuild it? If so how?

Why am I get the kernel panic?

Thanks,

Robert Liguori

Nerd2 06-29-2003 01:02 PM

suggestion, change your "Root=LABEL/" to "Root=/dev/hda*" where * is your partition number for the root partition. (also presuming that your main drive is the primary master)

david_ross 06-29-2003 01:03 PM

In the example you give you have "LABVEL" not "LABEL". You may also want to forget "root=LABEL=/" and use the partition name instead, eg "root=/dev/hda3"


All times are GMT -5. The time now is 05:07 PM.