Okt

29

Posted by : Florian Löffler | On : 29.10.2007

Vor einiger Zeit tauchte bei mir nach dem Booten direkt vor dem Login Prompt folgende Meldung auf:

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/
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.

Wahrscheinlich hatte ich beim Updaten auf udev irgendwas zerschossen oder sowas.
Naja, halb so schlimm. Die Lösung wird ja gleich mitgeliefert. Leider führte diese nicht zum Erfolg bei mir, weshalb ich etwas tiefer graben musste, um dem Problem auf den Grund zu gehen.

Continue Reading