From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: Grub error: Failed to get canonical path of 'none' Date: Sat, 2 Sep 2017 00:04:27 +0200 Message-ID: <38437ca9-6926-1e8b-8e3c-2d9d8d14d357@tobias.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnu1W-00075v-Nz for help-guix@gnu.org; Fri, 01 Sep 2017 18:02:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnu1V-0007pf-Tp for help-guix@gnu.org; Fri, 01 Sep 2017 18:02:46 -0400 Received: from tobias.gr ([2001:470:cc92::1]:45718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnu1V-0007oy-Ir for help-guix@gnu.org; Fri, 01 Sep 2017 18:02:45 -0400 In-Reply-To: Content-Language: en-GB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: eduardothalesms@gmail.com, help-guix@gnu.org 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