unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Roland Everaert <r.everaert@protonmail.com>
Cc: Thiago Jung Bauermann <bauermann@kolabnow.com>, help-guix@gnu.org
Subject: Re: Librem Mini with pureboot/head don't boot GuixSD
Date: Wed, 01 Sep 2021 18:21:32 +0200	[thread overview]
Message-ID: <87bl5cb237.fsf@nckx> (raw)
In-Reply-To: <srdKmF7tpmscyavAL1lKwbo-VQJmrg_6r2ryYDFxIVCNb9lsBemcxEQ-ZOrgkoyN_dMJfmCWtDfG6AqUy4pvyQ3ZzNguOWW_4-MVKpfRI1Q=@protonmail.com>

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

Bonjour Roland,

Roland Everaert 写道:
> Without the form (menu-entries), in the bootloader definition, 
> 'reconfigure' runs fine. So what am I doning wrong?

You're passing a single ‘menu-entry, but ’menu-entries’ takes a 
list of them--even if you have only one.

Try

  (bootloader
   (bootloader-configuration
    ...
    (menu-entries
     (list (menu-entry
            ...)))))

> However, after rebooting the system, the partition is mounted 
> properly, so
> it is only during the reconfigure that the partition has not 
> been mounted.
> Is this intentional?

Kind of, in that it's working as written.  ‘guix system 
reconfigure’ *will* start new services such as file systems, but 
this step is only performed after a successful reconfiguration -- 
and that includes installing GRUB to /boot first...

I didn't look into the service restart code.  Maybe this could be 
tweaked without turning it into a spaghetti mess, maybe not.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

      reply	other threads:[~2021-09-01 18:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 10:59 Librem Mini with pureboot/head don't boot GuixSD Roland Everaert via
2021-08-12 17:05 ` Tobias Geerinckx-Rice
2021-08-14 11:23 ` Re : " Roland Everaert via
2021-08-14 19:30   ` Thiago Jung Bauermann
2021-08-19 14:57     ` Re : " Roland Everaert
2021-08-19 22:39       ` Thiago Jung Bauermann
2021-09-01 11:04         ` Re : " Roland Everaert
2021-09-01 16:21           ` Tobias Geerinckx-Rice [this message]

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=87bl5cb237.fsf@nckx \
    --to=me@tobias.gr \
    --cc=bauermann@kolabnow.com \
    --cc=help-guix@gnu.org \
    --cc=r.everaert@protonmail.com \
    /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.
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).