[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)



Good question, Amos.

You should begin with listing the files:

ls -al /mnt2

What do you get? Usually there are links vmlinux and initrd.img
pointing at vmlinux-2.6.x.x.x and initrd.img-2.6.x.x.x, respectively.
They should come from a package called linux-image-2.6 or something
similar. You can see the exact name with:

dpkg -l | grep linux-image

and then you can list part of its contents with:

dpkg -L linux-image-2.6 | grep /boot (if that was the whole name)

Normally this /dev/sda7 will be mounted below /boot.

Risto


Reply to: