Tagged Questions
1
vote
0answers
61 views
Provide passphrase to plymouth ask-for-password from command line
I'm working on booting a headless server (Fedora 16), entering the passphrase to decrypt the root disk (LUKS) over SSH using dropbear. I've got dropbear all working: I can SSH to the server while it's ...
0
votes
1answer
364 views
grub2 and cryptsetup
My root node is LUKS encrypted, and it uses a key file, instead of user input password to unlock it.
I know in Grub2, I can use
insmod cryptodisk
insmod luks
cryptomount -u <uuid>
But I have ...