From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#35582: Installer: Graphical installation failed because of truncated UUID Date: Sun, 05 May 2019 11:02:07 -0500 Message-ID: <16a88bb2458.e42dc84338194.3585754428049419340@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNJbX-0000j7-2C for bug-guix@gnu.org; Sun, 05 May 2019 12:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNJbT-0003Q8-7L for bug-guix@gnu.org; Sun, 05 May 2019 12:03:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41176) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNJbS-0003Ov-7t for bug-guix@gnu.org; Sun, 05 May 2019 12:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNJbR-0008Po-On for bug-guix@gnu.org; Sun, 05 May 2019 12:03:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:52328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNJao-0000Be-RO for bug-guix@gnu.org; Sun, 05 May 2019 12:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNJan-0002s8-Nv for bug-guix@gnu.org; Sun, 05 May 2019 12:02:22 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25498 helo=sender-pp-o92.zoho.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNJan-0002qh-EZ for bug-guix@gnu.org; Sun, 05 May 2019 12:02:21 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35582@debbugs.gnu.org Hi, I installed the GNU system with the Guix 1.0 ISO installer (https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz). My intention was to complete the installation using the graphical installer, but my attempts failed with an error that pointed to the line in the "config.scm" where the EFI partition UUID was defined (I don't remember the exact error, but I think I mentioned it on #guix). In my case, the installer generated this: ``` (file-system (mount-point "/boot/efi") (device (uuid "A0CA-50E" 'fat32)) (type "vfat")) ``` However, running "blkid" would display the correct UUID as `A0CA-050E`. So, for some reason, the zero before 5 was omitted in the configuration generated by the installer. The issue happened every time I restarted the machine to try the installation again (around 4 times). Because of this I couldn't finish the installation normally, and had to modify the UUID in the generated "config.scm" by hand (adding the missing 0) and, also manually, run the rest of the necessary commands for installing the system: herd start cow-store /mnt guix system init /mnt/etc/config.scm /mnt Completing the process manually also required to assign passwords manually for root and the user I had created during the graphical steps. The passwords indicated for them during the graphical steps were not applied to the installed system. --- https://sirgazil.bitbucket.io/