mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Fixed OcBootManagementLib.c
This commit is contained in:
parent
7fafb35757
commit
c5a6b3084f
@ -590,7 +590,7 @@ OcLoadBootEntry (
|
||||
&DmgLoadContext
|
||||
);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
Status = Context->StartImage (BootEntry, ParentHandle, NULL, NULL);
|
||||
Status = Context->StartImage (BootEntry, EntryHandle, NULL, NULL);
|
||||
if (EFI_ERROR (Status)) {
|
||||
DEBUG ((DEBUG_ERROR, "OCB: StartImage failed - %r\n", Status));
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user