From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Cannot boot GuixSD after system reconfigure Date: Thu, 21 Sep 2017 21:04:56 +0200 Message-ID: <87bmm3kh47.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv4uV-0006sm-0O for help-guix@gnu.org; Thu, 21 Sep 2017 13:05:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv4uQ-0003Fq-NL for help-guix@gnu.org; Thu, 21 Sep 2017 13:05:10 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv4uQ-0003Fj-KO for help-guix@gnu.org; Thu, 21 Sep 2017 13:05:06 -0400 Received: from ip112-245-209-87.adsl2.static.versatel.nl ([87.209.245.112]:52312 helo=yellowstone) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dv4uQ-0005cw-63 for help-guix@gnu.org; Thu, 21 Sep 2017 13:05:06 -0400 In-reply-to: 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: help-guix 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?). > > I attached 'config.scm'. > > Now, the hardest part.. How can I recover? It doesn't boot the older > generations either, so I now use a Fedora live USB. > > Any pointers are appreciated. > > Thanks! > > Kind regards, > Roel Janssen 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? Kind regards, Roel Janssen