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

[-- Attachment #1: Type: text/plain, Size: 968 bytes --]

Thanks a lot! Managed to install successfully now

Em 1 de set de 2017 19:02, "Tobias Geerinckx-Rice" <me@tobias.gr> escreveu:

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

[-- Attachment #2: Type: text/html, Size: 1635 bytes --]

  reply	other threads:[~2017-09-02 13:00 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
2017-09-02 13:00   ` Eduardo Thales [this message]
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=CA+S4U-eCb3dXXsWyU0PaZu2UCd21Xwg+Fxq18hjBjQ3OEPGhCA@mail.gmail.com \
    --to=eduardothalesms@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=me@tobias.gr \
    /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.