mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Avoid Updating DataHub
Works around hibernation issue
This commit is contained in:
+4
-2
@@ -784,10 +784,12 @@ class BuildOpenCore:
|
|||||||
self.config["PlatformInfo"]["SMBIOS"]["BIOSVersion"] = "9999.999.999.999.999"
|
self.config["PlatformInfo"]["SMBIOS"]["BIOSVersion"] = "9999.999.999.999.999"
|
||||||
|
|
||||||
# Update tables
|
# Update tables
|
||||||
self.config["PlatformInfo"]["UpdateDataHub"] = True
|
|
||||||
self.config["PlatformInfo"]["UpdateNVRAM"] = True
|
self.config["PlatformInfo"]["UpdateNVRAM"] = True
|
||||||
self.config["PlatformInfo"]["UpdateSMBIOS"] = True
|
self.config["PlatformInfo"]["UpdateSMBIOS"] = True
|
||||||
self.config["UEFI"]["ProtocolOverrides"]["DataHub"] = True
|
|
||||||
|
# Updating DataHub breaks hibernation, disabling for time being
|
||||||
|
# self.config["PlatformInfo"]["UpdateDataHub"] = True
|
||||||
|
# self.config["UEFI"]["ProtocolOverrides"]["DataHub"] = True
|
||||||
|
|
||||||
def moderate_serial_patch(self):
|
def moderate_serial_patch(self):
|
||||||
if self.constants.custom_cpu_model == 0 or self.constants.custom_cpu_model == 1:
|
if self.constants.custom_cpu_model == 0 or self.constants.custom_cpu_model == 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user