03-filesystems tries to unlock already opened luks volumes
Opened this issue · 2 comments
Deleted user commented
03-filesystems tries to unlock already opened luks volumes
Deleted user commented
When adding crypttab to dracut for remote unlocking with dracut-crypt-ssh
(packaged in void), this makes the system ask the password for the root drive a second time while already booting from it, and this time without a possibility for typing it remotely. It can be avoided by doing ^D, but that's only possible with keyboard access on the system.
Kratacoa commented
I having the same problem with an encrypted system, but in my case it's sxhkd
instead of ssh
: I have to do the two steps as described whenever I execute ZZZ
with it.
I use unique encrypted partition with btrfs + swapfile subvolume on it.
Not sure if I should open another issue.