unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 28445@debbugs.gnu.org, help-guix <help-guix@gnu.org>
Subject: bug#28445: Cannot boot GuixSD after system reconfigure
Date: Fri, 22 Sep 2017 21:53:07 +0200	[thread overview]
Message-ID: <87tvzuqzmk.fsf__9372.61758740551$1506102863$gmane$org@gnu.org> (raw)
In-Reply-To: <87lgl6ptws.fsf@gnu.org>


Ludovic Courtès writes:

> Danny Milosavljevic <dannym@scratchpost.org> skribis:
>
>> On Fri, 22 Sep 2017 16:03:47 +0200
>> ludo@gnu.org (Ludovic Courtès) wrote:
>>
>>> However, there’s one thing I’d like to double-check with Danny, which is
>>> the word order.  With this patch, I have:
>>> 
>>>   (fat32-uuid->string (string->fat32-uuid "aabb-ccdd"))
>>>   $7 = "CCDD-AABB"
>>> 
>>> Danny: are you sure the most-significant 16-bit word comes last?
>>
>> See https://github.com/karelzak/util-linux/blob/master/libblkid/src/superblocks/vfat.c#L48
>>
>> blkid_probe_sprintf_uuid(pr, vol_serno, 4, "%02X%02X-%02X%02X",
>> vol_serno[3], vol_serno[2], vol_serno[1], vol_serno[0]);
>
> I see, thanks!
>
> Roel, with commit 8a7d81a5e23c4d59fbabf2550db32d4ba5572e4b, you should
> be able to write:
>
>   (uuid "abcd-1234" 'fat32)
>
> in your config, and it should work.
>
> Let me know if it doesn’t.  :-)
>
> Ludo’.

I could generate a new system, but upon booting it, I was dropped to a
Guile REPL.

So it doesn't seem to work.  How can I troubleshoot from there?

I used the following configuration for the EFI partition:

  (file-system
    (title 'uuid)
    (device (uuid "72E5-26A0" 'fat32))
    (mount-point "/boot/efi")
    (needed-for-boot? #t)
    (type "vfat"))

Thanks for your work!

Kind regards,
Roel Janssen

  parent reply	other threads:[~2017-09-22 17:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <rbuo9q4cken.fsf@gnu.org>
     [not found] ` <87bmm3kh47.fsf@gnu.org>
2017-09-21 22:12   ` bug#28445: Cannot boot GuixSD after system reconfigure Ludovic Courtès
     [not found]   ` <87fubf4s77.fsf@gnu.org>
2017-09-22  0:24     ` Roel Janssen
2017-09-22 14:03       ` Ludovic Courtès
     [not found]       ` <87a81msud8.fsf@gnu.org>
2017-09-22 14:23         ` Danny Milosavljevic
2017-09-22 16:41           ` Ludovic Courtès
     [not found]           ` <87lgl6ptws.fsf@gnu.org>
2017-09-22 19:53             ` Roel Janssen [this message]
     [not found]             ` <87tvzuqzmk.fsf@gnu.org>
2017-09-25  7:33               ` Ludovic Courtès
     [not found]               ` <87fubbmdvm.fsf@gnu.org>
2017-09-26 19:24                 ` Roel Janssen
2017-09-26  2:27                   ` Danny Milosavljevic

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='87tvzuqzmk.fsf__9372.61758740551$1506102863$gmane$org@gnu.org' \
    --to=roel@gnu.org \
    --cc=28445@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    --cc=ludo@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).