Hello,

Joshua Branson <[email protected]> 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