[Bug 311927] Re: /disk/by-uuid/ does not exist
Miguel Ángel Ferrer
informatica at maferrer.net
Fri Jun 18 10:39:59 UTC 2010
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 Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.
More information about the kernel-bugs
mailing list