From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cannot boot GuixSD after system reconfigure Date: Fri, 22 Sep 2017 00:12:12 +0200 Message-ID: <87fubf4s77.fsf@gnu.org> References: <87bmm3kh47.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv9hm-00033X-8r for help-guix@gnu.org; Thu, 21 Sep 2017 18:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv9hl-0006Js-AD for help-guix@gnu.org; Thu, 21 Sep 2017 18:12:22 -0400 In-Reply-To: <87bmm3kh47.fsf@gnu.org> (Roel Janssen's message of "Thu, 21 Sep 2017 21:04:56 +0200") 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: 28445@debbugs.gnu.org, help-guix Hi Roel, Roel Janssen 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 I believe this is fixed with db4e8fd5d4a07d3be8ce68fb96722ef7077c0eee. Could you please let me know if everything=E2=80=99s OK? Thanks, Ludo=E2=80=99.