Hi, guys:<br><br>I attempt to compile a kernel on CentOS 5.3 i386 which is installed in the Virtualbox machine,<br>and its kernel version is  2.6.18-128.el5 ,the new  kernel version is 2.6.34.1<br><br>
All make procedure is running ok.<br>
I can generate initrd image with no problem too.<br>
But, when I try booting this kernel, I get Kernel panic error message like these:<br><br><pre class="bbcodeblock" dir="ltr" style="margin: 0px -99999px 0px 0px; padding: 3px; border: 1px inset; width: 98%; height: 114px; text-align: left; overflow: auto;">
mount: could not find filesystem '/dev/root'<br>setuproot: moving /dev failed: No such file or directory<br>setuproot: error mounting /proc: No such file or directory<br>setuproot: error mounting /sys: No such file or directory<br>
switchroot: mount failed: No such file or directory<br>Kernel panic - not syncing: Attempted to kill init!</pre><br>I don't know what is going on here!!<br>
Thanks if somebody will be able to help me!<br>