T430 Grub fail and hangs when using a LUKS slot configured as "AF hash: wirlpool" #431
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Setup and Behaviour
grub_crypto_hash fails when trying to unlock a LUKS partition that was created with the following options :
luksFormat --type luks2 --hash whirlpool --cipher serpent-xts-plain64 --key-size [256 or 512] --pbkdf argon2id'too large md context' is returned, then a message prompt to press any key to return back.
The computer is then unresponsive and needs to be rebooted.
The LED for disk usage is ON and the fan are spining a bit loud.
It happens all the time when encountering this Keyslot, even if you give it a wrong password.
Workaround
Create another keyslot with sha256 instead of whirlpool and delete the one with wirlpool.