1 |
----------------------------------------------------- |
2 |
Your system seems to be missing critical device files |
3 |
in /dev ! Although you may be running udev or devfs, |
4 |
the root partition is missing these required files ! |
5 |
|
6 |
To rectify this situation, please do the following: |
7 |
mkdir /mnt/fixit |
8 |
mount --bind / /mnt/fixit |
9 |
cp -a --remove-destination /dev/* /mnt/fixit/dev/ |
10 |
umount /mnt/fixit |
11 |
rmdir /mnt/fixit |
12 |
|
13 |
You may refer to these instructions at /etc/issue. |
14 |
If you previously had an issue file, it has been |
15 |
backed up at /etc/issue.devfix. Once you've fixed |
16 |
your system, you will have to restore your old issue |
17 |
file in order to get rid of this warning. |
18 |
|
19 |
Thanks for using Gentoo ! :) |
20 |
http://bugs.gentoo.org/show_bug.cgi?id=40987 |
21 |
----------------------------------------------------- |