From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46481 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1mhF-0001Ea-BI for qemu-devel@nongnu.org; Mon, 21 Mar 2011 17:31:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1mhB-0008T4-6P for qemu-devel@nongnu.org; Mon, 21 Mar 2011 17:31:29 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:57740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1mhB-0008Sz-2b for qemu-devel@nongnu.org; Mon, 21 Mar 2011 17:31:25 -0400 Received: by yib19 with SMTP id 19so3194715yib.4 for ; Mon, 21 Mar 2011 14:31:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201103212117.55762.mbrown@fensystems.co.uk> References: <4D87989D.70005@codemonkey.ws> <201103212117.55762.mbrown@fensystems.co.uk> Date: Mon, 21 Mar 2011 14:31:24 -0700 Message-ID: Subject: Re: [Qemu-devel] OVMF, SeaBIOS & non-CSM based legacy boot From: Jordan Justen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Brown Cc: Stefan Hajnoczi , qemu-devel On Mon, Mar 21, 2011 at 14:17, Michael Brown wrot= e: > On Monday 21 Mar 2011 21:06:24 Stefan Hajnoczi wrote: >> On Mon, Mar 21, 2011 at 6:27 PM, Anthony Liguori >> > Is there gPXE for UEFI yet? >> >> I have never tried it myself, but I think it should work. =A0CCed >> Michael Brown to check. > > Yes, iPXE for UEFI exists and works. =A0Last tested by me about a week ag= o, on > various IBM UEFI systems. > > Compared to a "legacy" BIOS network boot, you can't do anything very > interesting with UEFI. =A0Features such as iSCSI, FCoE, AoE, HTTP all wor= k with > a "legacy" BIOS but not with UEFI. =A0A "legacy" BIOS network boot allows= you to > boot an operating system; a UEFI network boot only allows you to boot an = EFI > executable (which could be a second-stage OS loader). Your input on network boot is much more valuable than mine. (I'm certainly no expert here...) But, for a UEFI system, loading a UEFI executable is equivalent to starting the OS. Whether that executable is a second stage loader, or contains the OS kernel, it up to the OS implementation. -Jordan