diff --git a/CHANGELOG.md b/CHANGELOG.md index d448a77a8..ef1f033c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,14 @@ - Patch out PlatformSupport.plist instead, allows for less maintenance overall - Add support for AMD GOP injection (AMDGOP.efi) - For MXM iMacs and Mac Pros with GPU VBIOS lacking GOP support (ie. no UEFI output even after OC loads) +- Hide OpenCore Boot Picker when waking from hibernation - Increment Binaries: - AirPortBrcmFixup 2.1.6 - release - AppleALC 1.7.6 - release - CryptexFixup 1.0.1 - release - DebugEnhancer 1.0.7 - release - FeatureUnlock 1.1.0 - release - - OpenCorePkg 0.8.7 - rolling (5061093) + - OpenCorePkg 0.8.7 - rolling (fcb4e33) - RestrictEvents 1.0.9 - release - WhateverGreen 1.6.1 - release diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index 05787f7e6..28d6da804 100644 Binary files a/payloads/OpenCore/OpenCore-DEBUG.zip and b/payloads/OpenCore/OpenCore-DEBUG.zip differ diff --git a/payloads/OpenCore/OpenCore-RELEASE.zip b/payloads/OpenCore/OpenCore-RELEASE.zip index 4c5666c44..39543ee4f 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/Tools/ocvalidate-0.8.7 b/payloads/Tools/ocvalidate-0.8.7 index 50d098078..8b129a81a 100755 Binary files a/payloads/Tools/ocvalidate-0.8.7 and b/payloads/Tools/ocvalidate-0.8.7 differ diff --git a/resources/build/misc.py b/resources/build/misc.py index 7fcea149f..1af07b72a 100644 --- a/resources/build/misc.py +++ b/resources/build/misc.py @@ -218,7 +218,7 @@ class build_misc: if self.constants.showpicker is False: print("- Hiding OpenCore picker") - self.config["Misc"]["Boot"]["ShowPicker"] = "Hide" + self.config["Misc"]["Boot"]["ShowPicker"] = "Never" if self.constants.oc_timeout != 5: print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")