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

2025-05-26 Thread Daniel Kiper
On Thu, Apr 24, 2025 at 11:43:28AM +0200, Renaud Métrich via Grub-devel wrote: > 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.

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

2025-05-14 Thread Marta Lewandowska via Grub-devel
Hi Daniel, Hi Vladimir, Is this patch, with its new comment, ok for you now? previous discussion which Renaud clarified in v2 comment: https://lists.gnu.org/archive/html/grub-devel/2025-04/msg00250.html thanks! marta On Thu, Apr 24, 2025 at 11:45 AM Renaud Métrich via Grub-devel < grub-devel@gnu

[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