Непонятный баг "critical device files in /dev !"

-----------------------------------------------------
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.  Once you've fixed
your system, you will have to restore your old issue
file in order to get rid of this warning.

Thanks for using Gentoo ! :)
http://bugs.gentoo.org/show_bug.cgi?id=40987
-----------------------------------------------------

Смотрел http://bugs.gentoo.org/show_bug.cgi?id=40987 не чё не понял...
Что можно зделать чтоб при загрузке это больше не появлялось?

У вас каким-то

У вас каким-то образом оказался пуст /dev (ломался раздел с корнем?)
В принципе этого должно быть достаточно:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit
reboot

или можете использовать no-dev.patch. Ложите его в /etc/init.d и говорите cd /etc/init.d;patch -p0 no-dev.patch (-p0 т.к. уже в нужном каталоге)

Так же проверьте grub.conf (lilo.conf) и fstab. Может в них какая ошибка

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".