Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cryptsetup cipher is missing when testing with RBPI OS based on Debian 12 #2

Closed
bklop opened this issue Jan 19, 2024 · 1 comment
Closed

Comments

@bklop
Copy link

bklop commented Jan 19, 2024

Thanks for a great guide!

I've been following this guide to get root partition encryption working on a RBPI CM4 using RBPI OS Lite 64 2023-12-11 (i.e. Debian 12 Bookworm).

Everything works until I get to the point where I want to unlock the LUKS volume from initramfs, where it fails with a missing cipher.
When I run cryptsetup benchmark -c xchacha20,aes-adiantum-plain64 (again, from initramfs) I get the same error. Obviously the ciphers are available from RBPI OS itself, and I made sure I created an updated initramfs and checked if the resulting file contains the modules with lsinitramfs . I also checked the modules folder after booting into initramfs just to be sure, and the modules algif_skcipher, adiantum etc. are present (so they have been copied).

Do you happen to have any idea what the problem could be, or have you tested your guide with Debian 12?

@bklop
Copy link
Author

bklop commented Jan 24, 2024

I filed an issue here instead:

RPi-Distro/repo#362

@bklop bklop closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant