commit | 5c1b5e6bc59a047c2ac65b2c22a2b511658b0f15 | [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 | 7aab2b6c1f9cff9d7f1192651ea81b6855b28a33 [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>