GNU bug report logs - #35582
Installer: Graphical installation failed because of truncated UUID

Previous Next

Package: guix;

Reported by: sirgazil <sirgazil <at> zoho.com>

Date: Sun, 5 May 2019 16:03:01 UTC

Severity: serious

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35582 in the body.
You can then email your comments to 35582 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35582; Package guix. (Sun, 05 May 2019 16:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to sirgazil <sirgazil <at> zoho.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 05 May 2019 16:03:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: sirgazil <sirgazil <at> zoho.com>
To: "bug-guix" <bug-guix <at> gnu.org>
Subject: Installer: Graphical installation failed because of truncated UUID
Date: Sun, 05 May 2019 11:02:07 -0500
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/







Severity set to 'serious' from 'normal' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 06 May 2019 22:24:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 07 May 2019 10:20:01 GMT) Full text and rfc822 format available.

Notification sent to sirgazil <sirgazil <at> zoho.com>:
bug acknowledged by developer. (Tue, 07 May 2019 10:20:02 GMT) Full text and rfc822 format available.

Message #12 received at 35582-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: sirgazil <sirgazil <at> zoho.com>
Cc: 35582-done <at> debbugs.gnu.org
Subject: Re: bug#35582: Installer: Graphical installation failed because of
 truncated UUID
Date: Tue, 07 May 2019 12:19:48 +0200
Hi sirgazil,

sirgazil <sirgazil <at> zoho.com> skribis:

> In my case, the installer generated this:
>
> ```
> (file-system
>   (mount-point "/boot/efi")
>   (device (uuid "A0CA-50E" 'fat32))
>   (type "vfat"))
> ```

It turns out that ‘uuid->string’ would not print leading zeros…

Fixed in commit 6c5790a2faf8ffc401e43b13425a707394e40874, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Jun 2019 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.