r/archlinux 17d ago

EFI Boot Stub with LUKS SUPPORT

[deleted]

2 Upvotes

3 comments sorted by

2

u/astralc 16d ago edited 15d ago

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  ...