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

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

2025-04-15 Thread Daniel Kiper
On Mon, Apr 14, 2025 at 12:47:05PM +0300, Vladimir 'phcoder' Serbinenko wrote: > Le ven. 21 juin 2024, 11:21, Renaud Métrich a écrit : > DDF and IMSM are very similar in handling, especially these should > not > be considered as RAID abstraction. > This fixes the requirement of

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

2025-04-14 Thread Vladimir 'phcoder' Serbinenko
Le ven. 21 juin 2024, 11:21, Renaud Métrich a écrit : > 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. > Do you mean that DDF is handled by BIOS/UEFI? If

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

2025-04-14 Thread Vladimir 'phcoder' Serbinenko
Thank you for bringing this up Regards Vladimir 'phcoder' Serbinenko Le lun. 14 avr. 2025, 12:25, Marta Lewandowska via Grub-devel < grub-devel@gnu.org> a écrit : > Hi Daniel, Vladimir, > Could one of you please provide some feedback for Renaud's patch..? > > thanks! > marta > > On Fri, Jun 21,

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

2025-04-14 Thread Marta Lewandowska via Grub-devel
Hi Daniel, Vladimir, Could one of you please provide some feedback for Renaud's patch..? thanks! marta On Fri, Jun 21, 2024 at 10:21 AM Renaud Métrich wrote: > DDF and IMSM are very similar in handling, especially these should not > be considered as RAID abstraction. > This fixes the requiremen

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

2024-06-21 Thread Renaud Métrich
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 https://issues.redhat.com/browse/RHEL-44336 Signed-off-by: Renaud Métrich --- grub-core/osdep/linux/getr