kernel panic after kernel update
I've followed hxxp://forums.remote-exploit.org/showpost.php?p=79341&postcount=1 guide to upgrade the kernel, everything worked fine... although now when i boot with the new kernel i get:
kernel panic - not syncing : VFS: unable to mount root FS on unknown-block
my lilo.conf is this:
Code:
lba32
boot = /dev/sda
prompt
timeout = 60
change-rules
reset
vga = 788
#images begin
image = /boot/vmlinuz-old
root = /dev/sda8
label old
image = boot/vmlinuz
root = /dev/sda8
label = new
read-only
#windows
other = /dev/sda1
label = windows
table = /dev/sda
can someone point me in the right direction?