From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1np8TX-0001Rm-1a for mharc-grub-devel@gnu.org; Thu, 12 May 2022 09:03:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1np8TV-0001Ml-BN for grub-devel@gnu.org; Thu, 12 May 2022 09:03:25 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:60956) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1np8TT-0002te-F7 for grub-devel@gnu.org; Thu, 12 May 2022 09:03:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652360602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eHbSWnxqDmxTkZELiSYSoWv76vp8Y1smbzwtsNlG6hc=; b=Yv87XjCAaGxohIdmsjFQp48NytM9S3DwBg7MOMEeFptMUsTyMaQy9O6hBJ/qFiobMTD6Uj xZxhUfmEALcz7fM1SyWqi1mJvLr7e8xpNX2pWh5teokx0GgQ2RpnfNtBHUAqKFh+7zonWa blr53e44jp7Xu+eGMySdQignJsLN/uA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-122-C7dTt33mNGyySKcRFAgZjQ-1; Thu, 12 May 2022 09:03:21 -0400 X-MC-Unique: C7dTt33mNGyySKcRFAgZjQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 40AD03C1172F for ; Thu, 12 May 2022 13:03:21 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.188]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1675853CF for ; Thu, 12 May 2022 13:03:21 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 72B4918003AB; Thu, 12 May 2022 15:03:19 +0200 (CEST) Date: Thu, 12 May 2022 15:03:19 +0200 From: Gerd Hoffmann To: The development of GNU GRUB Subject: Re: a GRUB command to show the UEFI built-in boot manager Message-ID: <20220512130319.t7gbezprzspm4qfi@sirius.home.kraxel.org> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=170.10.133.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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: Thu, 12 May 2022 13:03:25 -0000 On Wed, May 11, 2022 at 11:31:32AM -0400, Chris Murphy wrote: > 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... grub adding the firmware entries to the menu (or a submenu), then using bootnext is probably the better approach. take care, Gerd