Re: grub menu gets stuck issue report and fix patch merge request

2024-10-17 Thread 段亚勇 via Grub-devel
+Jinke Fan --- Best Regards, 段亚勇 Data-SYS-STE-操作系统 上海市杨浦区抖音新江湾广场 T2B 3F --- From: "段亚勇" Date: Thu, Sep 26, 2024, 17:07 Subject: grub menu gets stuck issue report and fix

Re: [PATCH v19 30/33] tpm2_key_protector: Add grub-emu support

2024-10-17 Thread Daniel Kiper
On Fri, Sep 06, 2024 at 05:11:22PM +0800, Gary Lin via Grub-devel wrote: > As a preparation to test tpm2_key_protector with grub-emu, the new > option, --tpm-device, is introduced to specify the TPM device for > grub-emu so that grub-emu can share the emulated TPM device with > the host. s/can sha

Re: [PATCH v19 32/33] cryptodisk: Document the '-P' option

2024-10-17 Thread Daniel Kiper
On Fri, Sep 06, 2024 at 05:11:24PM +0800, Gary Lin via Grub-devel wrote: > The '-P' option is introduced to support the key protectors framework. > This commit adds the new option to the GRUB manual. > > Signed-off-by: Gary Lin I think this change should be a part of the patch which introduces th

Re: [PATCH v19 00/33] Automatic Disk Unlock with TPM2

2024-10-17 Thread Daniel Kiper
On Fri, Oct 04, 2024 at 02:21:35PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Oct 03, 2024 at 05:58:41PM +0200, Daniel Kiper wrote: > > On Fri, Sep 06, 2024 at 05:10:52PM +0800, Gary Lin via Grub-devel wrote: > > > GIT repo for v19: https://github.com/lcp/grub2/tree/tpm2-unlock-v19 > > > > > >