Dear Maintainer,
The populate_CRYPTO_MODULES() function in
/usr/share/initramfs-tools/hooks/cryptroot can't properly derive
required module names (MODULES=dep in initramfs.conf) from dmsetup
ouptput when using adantium[1] encryption. In such cases the cipher string
is:
xchacha20,aes-adantium-plain64
(or xchacha12 on even less performant platforms).
Workaround: manually add the following modules to
/etc/initramfs-tools/modules:
aes_generic
chacha_generic
nhpoly1350
xts
[1] https://lwn.net/Articles/776721/