From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Cannot boot GuixSD after system reconfigure Date: Thu, 21 Sep 2017 22:28:30 +0200 Message-ID: <87o9q3pzip.fsf@elephly.net> References: <87bmm3kh47.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv85g-0006BT-V0 for help-guix@gnu.org; Thu, 21 Sep 2017 16:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv85f-0008Q4-V2 for help-guix@gnu.org; Thu, 21 Sep 2017 16:28:56 -0400 In-reply-to: <87bmm3kh47.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Roel Janssen Cc: help-guix 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 > > 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