efi: Fallback to volume scan instead of panicking

This commit is contained in:
czapek1337 2022-10-06 05:58:39 +02:00 committed by mintsuki
parent 6a8e4eb49a
commit 6202148460
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ could_not_match:
(void **)&loaded_image);
if (status) {
panic(false, "HandleProtocol failure (%x)", status);
goto could_not_match;
}
boot_volume = disk_volume_from_efi_handle(loaded_image->DeviceHandle);