From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBlqp-0004Tn-34 for guix-patches@gnu.org; Fri, 19 May 2017 13:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBlqk-0005Co-6f for guix-patches@gnu.org; Fri, 19 May 2017 13:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52897) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBlqk-0005Cg-3G for guix-patches@gnu.org; Fri, 19 May 2017 13:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBlqj-00010E-QL for guix-patches@gnu.org; Fri, 19 May 2017 13:38:01 -0400 Subject: bug#26815: [PATCH v4 3/3] vm: Add UEFI loader to disk images. Resent-Message-ID: References: <87r2zoygoi.fsf@gnu.org> <20170517110522.18106-1-mbakke@fastmail.com> <20170517110522.18106-3-mbakke@fastmail.com> <87ziebtbph.fsf@gnu.org> <877f1ecf00.fsf@fastmail.com> <8737c2cbm5.fsf@fastmail.com> <871srlankf.fsf@gnu.org> <87k25cvn49.fsf@fastmail.com> From: Mathieu Othacehe In-reply-to: <87k25cvn49.fsf@fastmail.com> Date: Fri, 19 May 2017 19:37:33 +0200 Message-ID: <87pof4agte.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 26815-done@debbugs.gnu.org Hi Marius, > Thanks again for the excellent feedback. I did an installation by > "naively" following the manual and noticed that it does not mention > mounting other partitions before `guix system init`. So, I added it. > > Pushed at last! Thanks for this serie ! As a follow-up, when things will calm down, you might consider moving some stuff in a grub-efi structure. For example the (when esp ...) snippet in initialize-hard-disk or the install-efi procedure. Mathieu