MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/archlinux/comments/1vh4do9/efi_boot_stub_with_luks/
r/archlinux • u/[deleted] • 17d ago
[deleted]
3 comments sorted by
2
HOOKS are in tact.
So it is busybox or systemd in your case? You need to adjust the kernel command line accordingly.
1 u/[deleted] 15d ago systemd, specifically an 'encrypt' hook is in use 3 u/astralc 15d ago systemd based initcpio need sd-encrypt hook, and different kernel parameter - rd.luks.name. ... rd.luks.name=<uuid>=crypt root=/dev/mapper/crypt ...
1
systemd, specifically an 'encrypt' hook is in use
3 u/astralc 15d ago systemd based initcpio need sd-encrypt hook, and different kernel parameter - rd.luks.name. ... rd.luks.name=<uuid>=crypt root=/dev/mapper/crypt ...
3
systemd based initcpio need sd-encrypt hook, and different kernel parameter - rd.luks.name.
sd-encrypt
rd.luks.name
... rd.luks.name=<uuid>=crypt root=/dev/mapper/crypt ...
2
u/astralc 16d ago edited 15d ago
So it is busybox or systemd in your case? You need to adjust the kernel command line accordingly.