commit | 8257f16a0973177ee4121bcf4a5cef95b1f990fb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jul 13 13:30:29 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jul 19 13:43:50 2024 +0200 |
tree | 3db036f27cb7094c1a34714c3eb684611dcd6aed | |
parent | 96c8e2f7f6cb14cb79e6183ccab4b7c71de71a82 [diff] |
efi_loader: find distro device-path for media devices The auto-generated load options for media device do not contain a partition node. We cannot expect the simple file protocol here. Get the partition device-path via the loaded image protocol. Fixes: e91b68fd6b83 ("efi_loader: load distro dtb in bootmgr") Reported-by: E Shattow <lucent@gmail.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Tested-by: E Shattow <lucent@gmail.com>