Gentoo Archives: gentoo-user

From: doherty pete <nishizawa23@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] why always display this when kernel start
Date: Fri, 14 Jan 2011 13:20:50
Message-Id: AANLkTikVvq-JceYyO_Xs5vL6hSm9f2gyCr-Z0iEL8AC_@mail.gmail.com
1 when kernel start ,display this
2
3 Your system seems to be missing critical device files
4 in /dev ! Although you may be running udev or devfs,
5 the root partition is missing these required files !
6
7 To rectify this situation, please do the following:
8 mkdir /mnt/fixit
9 mount --bind / /mnt/fixit
10 cp -a /dev/* /mnt/fixit/dev/
11 umount /mnt/fixit
12 rmdir /mnt/fixit
13
14 You may refer to these instructions at /etc/issue.
15 If you previously had an issue file, it has been
16 backed up at /etc/issue.devfix. Once you've fixed
17 your system, you will have to restore your old issue
18 file in order to get rid of this warning.
19
20 Thanks for using Gentoo ! :)
21 http://bugs.gentoo.org/show_bug.cgi?id=40987
22
23
24 i have done:
25 mkdir /mnt/fixit
26 mount --bind / /mnt/fixit
27 cp -a /dev/* /mnt/fixit/dev/
28 umount /mnt/fixit
29 rmdir /mnt/fixit
30 --
31 pete_doherty

Replies

Subject Author
Re: [gentoo-user] why always display this when kernel start Alex Schuster <wonko@×××××××××.org>
Re: [gentoo-user] why always display this when kernel start Dale <rdalek1967@×××××.com>