From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ViKH2-0003O8-T9 for mharc-grub-devel@gnu.org; Mon, 18 Nov 2013 03:33:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViKGu-0003Np-CA for Grub-devel@gnu.org; Mon, 18 Nov 2013 03:33:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViKGk-0002dm-Uf for Grub-devel@gnu.org; Mon, 18 Nov 2013 03:33:28 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:60760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViKGk-0002d5-Kr for Grub-devel@gnu.org; Mon, 18 Nov 2013 03:33:18 -0500 Received: from [10.0.0.100] (p508CDAD8.dip0.t-ipconnect.de [80.140.218.216]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MT3ze-1WALWA1ALm-00SKZZ; Mon, 18 Nov 2013 09:33:12 +0100 Message-ID: <5289D0C5.9080108@hgsys.de> Date: Mon, 18 Nov 2013 09:33:09 +0100 From: Holger Goetz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Thunderbird/25.0 MIME-Version: 1.0 To: Grub-devel@gnu.org Subject: Booting to local disk from UEFI_PXE booted grub Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:zG3HVJqf+n9iXakLYerBw9N3Es8fpUdq4PgksOluwdd clG5xBmVdoeLVKAuOKEM0DFJDSAU8Nu17DpJdJ/q7nh9vHXSXa j6Are6GOuTgdkE39xPFDWdk7BQKye1aZ2UGksyCSbyQKU9fLk+ EVlIoul5LWglItDmKZo4fha7cxy8MhigyS4+c3uxXoJAX0w/VF FdSMeIUdW9Cml4LDqGaXcHCzoPIJgU6TzkFRD4UhSqy751EgrU xerRI/ZXG5f9zQd57ArYB9SXuwu6NgM6g5U3D9JM0g7L+V8ZSl +hO0avRUuEuF58wY9Ddo3BLDvbYwiWsGEq2NhMc7i2iEe3SJA= = X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.10 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 08:33:35 -0000 Hi all, I'm looking for the equivalent of "Local boot / boot from HD" for BIOS mode when running in grub stared in UEFI-PXE. With (U)EFI it's no longer easy to say, "boot from HD" as there could be multiple bootloaders present on the EFI System Partition (ESP). Basically only the UEFI boot system knows which one to boot from the "Bootorder" or "Bootnext" EFI Variable(s). Any approach ? Or is there a way to access these EFI variables from the grub config file? Thanks, Holger