Raspberry Pi Recipes

Tomasz Waszczyk
April 7th, 2022 · 1 min read

Possible Issues

Issue 0: We have inserted bad password while booting Grub having partition with LUKS

1error: access denied.
2error: no such cryptodisk found.
3error: disk 'cryptouuid/g01678gcs0a8guvk7e53jlisuc78' not found.
4Entering rescue mode...
5grub rescue>```

Then the command should help:

1cryptomount hd0,msdos1

It will prompt you for the passphrase now, enter it. After that, you will have to do the following:

1insmod normal
2normal

More articles from waszczyk.com