From: Juraj Hlista <juraj@juraj.me>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: 48649@debbugs.gnu.org
Subject: bug#48649: Guix doesn't boot with LUKS root partition
Date: Tue, 25 May 2021 17:19:24 +0000 [thread overview]
Message-ID: <P3RMn6APfBcK9l0jAJ8vZt5FxnuYQvKYnkrXY8YNKx2cOawD-dYAwxN1sEUgw9TrBA3L1qDXC6gil6dgGKOGpszum3jAlSVGcOhwGGKLkjM=@juraj.me> (raw)
In-Reply-To: <XXF75OAGklMD4JMUCnDKwrCiBwoKN5H3kb-u56MxVbNkbt6uaH3TOjz1SBle7db7jriupH7Cp2vnBrFpNI_Xgv-ANBPvcdN_HgArFqbeUUU=@juraj.me>
[-- Attachment #1: Type: text/plain, Size: 2221 bytes --]
I tried to install Guix on unencrypted partition as well and it works.
So to sum up my issue:
/dev/nvme0n1p1 - 1.8TB, Linux (83)
cryptsetup luksFormat /dev/nvme0n1p1
cryptsetup open /dev/nvme0n1p1 luks
mkfs.ext4 -L system /dev/mapper/luks
mount LABEL=system /mnt
mkdir /mnt/etc
herd start cow-store /mnt
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/nvme0n1")))
(mapped-devices
(list (mapped-device
(source (uuid "..."))
(target "luks")
(type luks-device-mapping))))
(file-systems
(cons* (file-system
(mount-point "/")
(device "/dev/mapper/luks")
(type "ext4")
(dependencies mapped-devices))
%base-file-systems)))
guix system init /mnt/etc/config.scm /mnt
reboot
After inserting password to decrypt, I hit enter in boot menu, laptop freezes.
Attached are pictures from GRUB.
Best Regards,
J
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, May 25, 2021 2:12 PM, Juraj Hlista <juraj@juraj.me> wrote:
> I installed Guix again, there is just single 2TB encrypted partition with ext4 on top.
>
> When booting, there is a prompt asking for a password to decrypt the partition, then there is the boot menu. When hitting enter the laptop gets stuck again just like before.
>
> Seems like an issue with grub?
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Tuesday, May 25, 2021 1:19 PM, Tobias Geerinckx-Rice me@tobias.gr wrote:
>
> > Juraj,
> > Juraj Hlista 写道:
> >
> > > mount LABEL=system-root /mnt
> > > mkdir /mnt/etc /mnt/boot
> > > mount LABEL=system-boot /mnt/boot
> >
> > Guix System doesn't support a separate /boot partition. Seehttp://issues.guix.gnu.org/48172.
> > I'll leave this bug unmerged with that one until we're sure that's your only issue:
> >
> > > I also tried to use unencrypted root partition (basically the > same as above, but without LUKS) and it works.
> >
> > Also with separate /boot? If so, maybe GRUB happens to look in the wrong right place (/ instead of /boot), or something else is going on.
> > Kind regards,
> > T G-R
[-- Attachment #2: grub-console-2.jpeg --]
[-- Type: image/jpeg, Size: 281696 bytes --]
[-- Attachment #3: grub-console-3.jpeg --]
[-- Type: image/jpeg, Size: 317548 bytes --]
[-- Attachment #4: grub-console-1.jpeg --]
[-- Type: image/jpeg, Size: 334568 bytes --]
next prev parent reply other threads:[~2021-05-25 19:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-25 9:24 bug#48649: Guix doesn't boot with LUKS root partition Juraj Hlista
2021-05-25 11:19 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-05-25 12:12 ` Juraj Hlista
2021-05-25 17:19 ` Juraj Hlista [this message]
2021-05-26 9:23 ` Juraj Hlista
2021-06-08 17:24 ` Eric Brown
2021-06-08 21:39 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-08-24 4:11 ` Maxim Cournoyer
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='P3RMn6APfBcK9l0jAJ8vZt5FxnuYQvKYnkrXY8YNKx2cOawD-dYAwxN1sEUgw9TrBA3L1qDXC6gil6dgGKOGpszum3jAlSVGcOhwGGKLkjM=@juraj.me' \
--to=juraj@juraj.me \
--cc=48649@debbugs.gnu.org \
--cc=me@tobias.gr \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.