Greetings
As another user already said, the kernel is missing some crypto modules so we currently can’t mount luks encrypted disks, at least on the rbp2 version.
(Kernel crypto modules missing)
Looking through the current kernelconfig I saw that you did in fact add the necessary cipher modules but it seems you did not add the user api to them. If you could add that to the next build I, and I’m sure some others as well, would be very grateful.
Enabling the following in “rbp2-000-add-kernel-config.patch” resulted in the all necessary modules being built:
CONFIG_CRYPTO_USER_API=m
CONFIG_CRYPTO_USER_API_SKCIPHER=m
CONFIG_CRYPTO_USER_API_HASH=m
With best regards,
oidex