01-07-2020, 03:56 AM
(01-06-2020, 03:24 PM)hibbelig Wrote: Hm. I see that I do get some errors on upgrading packages:
Code:update-initramfs: Generating /boot/initrd.img-5.4.2-2-pinebookpro-arm64
find: ‘/lib/modules/5.4.2-2-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
...
The second line is printed multiple times.
Not sure if it is relevant, but I thought to mention it. @danielt what do you think?
Those errors are harmless (and occur on bullseye as well).
The crypto support in the custom kernel is built into the image but with a "real" Debian kernel they would be modules. I think some of the Debian LUKS support code automatically asks for the crypto modules in the initramfs (otherwise it would not be possible to encrypt the rootfs).