unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Eduardo Thales <eduardothalesms@gmail.com>
To: help-guix@gnu.org
Subject: Grub error: Failed to get canonical path of 'none'
Date: Fri, 1 Sep 2017 18:22:07 -0300	[thread overview]
Message-ID: <CA+S4U-dW+ZQrkxTD2MHcQ5GycQDukCGBnpFdiH2Xhu4QB2Khww@mail.gmail.com> (raw)

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

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'.*
*guix system: error: failed to install
bootloader /gnu/store/6kn22v26i3c6a7h41268z11zkki8y9jk-bootloader-installer*

Here is my config:
*(use-modules (gnu) (gnu system nss))*
*(use-service-modules networking ssh)*
*(use-package-modules admin bootloaders)*

*(operating-system*
*  (host-name "AcerThales")*
*  (timezone "America/Sao_Paulo")*
*  (locale "pt_BR.utf8")*
*  (bootloader (grub-configuration (grub grub-efi)*
*                                  (device "/dev/sda1")))*

*  (file-systems (cons* (file-system*
*                                     (device "guix")*
*                                     (title 'label)*
*                                     (mount-point "/")*
*                                     (type "ext4"))*
*                          (file-system*
*                                     (device "home")*
*                                     (title 'label)*
*                                    (mount-point "/home")*
*                                   (type "ext4"))*
*                                 (file-system*
*                                    (device "/dev/sda1")*
*                                   (mount-point "/boot")*
*                                  (type "vfat"))*
*                               %base-file-systems))*

*  (users (cons (user-account*
*                (name "eduardo")*
*                (comment "Eu msm")*
*                (group "users")*
*                (supplementary-groups '("wheel" "netdev"*
*                                        "audio" "video"))*
*                (home-directory "/home/eduardo"))*
*               %base-user-accounts))*

*  (packages (cons* nss-certs                      *
*                   %base-packages))*

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

I tried to follow what I found in the Reference Manual. Also, I tried to
set *(device "/dev/sda")* in *grub-configuration* but no luck. Can someone
give me some light? Thanks in advance

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

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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 21:22 Eduardo Thales [this message]
2017-09-01 22:04 ` Grub error: Failed to get canonical path of 'none' Tobias Geerinckx-Rice
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CA+S4U-dW+ZQrkxTD2MHcQ5GycQDukCGBnpFdiH2Xhu4QB2Khww@mail.gmail.com \
    --to=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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).