HELP: Kernel panic

Yinsheng Li <[email protected]> Fri, 21 Mar 2003 10:59:47 -0500
Newsgroups gmane.linux.redhat.axp.kernel
Message-ID <[email protected]>
Hello,

I have a problem after I upgrade the kernel. While I try to boot from the 
new updated kernel, I got an error -- "Kernel panic. No init found, try 
init = option to kernel"

What should I do now? I can still use old kernel, but I really need to use 
new kernel.

Some background: I installed the Redhat 7.2 through RAID card using Dell 
GX400 CPU, then I removed the harddrive to an Multi-CPU box. After moving, 
I found it still using the kernel for single CPU, therefore I have to 
change to use smp-kernel. I download one rpm from redhat website. After 
install, I got the above error. I have used the command lilo -v -v, but 
didn't help.


Following is my lilo.conf:

prompt
timeout=50
default=linux
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear

image=/boot/vmlinuz-2.4.7-10
label=linux-smp
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda1
append="hdc=ide-scsi"

image=/boot/vmlinuz-2.4.9-31
label=linux.bak1
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.9-31.img

image=/boot/vmlinuz-2.4.9-34
label=linux.bak12
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.9-34.img

image=/boot/vmlinuz-2.4.18-17.7.x
label=linux.bak123
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-17.7.x.img

image=/boot/vmlinuz-2.4.18-18.7.x
label=linux.bak1234
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-18.7.x.img

image=/boot/vmlinuz-2.4.18-19.7.x
label=linux.bak12345
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-19.7.x.img

image=/boot/vmlinuz-2.4.18-24.7.x
label=linux.bak
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-24.7.x.img

image=/boot/vmlinuz-2.4.18-24.8.0smp
label=linux123456
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-24.8.0smp.img

image=/boot/vmlinuz-2.4.18-26.7.xsmp
label=linux-smp
root=/dev/sda1
append="hdc=ide-scsi"
read-only
initrd=/boot/initrd-2.4.18-26.7.xsmp.img


Thanks,
Yinsheng Li