all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: eduardothalesms@gmail.com, help-guix@gnu.org
Subject: Re: Grub error: Failed to get canonical path of 'none'
Date: Sat, 2 Sep 2017 00:04:27 +0200	[thread overview]
Message-ID: <38437ca9-6926-1e8b-8e3c-2d9d8d14d357@tobias.gr> (raw)
In-Reply-To: <CA+S4U-dW+ZQrkxTD2MHcQ5GycQDukCGBnpFdiH2Xhu4QB2Khww@mail.gmail.com>

Eduardo,

Eduardo Thales wrote on 01/09/17 at 23:22:
> I'm trying to install Guix SD with Grub on UEFI and my stuck in this error:
> //gnu/store/4c7x0ji4mni5dayf8ig9rssk50pjims1g-grub-efi-2.02/sbin/grub-install:
> error: failed to get canonical path of 'none'.

[snip]

Here's the culprit:

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

The bootloader code was overhauled after Guix 0.13. The syntax is now:

  (bootloader (bootloader-configuration
               (bootloader grub-efi-bootloader)
               (target "/boot/efi"))) ; usually correct, but verify

> I tried to follow what I found in the Reference Manual.

It seems you're consulting an outdated manual that doesn't match the
version of Guix you're invoking to reconfigure your system.

Kind regards,

T G-R

  reply	other threads:[~2017-09-01 22:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 21:22 Grub error: Failed to get canonical path of 'none' Eduardo Thales
2017-09-01 22:04 ` Tobias Geerinckx-Rice [this message]
2017-09-02 13:00   ` Eduardo Thales
2017-09-02 19:52   ` Quiliro Ordonez Baca
2017-09-02 23:03     ` Tobias Geerinckx-Rice

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38437ca9-6926-1e8b-8e3c-2d9d8d14d357@tobias.gr \
    --to=me@tobias.gr \
    --cc=eduardothalesms@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.