hankern
Kernel panic知道的请进
最近在做一个U盘上的linux系统,用的是2.4.20的核
数天的浴血奋战,始总是屡战屡败,刚开始是内核不认U盘,打了个补丁认了,但是文件系统好像用不了了,启动U盘结果如下:
。。。
。。。
sda1 sda2 //这是我的U盘两个分区,grub和文件系统都在第二个分区
EXT2-fs warning:mount ing unchecked fs,running e2fsck is recommanded //
VFS:Mounted root (ext2 filesystem) //文件系统应该挂上了吧????????!
Freeing unused kernel memory :136K freed
Warning: unable to open an initial console
attempt to access beyond end of device
08:02: rw=0,want=1647259183,limit=194122
attempt to access beyond end of device
08:02: rw=0,want=1647259183,limit=194122
Kernel panic :No init found.Try passing init= option to kernel //文件系统中有/sbin/init的
我的grub如下:
title linux-2.4.20
root (hd0,1)
kernel /bzImage rw root=/dev/sda2 //我用的是一步启动法,但是用initrd也通不过
我觉得说的比较详细了,急盼兄弟姐妹们伸出援救之手啊