KernelNewbies:

I built my own kernel and tried it out, but when I rebooted my system it paniced right after giving me this error message:

VFS cannot open root device or unknown block, please append a correct root= option

There are a number of common causes for this problem. All of them boil down to the fact that the kernel does not have all necessary the drivers in place to mount your root filesystem. 9 out of 10 times, one of the following pieces is missing:

filesystem

block device

LVM


["CategoryFAQ"]

KernelNewbies: DoesNotWork/VFSCannotOpenRootDevice (last edited 2006-08-12 20:17:31 by RikvanRiel)