Hi Rajath, On 8/23/06, Rajath N R <rajathnr@xxxxxxxxx> wrote:
Hi all, I complied 2.6.9 kernel, compilation went smoothly, but when i boot from than image i am getting following error. Pleas help me to solve this problem. Red Hat nash version 4.2.15 starting mkrootdev: label / not found mount: error 2 mounting ext3 ERROR opening /dev/console!!!!: 2 error dup2'ing fd of 0 to 0 error dup2'ing fd of 0 to 1 error dup2'ing fd of 0 to 2 switchroot: mount failed: 22 Kernel panic - not syncing: Attempted to kill init!
From the errors I would first check whether ext3 is compiled within
the kernel or as a module. when it is compiled as a module, you can get such mount errors. Just re-compile the kernel with ext3 FS support and try again. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/