efi: Fallback to volume scan instead of panicking
This commit is contained in:
parent
6a8e4eb49a
commit
6202148460
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue