[PATCH] docs: Do not reference non-existent "--dumb" option

2025-01-03 Thread Glenn Washburn
This appears to be a relic from GRUB legacy that used a --dumb option for its terminal command. The proper way to do this in GRUB2 is to set the temrinal to "dumb" via the terminfo command. Fixes: https://savannah.gnu.org/bugs/?66302 Reported-by: Jernej Jakob Signed-off-by: Glenn Washburn --- d

[PATCH] docs: Replace @lbracechar{} and @rbracechar{} with @{ and @}

2025-01-03 Thread Glenn Washburn
Support for @lbracechar{} and @rbracechar{} was added in GNU Texinfo 5.0, but many older systems may have versions lower than this. Use @{ and @} to support a wider range of GNU Texinfo versions. Signed-off-by: Glenn Washburn --- docs/grub-dev.texi | 6 +++--- 1 file changed, 3 insertions(+), 3

bug #65889: cryptomount with keyfile fails because of shim lock verifier

2025-01-03 Thread Mohammad Reza Moghaddasi
Hi. I have posted a bug here and described it . I reviewed source code and find out the cause: type "GRUB_FILE_TYPE_CRYPTODISK_ENCRYPTION_KEY" which is defined in file "grub-core/disk/cryptodisk.c" is not included in "grub-core/kern/ef

Re: [PATCH 09/10] tests/tpm2_key_protector_test: Amend the NV index mode test

2025-01-03 Thread Gary Lin via Grub-devel
On Thu, Jan 02, 2025 at 04:11:42PM -0500, Stefan Berger wrote: > > > On 12/19/24 3:12 AM, Gary Lin wrote: > > Since 'grub-protect' already supports NV index mode, tpm2_seal_nv() is > > replaced with one 'grub-protect' command to simplify the test script. > > > > Two more NV index test cases are

Re: [PATCH 08/10] util/grub-protect: Support NV index mode

2025-01-03 Thread Gary Lin via Grub-devel
On Thu, Jan 02, 2025 at 03:59:22PM -0500, Stefan Berger wrote: > > > On 12/19/24 3:12 AM, Gary Lin wrote: > > This commit implements the missing NV index mode support in > > 'grub-protect'. NV index mode stores the sealed key in the TPM > > non-volatile memory (NVRAM) instead of a file. There are