I actually have an specific question for Grub developers / maintainers /
contributors so if you are one of them you can skip to: (2) .
1) INTRODUCTION
1.1) I am working on liveid ( https://github.com/rescatux/liveid ), this
is sort of an earmark for live cds.
I am currently trying to push some
The code for auto detect of root device on EFI is
https://git.savannah.gnu.org/cgit/grub.git/tree/grub-core/kern/efi/init.c#n130
. It will have no problem detecting right device even if there are similar
devices. The only case I know of, where it's unreliable is if partition
module for partition in
On Fri, Sep 13, 2024 at 10:32:39AM -0400, Stefan Berger wrote:
>
>
> On 9/6/24 5:10 AM, Gary Lin wrote:
> > GIT repo for v19: https://github.com/lcp/grub2/tree/tpm2-unlock-v19
> >
> > This patch series is based on "Automatic TPM Disk Unlock"(*1) posted by
> > Hernan Gatta to introduce the key pr
On Mon, Sep 16, 2024 at 10:24:03AM +0800, Gary Lin wrote:
> On Fri, Sep 13, 2024 at 10:32:39AM -0400, Stefan Berger wrote:
> >
> >
> > On 9/6/24 5:10 AM, Gary Lin wrote:
> > > GIT repo for v19: https://github.com/lcp/grub2/tree/tpm2-unlock-v19
> > >
> > > This patch series is based on "Automatic