Kernel panic - not syncing: VFS: Unable to mount root fs on
The rest of the message is
on unknown-block(3,1)
I get the message when I install 4.0.0 or 4.0.2 to my HDD (/dev/hda1) the only system on the laptop.
It of course won't boot. I do not get this message with an older version like 3.9.
My machine is a Dell C610 laptop with a 20gb disk and 256mb of memory with a DVD reader.
I saw the other topic entry and it seems that there was no answer to the dilema.
Any ideas?!
I have the 4.0.0 version running and booting fine on a desktop machine, so I'm stumped!
Thanks all!
Probably due to a bug in knoppix-installer
Hi, phillib
I experienced the same problem when I installed KNOPPIX V4.0.2 (CD) to my HDD
with the script "knoppix-installer". I chose "KNOPPIX CD Style".
Soon, I found a problem in /boot/grub/menu.lst. Please, boot yourPC fromCD again,
and look into this file. You will find lines just like these;
title Debian GNU/Linux, kernel 2.6.11 Default
root (hd0,5)
kernel /boot/vmlinuz root=/dev/hda6 ro ##amdisk_size=100000 init=/etc/init apm=power-off nomce quiet vga=791
initrd /boot/initrd.img
savedefault
boot
You can edit the 2nd line as follows (similar to the former KNOPPIX versions) ;
kernel /boot/vmlinuz root=/dev/hda6 ro ramdisk_size=100000 init=/etc/init apm=power-off nomce quiet vga=791
Save your changing and reboot your PC. That all.
Good luck ("Viel Glueck" in German)