bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-20 Thread Mathieu Othacehe
Hey, >>#:strip-flags '("--strip-debug" "--enable-deterministic-archives") Pushed as 650e85d85514c5fae06adf97ae615643a41bbbd8 :). > That one works as well. I tested it :) Thanks for the suggestion Ludo and for the testing Jonathan. Mathieu

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-20 Thread Jonathan Brielmaier
Am 20.09.21 um 00:47 schrieb Ludovic Courtès: ‘master’ uses ‘--strip-debug’ whereas ‘core-updates-frozen’ uses ‘--strip-unneeded’ (from commit e0f31baacc6ad30096a332b69433c85f5830bb2c). Instead of #:strip-binaries? #f, we could try: #:strip-flags '("--strip-debug" "--enable-deterministic-arc

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-19 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > Turns out stripping Grub modules was causing this issue. I'm not sure > why we do not experience this issue on master. Woow, good catch. > Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me. ‘master’ uses ‘--strip-debug’ whereas ‘core-updates-froz

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-19 Thread Jonathan Brielmaier
Am 19.09.21 um 17:02 schrieb Mathieu Othacehe: Turns out stripping Grub modules was causing this issue. I'm not sure why we do not experience this issue on master. Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me. Good catch and thanks for the fix, which works for me. I al

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-19 Thread Mathieu Othacehe
Turns out stripping Grub modules was causing this issue. I'm not sure why we do not experience this issue on master. Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me. I also discovered another issue related to image creation that I'll report separately. Thanks, Mathieu

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-17 Thread Jonathan Brielmaier
Hi, I found today an easier reproducer. I built an installation image from current core-updates-frozen (716470cda447e8cc3e73b09a8dfdcf1032aa37f2). Booting from an USB stick leads to the same error that it comes only to "grub rescue>" saying "Unknown filesystem". I double checked and booted fro

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-14 Thread Jonathan Brielmaier
I went ahead and did a trick Tobias (nckx) told me in IRC. I booted a Guix installer from an USB stick and hit 'c' (command line) in its GRUB menu. Then I gave in the following commands: ``` insmod luks cryptomount (hd1,gpt2) Enter passphrase ...: set root=(crypto0) configfile /boot/grub/grub.c

bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)

2021-09-13 Thread Jonathan Brielmaier
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 'cryptou