unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: David Lecompte <david.lecompte@protonmail.com>
Cc: help-guix@gnu.org
Subject: Re: Trying to install Guix SD - grub-install fails
Date: Wed, 8 Jun 2022 14:22:32 +0200	[thread overview]
Message-ID: <20220608122158.gepr46dhekskc4yk@pelzflorian.localdomain> (raw)
In-Reply-To: <20220607112751.7wydur2ccnrm5rkw@pelzflorian.localdomain>

On Tue, Jun 07, 2022 at 01:27:51PM +0200, pelzflorian (Florian Pelz) wrote:
> Hello David.
> 
> On Mon, Jun 06, 2022 at 12:48:01PM +0000, David Lecompte wrote:
> > (operating-system
> >   (host-name "albert")
> >   (timezone "Europe/Paris")
> >   (locale "fr_FR.utf8")
> > 
> >   (keyboard-layout (keyboard-layout "fr"))
> >   (bootloader (bootloader-configuration
> >                 (bootloader grub-bootloader)
> >                 (target "/dev/sdf1")
> >                 (keyboard-layout keyboard-layout)))
> 
> The target should be /dev/sdf, but why the GUI installer does not work
> I do not know.  Perhaps download the latest image if you wanted the GUI.

Ohh I forgot something important.  Because device names like /dev/sdf1
could refer to a different drive after reboot (depending on the order
the drives are detected), it is advisable that you instead use device
names from /dev/disk/ for the future

(targets '("/dev/disk/by-id/mmc-SC64G_0xb13f1704"))

to avoid bad surprises.

Regards,
Florian


  parent reply	other threads:[~2022-06-08 12:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-06 12:48 Trying to install Guix SD - grub-install fails David Lecompte
2022-06-07 11:27 ` pelzflorian (Florian Pelz)
2022-06-07 17:11   ` The service trying " David Lecompte
2022-06-08 11:57     ` pelzflorian (Florian Pelz)
2022-06-08 12:22   ` pelzflorian (Florian Pelz) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-06 15:59 Trying " angry rectangle

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=20220608122158.gepr46dhekskc4yk@pelzflorian.localdomain \
    --to=pelzflorian@pelzflorian.de \
    --cc=david.lecompte@protonmail.com \
    --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.
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).