Hi:
Currently factory has broken udev rules..
/lib/udev/rules.d/60-persistent-storage.rules
calls /sbin/blkid but that executable is no longer there.but under the the /usr hierarchy.
This causes all sorts of errors at boot.
Just a heads-up.
Cristian.
Le mercredi 21 mars 2012, à 12:09 -0300, Cristian Rodríguez a écrit :
Hi:
Currently factory has broken udev rules..
/lib/udev/rules.d/60-persistent-storage.rules
calls /sbin/blkid but that executable is no longer there.but under the the /usr hierarchy.
$ ls -l /sbin/blkid lrwxrwxrwx 1 root root 15 21 mars 09:47 /sbin/blkid -> /usr/sbin/blkid
$ rpm -qf /sbin/blkid util-linux-2.21-2.1.i586
Not sure why you don't have it, though.
Vincent
Not sure why you don't have it, though.
separate partitions?
Alin
El 21/03/12 13:12, Vincent Untz escribió:
Le mercredi 21 mars 2012, à 12:09 -0300, Cristian Rodríguez a écrit :
Hi:
Currently factory has broken udev rules..
/lib/udev/rules.d/60-persistent-storage.rules
calls /sbin/blkid but that executable is no longer there.but under the the /usr hierarchy.
$ ls -l /sbin/blkid lrwxrwxrwx 1 root root 15 21 mars 09:47 /sbin/blkid -> /usr/sbin/blkid
$ rpm -qf /sbin/blkid util-linux-2.21-2.1.i586
Not sure why you don't have it, though.
I was confused, blkid does not get included in the initrd and that's the real problem.
I can confirm this:
I was confused, blkid does not get included in the initrd and that's the real problem.
after a dup from 12.2m2 to factory, I got the same issue,
Creating device nodes with udev udevd: failed to execute `/sbin/blkid` /sbin/blkid -o udev -p /dev/sda:: No such file or directory .... Want me to fall back to /dev/disk/by-id/ata-VBOX_...?