[PATCH v6 1/2] lsefi: fixed memory leaks

2025-03-19 Thread Renaud Métrich via Grub-devel
Signed-off-by: Renaud Métrich --- grub-core/commands/efi/lsefi.c | 4 1 file changed, 4 insertions(+) diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/lsefi.c index 7b8316d41..bda25a3a9 100644 --- a/grub-core/commands/efi/lsefi.c +++ b/grub-core/commands/efi/lsefi.c @@ -

[PATCH v2] grub-probe: detect DDF container similar to IMSM

2025-04-24 Thread Renaud Métrich via Grub-devel
Similarly to Intel IMSM, there are BIOS and UEFI implementations that support DDF containers natively. DDF and IMSM are very similar in handling, especially these should not be considered as RAID abstraction. This fixes the requirement of having a device map when probing DDF containers. Fixes htt

Re: [PATCH v1] grub-probe: detect DDF container similar to IMSM

2025-04-24 Thread Renaud Métrich via Grub-devel
Yes exactly, there are BIOS or UEFI implementations that support DDF containers natively. I've sent the new version of the patch right now. Le 4/14/25 à 11:47 AM, Vladimir 'phcoder' Serbinenko a écrit : Le ven. 21 juin 2024, 11:21, Renaud Métrich a écrit : DDF and IMSM are very simil

[PATCH v6 2/2] efi: new 'connectefi' command

2025-03-19 Thread Renaud Métrich via Grub-devel
When network booting is used, trying to chainload to the local disk (which is used in deployment tools such as Red Hat Satellite) may fail when searching for the boot loader, e.g. /EFI/redhat/shimx64.efi: the boot loader file is listed, but not readable, because UEFI DISK I/O and/or SCSI DISK I/O d

Re: [PATCH v6 2/2] efi: new 'connectefi' command

2025-05-31 Thread Renaud Métrich via Grub-devel
Hi Daniel, Sorry I missed your email, please see inline. Le 3/21/25 à 3:51 PM, Daniel Kiper a écrit : On Wed, Mar 19, 2025 at 01:47:57PM +0100, Renaud Métrich via Grub-devel wrote: When network booting is used, trying to chainload to the local disk (which is used in deployment tools such as

Re: [PATCH v6 2/2] efi: new 'connectefi' command

2025-05-31 Thread Renaud Métrich via Grub-devel
erstand or am wrong. Thank you! Andrew On Wed, Mar 19, 2025 at 7:53 AM Renaud Métrich via Grub-devel wrote: When network booting is used, trying to chainload to the local disk (which is used in deployment tools such as Red Hat Satellite) may fail when searching for the boot loader, e.g. /EFI/

Re: [PATCH v7] efi: new 'connectefi' command

2025-06-16 Thread Renaud Métrich via Grub-devel
Please see inline, thanks for reviewing. Le 6/10/25 à 7:36 PM, sudhakar a écrit : On 2025-06-10 15:24, Renaud Métrich via Grub-devel wrote: When network booting is used, trying to chainload to the local disk (which is used in deployment tools such as Red Hat Satellite) may fail when searching

[PATCH v7] efi: new 'connectefi' command

2025-06-10 Thread Renaud Métrich via Grub-devel
When network booting is used, trying to chainload to the local disk (which is used in deployment tools such as Red Hat Satellite) may fail when searching for the boot loader, e.g. /EFI/redhat/shimx64.efi: the boot loader file is listed, but not readable, because UEFI DISK I/O and/or SCSI DISK I/O d

[PATCH v1] lsefi: fixed memory leaks

2025-06-10 Thread Renaud Métrich via Grub-devel
Signed-off-by: Renaud Métrich --- grub-core/commands/efi/lsefi.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/lsefi.c index 7b8316d41..a70f243d0 100644 --- a/grub-core/commands/efi/lsefi.c +++ b/grub-core/commands