mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
parent
ae1ffc0bf8
commit
68de5dbd70
@ -93,6 +93,12 @@ LoadOpenCore (
|
||||
// Try absolute path: EFI\\BOOT\\BOOTx64.efi -> EFI\\OC\\OpenCore.efi
|
||||
//
|
||||
if (Buffer == NULL) {
|
||||
DEBUG ((
|
||||
DEBUG_INFO,
|
||||
"BS: Fallback to absolute path - %s\n",
|
||||
OPEN_CORE_ROOT_PATH L"\\" OPEN_CORE_DRIVER_PATH
|
||||
));
|
||||
|
||||
Buffer = ReadFile (
|
||||
FileSystem,
|
||||
OPEN_CORE_ROOT_PATH L"\\" OPEN_CORE_DRIVER_PATH,
|
||||
|
||||
@ -298,7 +298,7 @@ OcSetConsoleResolution (
|
||||
DEBUG ((DEBUG_WARN, "OCC: Failed to force resolution - %r\n", Result));
|
||||
}
|
||||
} else {
|
||||
DEBUG ((DEBUG_WARN, "OCC: Missing OcForceResolution protocol - %r\n", Result));
|
||||
DEBUG ((DEBUG_INFO, "OCC: Missing OcForceResolution protocol - %r\n", Result));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user