kernel panic: VFS unable to mount root fs on unknown-block(3,1)
Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The message means the kernel cannot find the root file system, make sure that grub is parsing the correct root=/dev/???? parameter, make sure that the device exists and that the kernel has driver support for the device compiled in.
i want to install initrd on my new lfs but the command not found error comes on the screen how to overcome the problem, is there any solution for it please forward it to me.
The best documentation on this has been written by kernel developper Greg Kroah-Hartman. His book "the linux kernel in a nutshell" deals with all you have to know to build a kernel by yourself. You can finf this book (free documentation) here : http://www.kroah.com/lkn/
The solution of your problem is detailled in "Chapter 7: Customizing a Kernel" but the whole book is worth reading.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.