help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to install Guix SD - grub-install fails


From: pelzflorian (Florian Pelz)
Subject: Re: Trying to install Guix SD - grub-install fails
Date: Wed, 8 Jun 2022 14:22:32 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]