LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   error booting kernel after create my own kernel (https://www.linuxquestions.org/questions/linux-kernel-70/error-booting-kernel-after-create-my-own-kernel-680831/)

scmbg 11-03-2008 08:54 AM

error booting kernel after create my own kernel
 
After compile and install my kernel, while booting i get the next error:

Code:

mount: could not find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Mount failed for selinuxfs on /selinux: No such file or directory
switchroot: mount failed: No such file or directory

image: http://elias.exofire.net/downloads/Fedora/100_0188.jpg [sorry is a little big]

If the kernel is compiled with the config file for Fedora 9, everything is OK, but i want a small kernel, so i move some options in the config file.

there is the file:

http://elias.exofire.net/downloads/F...c9_n_dsl-based

is combination of Fedora 9 [this is the base] and Damn Small Linux.

I don't know what is happening maybe i don't add some module or i have a bad configuration.

Help please?

jailbait 11-03-2008 02:13 PM

You are missing some configuration options in your kernel. All of the directories that appear in the error messages are actually pointers to kernel entry points. They are not directories or files on a hard drive. You have probable not included the kernel entry points that these directories point to in your kernel configuration.

---------------------
Steve Stites

syg00 11-03-2008 05:56 PM

Looks like initrd problems.


All times are GMT -5. The time now is 04:36 AM.