You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented decrypt_keyctl on my debian server with encrypted root and several other encrypted disks.
I am asked for the passphrase in the initramfs, but as its not mounting the other disks while in initrd, i get asked for the passphrase again after booting commences.
This can be avoided by asking to decrypt all disks while in initramfs, by adding "initramfs" to the crypttab parameters:
Hi !
I implemented decrypt_keyctl on my debian server with encrypted root and several other encrypted disks.
I am asked for the passphrase in the initramfs, but as its not mounting the other disks while in initrd, i get asked for the passphrase again after booting commences.
This can be avoided by asking to decrypt all disks while in initramfs, by adding "initramfs" to the crypttab parameters:
md1_crypt UUID=xx cryptvols: luks,keyscript=decrypt_keyctl,initramfs
raid6 UUID=xx cryptvols luks,keyscript=decrypt_keyctl,initramfs
scratch UUID=xx cryptvols luks,keyscript=decrypt_keyctl,initramfs
Then all disks are opened with the cached passphrase while in initramfs.
Could you add this info to readme.md ?
The text was updated successfully, but these errors were encountered: