打印

Gentoo安完启动后说是丢失/dev中的重要设备文件。

Gentoo安完启动后说是丢失/dev中的重要设备文件。

在一台有两块PIII450的服务器上安好Gentoo基本系统引导后出现了错误。
详细内容如下:
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/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. Once you've fixed your system, you will have to restore your old issue file in order to get rid of this warning.

但是由于用途不同,在另一台CeleronM的本本上却没有这个问题,两台的安装方法除了编内核上有点不同外,就是还有本本的Gentoo是在Debian4.0下安的。而服务器的Gentoo是在CentOS4.4下安的。
我曾试过重编内核,只是没有把agp,fb那些我看来在服务器上没有用的东西加进内核。我想不会是因为这个吧?
实在是找不到原因,所以来问问大家有没有知道的?

TOP

解决了,看来Gentoo不要显卡驱动就会报错啊,Debian不会。

TOP

Gentoo 在启动 udev 服务之前,需要 /dev 里面有几个设备节点才能正确启动,不然就出错。
不想要 ID 了请找我。

TOP

我也出现了跟你一样的错误,该如何解决呢?

如题。

TOP

我也出现了跟你一样的错误,该如何解决呢?

[quote:10f2cee726="Swan-IDK"]在一台有两块PIII450的服务器上安好Gentoo基本系统引导后出现了错误。
详细内容如下:
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/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. Once you've fixed your system, you will have to restore your old issue file in order to get rid of this warning.

但是由于用途不同,在另一台CeleronM的本本上却没有这个问题,两台的安装方法除了编内核上有点不同外,就是还有本本的Gentoo是在Debian4.0下安的。而服务器的Gentoo是在CentOS4.4下安的。
我曾试过重编内核,只是没有把agp,fb那些我看来在服务器上没有用的东西加进内核。我想不会是因为这个吧?
实在是找不到原因,所以来问问大家有没有知道的?[/quote]

TOP