Re: [arch-general] grub2 + luks + keyfile

2012-08-21 Thread Adrian Pop
Seems I forgot to add the usb hook. It works now. Thank you for replying and directing my attention towards mkinitcpio.

Re: [arch-general] grub2 + luks + keyfile

2012-08-20 Thread Adrian Pop
Seems I forgot to add the usb hook. It works now. Thank you for replying and directing my attention towards mkinitcpio.

[arch-general] grub2 + luks + keyfile

2012-08-20 Thread Adrian Pop
Hello, I'm trying to configure grub2 to read a keyfile from a usb flash drive in order to decrypt the root partition. The grub2 wiki page specifies that in order to decrypt the root partition, the following should be added in /etc/default/grub: GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root"