From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 6/6] gnu: Add grub-efi. Date: Tue, 20 Dec 2016 14:53:36 +0100 Message-ID: <87d1gmiu5b.fsf@gnu.org> References: <20161105125511.29383-1-mbakke@fastmail.com> <20161105125511.29383-7-mbakke@fastmail.com> <20161105185803.GA11667@jasmine> <87h97l67kz.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <878tsww9ov.fsf@gnu.org> <87vaw087kr.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <871syny88o.fsf@gnu.org> <87oa1r8wyv.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <871sx73ink.fsf@gnu.org> <87y3zfrd7j.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87y3zdo6cx.fsf@gnu.org> <87lgvdnw23.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87lgvc6vp0.fsf@gnu.org> <87lgvbc41t.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87fulj1uxc.fsf@gnu.org> <87inqfbkmr.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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]:60480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJKrQ-0007en-48 for guix-devel@gnu.org; Tue, 20 Dec 2016 08:53:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJKrL-0007zd-8x for guix-devel@gnu.org; Tue, 20 Dec 2016 08:53:44 -0500 In-Reply-To: <87inqfbkmr.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Mon, 19 Dec 2016 23:48:44 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org Hello! Marius Bakke skribis: >>> OK. I'll try to find out why tests don't work with the UEFI variant >>> first in order to at least write a meaningful comment. Maybe qemu needs >>> UEFI support or something like that. >> >> It might be that we no longer need QEMU 1.3.1 to run the tests (see the >> top of gnu/packages/grub.scm)? > > The problem is missing UEFI firmware for the qemu calls. But we indeed > no longer need qemu@1.3.1 for the tests, at least on x86_64. I replaced > it with 'qemu-minimal'. Pushed! Great! I=E2=80=99m failing at installing GuixSD on a new laptop I have here. =E2=80=98efibootmgr=E2=80=99 exits with code 2 and this message: EFI variables are not supported on this system. (which =E2=80=98grub-install=E2=80=99 happily ignores.) This is because /sys/firmware/efi is missing, which apparently is because I booted off the GuixSD USB image (=E2=80=9Clegacy=E2=80=9D) and no= t in EFI mode. What would you suggest? :-) TIA, Ludo=E2=80=99.