|
|
重新编译了内核2.4.12,系统有一块IDE硬盘,一块flash,在flash上装裁剪的linux.
IDE硬盘是/dev/hda, flash是/dev/hdb,从flash启动,根系统也用的flash上的
grub.conf
root(hd0,0)
kernel = /boot/vmlinuz ro root=/dev/hdb1
奇怪的问题是在挂载IDE硬盘的时候,可以启动,进入Flash的文件系统,一切正常
但把硬盘拿掉,系统会提示
VFS: can't mount rootfs on /dev/hdb1
和这个硬盘应该没关系阿
把root 修改为root=/dev/hda1也不行,ft死,谁碰到过类似的问题么。。。 |
|