|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As it seems the issue is somewhere else. The lock is now in
/run/cryptsetup and /run is present. The code to include libgcc_s.so
does not work as there are two more levels to include and the biggest
issue is that it won't help anyway. I tested it by adding those files to
filesystem and chrooting to it. The error was same. I even copied whole
/usr and /lib and /lib64 and the error was same. This seems like there
is something rotten deep.
The root cause seems to be in the used algorithm. The default now is
argon2 but when I use pbkdf2 the issue is gone. The issue seems to be
with libargon2.so as it seems.
|