all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Grub error: Failed to get canonical path of 'none'
@ 2017-09-01 21:22 Eduardo Thales
  2017-09-01 22:04 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: Eduardo Thales @ 2017-09-01 21:22 UTC (permalink / raw)
  To: help-guix

[-- 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 --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-02 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2017-09-02 19:52   ` Quiliro Ordonez Baca
2017-09-02 23:03     ` Tobias Geerinckx-Rice

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.