all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sirgazil <sirgazil@zoho.com>
To: 35582@debbugs.gnu.org
Subject: bug#35582: Installer: Graphical installation failed because of truncated UUID
Date: Sun, 05 May 2019 11:02:07 -0500	[thread overview]
Message-ID: <16a88bb2458.e42dc84338194.3585754428049419340@zoho.com> (raw)

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/

             reply	other threads:[~2019-05-05 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-05 16:02 sirgazil [this message]
2019-05-07 10:19 ` bug#35582: Installer: Graphical installation failed because of truncated UUID Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16a88bb2458.e42dc84338194.3585754428049419340@zoho.com \
    --to=sirgazil@zoho.com \
    --cc=35582@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.