BarryK wrote: ↑Mon Aug 14, 2023 1:30 amStrange, Easy 5.4.10 is built with the argon2 PET that I compiled in the Compaq Presario.
I wonder if you have an 'argon2' binary that is on top of the one in easy.sfs
Look at /mnt/wkg/.session/usr/bin to see if there is an 'argon2' there, and/or a .wh*argon2* whiteout file.
If so, delete it/them then immediately reboot.
No argon2 in the folder .session.
There are two different binaries in /usr/bin and /sbin
# md5sum /usr/bin/argon2
0f5cf31fb4a6d66c9e918d164fe0df72 /usr/bin/argon2
# md5sum /sbin/argon2
e3b479f26e89568608eb3e71b1a9b964 /sbin/argon2
As /usr/bin is before /sbin in my PATH, I replaced the argon2 in /usr/bin by the other.
No more "Illegal instruction" with "echo -n ${PW}xxxx | argon2 ${SALT} -l 32 -r"
Test of full access to the encrypted partition. Failure. Retry after reboot. Success