The fix worked for me :) As a possible improvement to the code, to include the old option (ie "ON_VT" == "yes" )
stdin=`readlink /proc/self/fd/0` if [ "${stdin#/dev/null}" != "$stdin" ]; then if [ "$ON_VT" != "yes" ]; then exec env ON_VT=yes /usr/bin/openvt -f -c `fgconsole` $0 "$@" else exec </dev/console >/dev/console 2>&1 fi fi -- Upstart doesn't activate luks volumes in cryptsetup https://launchpad.net/bugs/62751 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs