From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vj9mr-0008I0-Tn for mharc-grub-devel@gnu.org; Wed, 20 Nov 2013 10:33:53 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj9mj-0008H0-RJ for grub-devel@gnu.org; Wed, 20 Nov 2013 10:33:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vj9me-0002dT-HS for grub-devel@gnu.org; Wed, 20 Nov 2013 10:33:45 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:65257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj9me-0002dO-8K for grub-devel@gnu.org; Wed, 20 Nov 2013 10:33:40 -0500 Received: from [10.0.0.100] (p4FC27258.dip0.t-ipconnect.de [79.194.114.88]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MNhFO-1VltbX3AXC-007YBQ; Wed, 20 Nov 2013 16:33:37 +0100 Message-ID: <528CD64F.5010605@hgsys.de> Date: Wed, 20 Nov 2013 16:33:35 +0100 From: Holger Goetz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Thunderbird/26.0 MIME-Version: 1.0 To: grub-devel@gnu.org, "arvidjaar@gmail.com >> Andrey Borzenkov" Subject: Re: Booting to local disk from UEFI_PXE booted grub References: <5289D0C5.9080108@hgsys.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:8XsIYGnoStdI6PbFO17OxXNxd1dTe8qxp5TtjxuK48N YCSzQThCriJLJGlCbaXjpZ1ZwyZAdM/gvyTs+f1UwS+aHjDga+ ej+k7VW8q+TCbQ/mdiIuP6RHb6okeEGJqDUr/evRj+2OpS4Ejv 3JefRg4h5NI+ylZ0dKdf3ebC7KKtLgEhQ+a+5A0U3K8rSjqPeP 9LYChfwDBGHeHbSn0zDtIHcFGONZMXlP+Kv1c+1sroVgYY9Khr 8e31mBj5tQ1NW+4S79CGfUVCMPp5xI5J6Z+YyjR+3t8rMstaH0 O68VtODKFMndqjY3HZkhRoPHE7+igcHiuT6vzFCG9TyydPz1w= = X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.9 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: Wed, 20 Nov 2013 15:33:51 -0000 On 20.11.2013 16:18, Andrey Borzenkov wrote: > On Mon, Nov 18, 2013 at 12:33 PM, Holger Goetz wrote: >> 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). > If you exit grub EFI firmware should continue with next boot menu > entry. Would it be OK for you? Hi Andrey, yes, thanks, i figured in the meantime that it looks like the is the best option to do. Have dropped ideas to write a module that adds a command to read (U)EFI environment variables like "BootOrder". Although reading (U)EFI EVs might be handy in other use cases, and base functionality is already available, just not as a command. Thanks, Holger >> Any approach ? Or is there a way to access these EFI variables from the grub >> config file? >> >> Thanks, >> Holger >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > >