|
发表于 2006-2-16 14:51:14
|
显示全部楼层
是有点问题,重做下initrd.img就行了。
Post by zhangxudong
下面是我的出错信息:
Begin: Mounting root file system ....
Begin: Running /scripts/local-top ....
ALERT! /dev/hda2 does not exit. Droppint to a shell
然后出现提示符就停止启动了。
我的/dev/hda1是mount到/boot,, /dev/hda2是mount到/
装上必须的编译软件,然后:
在你目前运运行的版本下,执行(以升级至2.6.15-1-686版本为例)
cd /boot
mkinitrd -o initrd.img-2.6.15-1-686 2.6.15-1-686
而以前的版本不需要做这些。 |
|