I was having this issue where (at boot) GRUB prompts me for my disk password, but it always fails (with 'access denied. cryptodisk not found.', though it scrolls by too quickly to see if you don't insert sleeps in the boot config).
As a result, even though I type in the password correctly, I get placed in GRUB's minimal prompt.
However, when trying to unlock the disk manually (using cryptomount (hd0,gpt5)
for the fifth partition, or cryptomount -a
for all disks), it succeeds!
What's going on? What can I do to fix it?