|
楼主 |
发表于 2005-1-4 10:59:40
|
显示全部楼层
我在gentoo forum上找到解决方法了,呵呵
先:
mknod -m 660 console c 5 1
mknod -m 660 null c 1 3
后,启动成功后有如下提示:
Your system seems to be missing critical device files
in /dev ! Although you may be running udev or devfs,
the root partition is missing these required files !
To rectify this situation, please do the following:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit
You may refer to these instructions at /etc/issue.
If you previously had an issue file, it has been
backed up at /etc/issue.devfix.
Thanks for using Gentoo !
http://bugs.gentoo.org/show_bug.cgi?id=40987
-----------------------------------------------------
按照他的步骤做就解决了。可是有个小问题,它的那个提示以后每次启动后还是会有 |
|