unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 50566@debbugs.gnu.org
Subject: bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
Date: Mon, 13 Sep 2021 13:54:36 +0200	[thread overview]
Message-ID: <aa357aca-baea-e28f-2dd4-e8516e5c1796@web.de> (raw)


Hi folks,

today I finally got my system reconfiguring on core-updates-frozen with
almost all packages I use (minus telegram-desktop, josm and lilypond).
But when I rebooted my PC it got stuck in the grub rescue console :(

```
Welcome to GRUB!

Unkown command 'crpytomount'.
error: disk 'cryptouuid/ad06...' not found.
Entering rescue mode...
[...]
grub rescue> crpytomount -u ad06...
Unknown command 'cryptomount'.
[...]
grub rescue> set
cmdpath=(hd0)/EFI/Guix
prefix=(cryptouuid)/ad06...)/boot/grub
root=cryptouuid/ad06...
```

commit: d1732a007fff1549fd49bae595ef9541bea2a332 (pulled from)
arch: x86_66
config:
```
   (bootloader
     (bootloader-configuration
       (bootloader grub-efi-bootloader)
       (target "/boot/efi")
       (keyboard-layout keyboard-layout)))
   (mapped-devices
     (list (mapped-device
             (source (uuid "ad069897-6b43-4607-b5e9-3f00f9af74aa"))
             (target "cryptroot")
             (type luks-device-mapping))))
   (file-systems
     (append (list
              (file-system
               (mount-point "/boot/efi")
               (device (uuid "2954-F644" 'fat32))
               (type "vfat"))
              (file-system
               (device "/dev/mapper/cryptroot")
               (mount-point "/")
               (type "ext4")
               (dependencies mapped-devices))
              (file-system
               (mount-point "/media/jonathan/arbeit")
               (device (uuid "094e6082-fae5-4ba9-ad94-1a4b6d04a094"))
               (type "ext4")))
             %base-file-systems))
```

I have reconfigured the same system on master two or three days ago. The
reboot back then was successful.

I'll try to collect more information later today...

~Jonathan




             reply	other threads:[~2021-09-13 11:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 11:54 Jonathan Brielmaier [this message]
2021-09-14 22:57 ` bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found) Jonathan Brielmaier
2021-09-17 15:08 ` Jonathan Brielmaier
2021-09-18 15:48   ` Mathieu Othacehe
2021-09-19 15:02     ` Mathieu Othacehe
2021-09-19 21:58       ` Jonathan Brielmaier
2021-09-19 22:47       ` Ludovic Courtès
2021-09-20  8:04         ` Jonathan Brielmaier
2021-09-20  9:19           ` Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aa357aca-baea-e28f-2dd4-e8516e5c1796@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=50566@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).