help-guix
[Top][All Lists]
Advanced

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

Re: I cannot reconfigure my ARM machine


From: Ludovic Courtès
Subject: Re: I cannot reconfigure my ARM machine
Date: Thu, 26 Oct 2017 10:57:44 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Joshua Branson <address@hidden> skribis:

> Installing for x86_64-efi platform.
> /gnu/store/1wzysj68sk5p713kd60wdxdiv448y1xs-grub-efi-2.02/sbin/grub-install: 
> error: failed to get canonical path of `none'.
> guix system: error: failed to install bootloader 
> /gnu/store/9sfnqinym73lhz7ad7ab7iy6kl4ir823-bootloader-installer

[...]

>  (bootloader (grub-configuration
>               (grub grub-efi)
>               (target "/dev/sda1")
>               ;; (device "/dev/sda1")

Since you’re on EFI, this should be:

  (grub-configuration (grub grub-efi) (target "/boot/efi"))

or, using the “new” interface:

  (bootloader-configuration
    (bootloader grub-efi-bootloader)
    (target "/boot/efi"))

Could you check if it works for you?

HTH,
Ludo’.



reply via email to

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