]> git.ipfire.org Git - thirdparty/grub.git/commit
osdep/linux/getroot: Detect DDF container similar to IMSM
authorRenaud Métrich <rmetrich@redhat.com>
Thu, 24 Apr 2025 09:43:28 +0000 (11:43 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 29 May 2025 13:45:24 +0000 (15:45 +0200)
commit20e6d0c4a4496c2241155e6e15722e5d6ab485f2
tree6c5893d28c953f380643fcba46be3dc395a55760
parentb71bc0f8b4d62bdb04cedc44cb0864616a11d90f
osdep/linux/getroot: Detect DDF container similar to IMSM

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: https://issues.redhat.com/browse/RHEL-44336
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/osdep/linux/getroot.c