emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35582: closed (Installer: Graphical installation f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35582: closed (Installer: Graphical installation failed because of truncated UUID)
Date: Tue, 07 May 2019 10:20:01 +0000

Your message dated Tue, 07 May 2019 12:19:48 +0200
with message-id <address@hidden>
and subject line Re: bug#35582: Installer: Graphical installation failed 
because of truncated UUID
has caused the debbugs.gnu.org bug report #35582,
regarding Installer: Graphical installation failed because of truncated UUID
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35582: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35582
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Installer: Graphical installation failed because of truncated UUID Date: Sun, 05 May 2019 11:02:07 -0500 User-agent: Zoho Mail
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/






--- End Message ---
--- Begin Message --- Subject: Re: bug#35582: Installer: Graphical installation failed because of truncated UUID Date: Tue, 07 May 2019 12:19:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi sirgazil,

sirgazil <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]