From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v3 09/22] Enable chain loading to local disk for UEFI PXE systems. Date: Wed, 24 Jun 2015 18:58:41 +0100 Message-ID: <1435168721.17598.18.camel@citrix.com> References: <1435159944.28264.295.camel@citrix.com> <1435159961-22292-9-git-send-email-ian.campbell@citrix.com> <21898.54731.17054.124228@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21898.54731.17054.124228@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-24 at 17:07 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v3 09/22] Enable chain loading to local disk for UEFI PXE systems."): > > First arrange for bootloader to be installed to removable media path, > > by using a new in Jessie preseed option. Then use that to chainload a > > bootloader from the disk. > > > > The removable media path is well known (part of the UEFI spec) which > > saves us having to worry about which OS is on the host (so long as the > > OS can be configured to populate the removable media path) > > Ah here we are. > > Acked-by: Ian Jackson > > > -echo Should do a local boot here, somehow > > If you change this print to a die instead, in the previous patch, you > can put my ack on that one too. I guess you mean to change the surrounding call to be die "that message" rather than to put die into the grub.cfg file (i.e. a strict s/echo/die/ on the line you quoted), so that is what I'll do. Ian.