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 02:24:36 +0200 [thread overview]
Message-ID: <87vakbmvgb.fsf@gnu.org> (raw)
In-Reply-To: <87fubf4s77.fsf@gnu.org>
Ludovic Courtès writes:
> Hi Roel,
>
> Roel Janssen <roel@gnu.org> skribis:
>
>> Roel Janssen writes:
>>
>>> Dear Guix,
>>>
>>> I 'guix pull'ed commit 228a398 and ran:
>>> guix system reconfigure /etc/config.scm
>>>
>>> It looks like GRUB cannot find my root partition (/dev/sda3). So, I
>>> suspect that something has changed regarding specifying the partitions (UUIDs?).
>
> [...]
>
>> So, I was able to fix GRUB by manually modifying /boot/grub/grub.cfg:
>>
>> -search --label --set /dev/sda3
>> +search --no-floppy --fs-uuid --set <blkid uuid output>
>
> I believe this is fixed with db4e8fd5d4a07d3be8ce68fb96722ef7077c0eee.
>
> Could you please let me know if everything’s OK?
I changed the following pieces of my config:
(bootloader (bootloader-configuration
(bootloader grub-efi-bootloader)
(target "/boot/efi")))
(file-systems (cons*
(file-system
(title 'uuid)
(device (uuid "<uuid>"))
(mount-point "/boot")
(needed-for-boot? #t)
(type "ext4"))
(file-system
(title 'device)
(device "/dev/sda1")
(mount-point "/boot/efi")
(needed-for-boot? #t)
(type "vfat"))
(file-system
(mount-point "/")
(options "ssd")
(title 'uuid)
(device (uuid "<uuid>"))
(options "ssd")
(type "btrfs"))
(file-system
(title 'device)
(device "tmpfs")
(mount-point "/var/guix/temproots")
(type "tmpfs"))
(file-system
(title 'device)
(device "tmpfs")
(mount-point "/tmp")
(type "tmpfs"))
%base-file-systems))
And with these changes, I can boot GuixSD again.
The vfat partitions have a shorter UUID, which are not accepted by
Guix. Is this on purpose? As you can see in the snippet above, I use
'device for the vfat partition and 'uuid for the other disk-based
partitions. It would be nice to use UUIDs for every partition.
Thanks for your time.
Kind regards,
Roel Janssen
next prev parent reply other threads:[~2017-09-21 22:25 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 [this message]
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
[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=87vakbmvgb.fsf@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).