I have the same problems with a normal disk (/dev/hda1) as cryptroot.
Introducing a "sleep 5" let me boot my system.
# Make sure the cryptsource device is available
if [ ! -e $cryptsource ]; then
activate_vg $cryptsource
fi
+ if [ ! -e $cryptsource ]; then
+ sleep 5;
+ fi
if [ ! -e $cryptsource ]; then
echo "cryptsetup: Source device $cryptsource not found"
return 1
fi
--
Support for encrypted root filesystem (cryptsetup)
https://launchpad.net/bugs/21878
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs