From owner-freebsd-current@freebsd.org Mon Dec 18 23:59:09 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E1C7E93B5E for ; Mon, 18 Dec 2017 23:59:09 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-151.reflexion.net [208.70.210.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D93E577BEB for ; Mon, 18 Dec 2017 23:59:07 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 6733 invoked from network); 18 Dec 2017 22:12:21 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 18 Dec 2017 22:12:21 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Mon, 18 Dec 2017 17:12:21 -0500 (EST) Received: (qmail 17942 invoked from network); 18 Dec 2017 22:12:21 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 18 Dec 2017 22:12:21 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id ADFAFEC9529; Mon, 18 Dec 2017 14:12:20 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: UEFI booting survey Message-Id: <60C20606-853E-43AE-9F90-44C65026A098@dsl-only.net> Date: Mon, 18 Dec 2017 14:12:19 -0800 To: Warner Losh , FreeBSD Current X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 23:59:09 -0000 Warner Losh imp at bsdimp.com wrote on Mon Dec 18 20:29:45 UTC 2017 : > The specific thing we will stop doing is that in the absence of > instructions to the contrary, we will no longer search for root on a device > other than the one the loader.efi came from. Warner Losh imp at bsdimp.com wrote on Sun Dec 17 19:52:07 UTC 2017 : > In the coming months, we're looking at dropping boot1.efi and instead > installing /boot/loader.efi onto the ESP (most likely as > \efi\freebsd\loader.efi). Combining the two statements would appear to have consequences not obvious from the separate statements in isolation. Rewording the first to substitute where loader.efi comes from based on the second (if I interpret right): MISQUOTE The specific thing we will stop doing is that in the absence of instructions to the contrary, we will no longer search for root on other than the device for the ESP used (which will hold loader.efi). END MISQUOTE === Mark Millard markmi at dsl-only.net