FS#30919 - [initscripts] 2012.07.5-1 crypttab fails unlock partition during boot
Attached to Project:
Arch Linux
Opened by siriusb (siriusb) - Monday, 30 July 2012, 10:26 GMT
Last edited by Tom Gundersen (tomegun) - Sunday, 12 August 2012, 12:30 GMT
Opened by siriusb (siriusb) - Monday, 30 July 2012, 10:26 GMT
Last edited by Tom Gundersen (tomegun) - Sunday, 12 August 2012, 12:30 GMT
|
Details
Description:
Boot process stops because couldn't mount a LUKS encrypted data partition after initscripts update. More details: https://bbs.archlinux.org/viewtopic.php?id=146111 Additional info: I have separate encrypted root and home partitions. /etc/crypttab (oroiginal, not working): myhome /dev/disk/by-uuid/something1 /path/to/keyfile1 mydata /dev/disk/by-uuid/something2 /path/to/keyfile2 Working crypttab (for me): myhome /dev/disk/by-uuid/something1 /path/to/keyfile1 mydata /dev/sda3 /path/to/keyfile2 Steps to reproduce: Upgrade to initscripts 2012.07.5-1 |
This task depends upon
Error message:
crypt_init() failed: Block device required
What changed:
/dev/disk/by-uuid/ syntax works on both lines, UUID= still fails