From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxLRq-0001dC-Bn for qemu-devel@nongnu.org; Tue, 26 May 2015 16:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxLRm-00062P-LQ for qemu-devel@nongnu.org; Tue, 26 May 2015 16:27:38 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:46838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxLRm-000624-Dt for qemu-devel@nongnu.org; Tue, 26 May 2015 16:27:34 -0400 Message-ID: <5564D734.3000703@msgid.tls.msk.ru> Date: Tue, 26 May 2015 23:27:32 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <5523E12E.8010103@redhat.com> <1428653687.11559.5.camel@nilsson.home.kraxel.org> <5527A093.30904@redhat.com> <556484D1.2040608@msgid.tls.msk.ru> <5564A407.8010302@redhat.com> <5564A7B8.4050001@msgid.tls.msk.ru> <5564BD90.50009@redhat.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [edk2] syslinux vs. OVMF List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan , Laszlo Ersek Cc: edk2-devel@lists.sourceforge.net, Gerd Hoffmann , qemu devel list 26.05.2015 23:17, BALATON Zoltan wrote: > On Tue, 26 May 2015, Laszlo Ersek wrote: >> On 05/26/15 19:04, Michael Tokarev wrote: >>> No, I mean I see the same error message "Failed to read blocks: 0xC" >>> after syslinux.efi load. The banner is new, with a few changed details. >> >> Interesting -- no clue where "Failed to read blocks" comes from. Not >> syslinux, not iPXE, not shim, not grub, not edk2, not the kernel... > > I think it comes from syslinux/efi/diskio.c:41.... Indeed. Thank you very much for finding this. FWIW, 0xC means RETURN_NO_MEDIA. Which is kind of strange. But it is the first load which is done by syslinux.efi, not by ipxe rom. Thanks, /mjt