A quick fix I found on Edgy was to change line 294 in
/lib/cryptsetup/cryptdisks.functions from:

$CRYPTCMD $PARAMS luksOpen $src $dst  <&1

to:

$CRYPTCMD $PARAMS luksOpen $src $dst  < /dev/console


Now it jumps to console from splash on boot and asks for password.

-- 
Upstart doesn't activate luks volumes in cryptsetup
https://launchpad.net/bugs/62751

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to