From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1nooJi-0000Jo-BH for mharc-grub-devel@gnu.org; Wed, 11 May 2022 11:31:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nooJd-0000Hs-NO for grub-devel@gnu.org; Wed, 11 May 2022 11:31:54 -0400 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]:33725) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nooJb-00006a-Np for grub-devel@gnu.org; Wed, 11 May 2022 11:31:53 -0400 Received: by mail-lj1-x233.google.com with SMTP id m23so3144881ljc.0 for ; Wed, 11 May 2022 08:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colorremedies-com.20210112.gappssmtp.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=UY+ho8fLWMO7TLK+kUP5g+XaplQQErQmaoFNm1F8kho=; b=iE9HhTMREbCSAE0dxHdSzIXCDkkjYjFvdMKCanNgKMfiGY5AqOIfystbBQTJktvjcN zrgDFZp7WljStfDcpMdhBWZzxlBRCqaZ2hgYoQ9UHRmPxRflAeASifxV1aAVknDjtbfP 9Ytpd3ARvNKc8HhqJaOjscdHmkUsl1EHbs+yhc2j4YpDpHLqPTv/DZIShWR2dNW83GOk yu2Csh7ULtYxjyJ0wS6l6oVQ9LBdNmdma5XtoqJg8lKBSdgMzpF1lPTIjwJxKOVu25ep DAYhv1fe1MTBkEOI3Y67nLz5UGnv3beM8JBpe5gfeyLs9UTym+l+qmqn1Y2ZnQrkoH2P blyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UY+ho8fLWMO7TLK+kUP5g+XaplQQErQmaoFNm1F8kho=; b=VQoSe/AJvdaInsUk1QC041zEiHqnNeUOkkolytwxN6Qdf3TbOfVVbC2QcEUVHDvxFK WP4DHTWQzIWxbREUPokyj0J1pp5Pv2D5WGyMTQWo6Q5AA7Bt7+ZvNXZAmA1Xx+/PbUcc Ay4v1emnjALEZ4oPtTBzUTAze/m/VElB+Yhbh8xwqbvkPioRf0MSBEc4dw7FkZvVW7Dz VQe+MVWESXkeJfVAIqio95x25T+1i7+GRgSL6505CySVN3QV2Llo/G15aupkV6SoknXS ZNfwkcSwf6TXBNcaVMxmRm0YlzYD+Rax1a5TOa00rvPOC51WuYP5almb9q5eCSoqi23k Q9VQ== X-Gm-Message-State: AOAM533pjId5LYc8ug0jw4XGS3cm2Pm0Pyf0VJj1PSc7grwy/kU0OqLu vXB+b+70QbuUW30gENeCcXmLRYYOAtX+eQXioAfVlC4jJp//KyaD X-Google-Smtp-Source: ABdhPJzjZ8zE0GaAJ9cZZHx7kblpSpwfhE9UFxmYIoqKDxzBozEqQnGtIVLXZKqwwxtVksBdRdb79Eh0GS4g/0fQF68= X-Received: by 2002:a2e:2c0f:0:b0:24f:13ab:efed with SMTP id s15-20020a2e2c0f000000b0024f13abefedmr17721099ljs.357.1652283108835; Wed, 11 May 2022 08:31:48 -0700 (PDT) MIME-Version: 1.0 From: Chris Murphy Date: Wed, 11 May 2022 11:31:32 -0400 Message-ID: Subject: a GRUB command to show the UEFI built-in boot manager To: The development of GNU GRUB Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=2a00:1450:4864:20::233; envelope-from=chris@colorremedies.com; helo=mail-lj1-x233.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 15:31:54 -0000 Hi, There's GRUB command "fwsetup" to bring the user from GRUB to the firmware's setup menu. Could there be a command that brings the user to the firmware's built-in boot manager? a.k.a. boot order, a.k.a. boot selection? I'm offhand not seeing a UEFI command to bring up this specific firmware menu though... Thanks, -- Chris Murphy