issues
search
rr-developer
/
LUKS-on-Raspberry-Pi
Guide to perform a full disk encryption of the SD Card of a Raspberry Pi running Raspberry Pi OS
33
stars
11
forks
source link
Update with results from 2021-03-04-raspios-buster-armhf-lite.img
#3
Open
mexon
opened
3 years ago
mexon
commented
3 years ago
I found several problems using this recent buster image:
cryptsetup failed to set up the partition due to libgcc_s.so.1. It seems copy_exec misses this library since it's optional.
the /boot partition in fstab cannot be specified as a partition UUID, otherwise it locks the console
the --key-size argument seems to have a typo
I found several problems using this recent buster image: