From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYtRO-0000MK-1j for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:14:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYtRL-00079H-AN for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:14:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYtRL-00078L-5D for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:14:19 -0400 Message-ID: <1441620856.27149.11.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 07 Sep 2015 12:14:16 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] EFI_PXE_BASE_CODE_PROTOCOL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , ipxe-devel Hi, ipxe just got a EFI_PXE_BASE_CODE_PROTOCOL implementation. I've updated ipxe and commented the EFI_DOWNGRADE_UX define in the qemu config. If you want to test this you can fetch the qemu branch with the updated roms here: https://www.kraxel.org/cgit/qemu/log/?h=rebase/roms-next Ran a quick test. The good news are that shim.efi can now fetch files, it happily chainloads grub.efi. The bad news are that grub.efi has trouble loading files. It doesn't present the boot menu but greets me with a prompt, which usually happens if grub fails to load the config file. So things have improved, but there still is something broken ... cheers, Gerd