-
Notifications
You must be signed in to change notification settings - Fork 11
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
bullseye not droping to initramfs #7
Comments
Thanks for this! |
i applied this, but on bullseye i get this error on the PI400: pi@raspberrypi:~ $ sudo -E CRYPTSETUP=y mkinitramfs -o /boot/initramfs.gz |
This is a warning about Realtek drivers. As you are building the initial ramfs on the raspberry, you can ignore the missing firmware errors. The other error can also be ignored as long as the new programs are in the initial ramfs. How to check this is explained in this guide. |
Can you update the doc for this? I spent a day trying to get it work for bullseye arm64 because it kept on rebooting with initramfs on until I see this. |
Perfect guide, however for a headless Pi incorporating a pre-boot Dropbear SSH to allow headless entry of the decryption key would be of use. |
to be clear, this is not a problem of this guide it is a problem that comes with the latest raspberry os version.
to boot into initramfs /boot/config.txt should contain dtoverlay=vc4-fkms-v3d instead of dtoverlay=vc4-kms-v3d
The text was updated successfully, but these errors were encountered: