If at BusyBox not exists /dev/disk/by-uuid neither by-label, and only exists by-id and by-path, the udevd can't load blkid.
I found the bug is from initramfs-tools (0.92j) at end of /usr/share/initramfs-tools/hooks/udev it does: [code]copy_exec /sbin/blkid /lib/modules[/code] and it should do: [code]copy_exec /sbin/blkid /sbin[/code] Once it's corrected remember to: [code]update-initramfs -u[/code] Good luck __________ M.Á.Ferrer -- /disk/by-uuid/ does not exist https://bugs.launchpad.net/bugs/311927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
