help-guix
[Top][All Lists]
Advanced

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

Re: Cannot boot GuixSD after system reconfigure


From: Ricardo Wurmus
Subject: Re: Cannot boot GuixSD after system reconfigure
Date: Thu, 21 Sep 2017 22:28:30 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Hi Roel,

> 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>
>
> Now, what changes do I have to make to my config to make it work
> automatically again?

Instead of this:

                 (file-system
                   (device "/dev/sda3")
                   (mount-point "/")
                   (options "ssd")
                   (type "btrfs"))

Try this:

               (file-system
                 (mount-point "/")
                 (options "ssd")
                 (type "btrfs")
                 (title 'uuid)
                 (device (uuid "4dab5feb-d176-45de-b287-9b0a6e4c01cb")))

But do replace the UUID with your actual UUID.  I’ve copied this
straight from the manual and haven’t tested this myself as I’m using
mapped devices and don’t have a btrfs partition.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




reply via email to

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