mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
set wake-failure variable
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
50faf1ae0a
commit
b1024a3627
@ -397,6 +397,11 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
|
||||
DeleteNvramVariable(L"previous-system-uuid", &gEfiAppleBootGuid);
|
||||
}
|
||||
}
|
||||
|
||||
//one more variable can be set for 10.15.4
|
||||
//sudo nvram wake-failure=%00%00%00%00%00
|
||||
Color = 0;
|
||||
AddNvramVariable(L"wake-failure", &gEfiAppleBootGuid, Attributes, 4, &Color);
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user