Hi all,
I currently have a Centos 6.5 setup that is LUKS encrypted and I want to create a second Linode that is Ubuntu 14.04 based and encrypted the same way. I've been following this very well done guide:
http://spin.atomicobject.com/2013/03/18/linux-encryption-cloud-luks-linode/ on the Atomic Spin blog. I can get a working Linode using Ubuntu 12.04 LTS but when I follow the same guide but replace it with 14.04 Trusty Tahr I'm unable to enter my encryption password from the LISH console.
This is all I see:
Code:
Booting 'Ubuntu 14.04 LTS, kernel 3.13.0-24-generic'
root (hd0)
Filesystem type is ext2fs, using whole disk
kernel /vmlinuz-3.13.0-24-generic root=/dev/mapper/crypt-xvdb cryptdevice=/dev
/xvdb:crypt-xvdb console=hvc0 ro quiet splash
initrd /initrd.img-3.13.0-24-generic
close blk: backend=/local/domain/0/backend/vbd/494/51712 node=device/vbd/51712
close blk: backend=/local/domain/0/backend/vbd/494/51728 node=device/vbd/51728
close blk: backend=/local/domain/0/backend/vbd/494/51744 node=device/vbd/51744
Unlocking the disk /dev/disk/by-uuid/0bde6bc0-f329-48a6-8609-176c85ee0da3 (crypt-xvdb)
Enter passphrase:
I can type type type and nothing happens on the console. No *'s, and enter does nothing.
Does anyone have any insights into why this might be happening?
Thanks.