From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28445: Cannot boot GuixSD after system reconfigure Date: Mon, 25 Sep 2017 09:33:17 +0200 Message-ID: <87fubbmdvm.fsf__27648.8885785968$1506324945$gmane$org@gnu.org> References: <87bmm3kh47.fsf@gnu.org> <87fubf4s77.fsf@gnu.org> <87vakbmvgb.fsf@gnu.org> <87a81msud8.fsf@gnu.org> <20170922162339.65cf2b79@scratchpost.org> <87lgl6ptws.fsf@gnu.org> <87tvzuqzmk.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]:36642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwNty-0006n6-U2 for bug-guix@gnu.org; Mon, 25 Sep 2017 03:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwNty-0002C1-5M for bug-guix@gnu.org; Mon, 25 Sep 2017 03:34:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwNty-0002Bu-2a for bug-guix@gnu.org; Mon, 25 Sep 2017 03:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dwNtx-0006VC-QB for bug-guix@gnu.org; Mon, 25 Sep 2017 03:34:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvzuqzmk.fsf@gnu.org> (Roel Janssen's message of "Fri, 22 Sep 2017 21:53:07 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Roel Janssen Cc: 28445@debbugs.gnu.org, help-guix Hi Roel, Roel Janssen skribis: > I could generate a new system, but upon booting it, I was dropped to a > Guile REPL. Could you check what the error was? (You can type =E2=80=9C,error=E2=80=9D= at the REPL if the message disappeared.) > So it doesn't seem to work. How can I troubleshoot from there? > > I used the following configuration for the EFI partition: > > (file-system > (title 'uuid) > (device (uuid "72E5-26A0" 'fat32)) > (mount-point "/boot/efi") > (needed-for-boot? #t) > (type "vfat")) I don=E2=80=99t see yet what could possibly go wrong. Note that =E2=80=98needed-for-boot?=E2=80=99 can be #f (it=E2=80=99s definitely not n= eeded for boot), but both should work. Thanks, Ludo=E2=80=99.