From owner-freebsd-hackers@freebsd.org Thu Dec 17 18:52:19 2020 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E2604C01E8 for ; Thu, 17 Dec 2020 18:52:19 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Cxh1t5vPsz4Zyh for ; Thu, 17 Dec 2020 18:52:18 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: by mailman.nyi.freebsd.org (Postfix) id AA6654C02C0; Thu, 17 Dec 2020 18:52:18 +0000 (UTC) Delivered-To: hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A646F4C01E7 for ; Thu, 17 Dec 2020 18:52:18 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxh1s51ytz4Zjj; Thu, 17 Dec 2020 18:52:16 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (v-critter.freebsd.dk [192.168.55.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by phk.freebsd.dk (Postfix) with ESMTPS id EE8B38A3C8; Thu, 17 Dec 2020 18:52:07 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.16.1/8.16.1) with ESMTPS id 0BHIq6Hi062926 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 17 Dec 2020 18:52:06 GMT (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.16.1/8.16.1/Submit) id 0BHIq6Uu062923; Thu, 17 Dec 2020 18:52:06 GMT (envelope-from phk) To: Warner Losh cc: Lev Serebryakov , "freebsd-hackers@freebsd.org" Subject: Re: Should/does loader.efi respect the "bootme" GPT attribute ? In-reply-to: From: "Poul-Henning Kamp" References: <25469.1608040822@critter.freebsd.dk> <26111.1608051101@critter.freebsd.dk> <63257157-9cdd-0da4-f061-4005319514c2@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <62921.1608231126.1@critter.freebsd.dk> Content-Transfer-Encoding: quoted-printable Date: Thu, 17 Dec 2020 18:52:06 +0000 Message-ID: <62922.1608231126@critter.freebsd.dk> X-Rspamd-Queue-Id: 4Cxh1s51ytz4Zjj X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 18:52:19 -0000 -------- Warner Losh writes: > > > UEFI has its own bootnext protocol, that works in conjunction with = the EFI > > > environment variables to have a more robust, less 'guess what I mea= n' > > > approach. So all in all, it's hard, non-standard and doesn't play w= ell with > > > UEFI." > > > > Could it be used here? > > > > Yes. It can. Do you know of any good sources of documentation ? -- = Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe = Never attribute to malice what can adequately be explained by incompetence= .