all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joshua Branson <jbranso@dismail.de>
To: help-guix@gnu.org
Subject: Re: grub.cfg does not have luks module for encrypted root
Date: Fri, 01 Feb 2019 09:03:13 -0500	[thread overview]
Message-ID: <8736p7hahq.fsf@dismail.de> (raw)
In-Reply-To: <alpine.DEB.2.20.1901302159270.6623@marsh.hcoop.net> (Jack Hill's message of "Wed, 30 Jan 2019 22:13:06 -0500 (EST)")

Jack Hill <jackhill@jackhill.us> writes:

> Ahoy,
>
> I'm using the attached config.scm for a host with an encrypted gpt
> root partition while booking with bios-grub. It produces the attached
> grub.cfg, which lacks the luks module, thus grub cannot find the
> kernel.
>
> If I enter the grub command line and manually insmod luks and
> cryptomount, I can then boot correction. My guix version information
> follows. I don't see the problem. What am I missing?

Out of curiosity how do you boot GuixSD on the grub command line?

The only way I know how to do it is:

set root=(hd0,1)  ; wherever your root partition is
linux /gnu/path/to/vmlinuz-linux-libre root=/dev/sda1
initrd /gnu/path/to/initramfs-linux-libre.img
boot


In arch linux, I know where those paths are: /boot, but it GuixSD those
paths are usually buried in /gnu/some/crazy/path...
>
>
> Best,
> Jack
>
>
>

--
Joshua Branson
Sent from Emacs and Gnus

  parent reply	other threads:[~2019-02-01 14:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31  3:13 grub.cfg does not have luks module for encrypted root Jack Hill
2019-02-01  3:09 ` Jack Hill
2019-02-01 14:03 ` Joshua Branson [this message]
2019-02-01 15:29   ` Jack Hill
2019-02-02 13:50     ` Joshua Branson
2019-02-02 19:02       ` swedebugia
2019-02-03 18:16         ` Joshua Branson

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=8736p7hahq.fsf@dismail.de \
    --to=jbranso@dismail.de \
    --cc=help-guix@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 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.