在我的IBM T30 笔记本上,Debian下面用make-kpkg编译2.6.11.7 Kernel,很顺利
可是重启后,出现Panic:
。。。
RAMDISKl Loading 1228KiB [1 disk] into ram disk.. done.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,4)
查了很多网站,有说IDE Interface问题,有说File System问题,可是又编译了2编,该编译进内核的IDE Chipset ,File System都编译进去了,还是老问题。
好在原来的2.4内核还能进去,用dmesg|grep VFS, 发现:
VFS: Mounted root (cramfs filesystem) readonly.
很奇怪,居然用了cramfs 文件系统,再次把crams编译进内核,居然成功了。
可是重启后,出现Panic:
。。。
RAMDISKl Loading 1228KiB [1 disk] into ram disk.. done.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,4)
查了很多网站,有说IDE Interface问题,有说File System问题,可是又编译了2编,该编译进内核的IDE Chipset ,File System都编译进去了,还是老问题。
好在原来的2.4内核还能进去,用dmesg|grep VFS, 发现:
VFS: Mounted root (cramfs filesystem) readonly.
很奇怪,居然用了cramfs 文件系统,再次把crams编译进内核,居然成功了。
博主在IBM T30笔记本的Debian系统下用make - kpkg编译2.6.11.7 Kernel,重启后出现Kernel panic问题。查资料后怀疑是IDE Interface或File System问题,多次编译相关内容仍未解决。最后通过dmesg|grep VFS发现用了cramfs文件系统,将其编译进内核后成功。
2102

被折叠的 条评论
为什么被折叠?



