Le 19/08/2017 à 08:48, Borden Rhodes a écrit :
I'm on the Buster repo. For all kernels released after 4.9, I can't boot into my system, which has all encrypted partitions except for /boot. I think tihs is my problem, as I get the same symptoms: https://gitlab.com/cryptsetup/cryptsetup/issues/319 I decided to wait until the 4.12 kernel came out, which it just did, hoping that this 'regression' - as they call it - would be fixed. However, I'm getting the same "check that kernel supports aes-xts-plain64 cipher" error and the inability to boot.
The fix was merged in mainline 4.11. Can you check the dependencies of module xts ?
modinfo -k <version> xts and the presence of module ecb in the initramfs ? lsinitramfs /boot/initrd.img-<version> | grep ecb