mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 22:22:24 +03:00
efi: Fallback to volume scan instead of panicking
This commit is contained in:
parent
44a3f3f2f7
commit
02c26a8738
@ -104,7 +104,7 @@ could_not_match:
|
|||||||
(void **)&loaded_image);
|
(void **)&loaded_image);
|
||||||
|
|
||||||
if (status) {
|
if (status) {
|
||||||
panic(false, "HandleProtocol failure (%x)", status);
|
goto could_not_match;
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_volume = disk_volume_from_efi_handle(loaded_image->DeviceHandle);
|
boot_volume = disk_volume_from_efi_handle(loaded_image->DeviceHandle);
|
||||||
|
Loading…
Reference in New Issue
Block a user