mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Disable RequestBootVarRouting
This commit is contained in:
@@ -192,6 +192,8 @@ class BuildOpenCore:
|
|||||||
shutil.copy(self.constants.gui_path, self.constants.oc_folder)
|
shutil.copy(self.constants.gui_path, self.constants.oc_folder)
|
||||||
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
|
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
|
||||||
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
|
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
|
||||||
|
self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
|
||||||
|
|
||||||
|
|
||||||
def set_smbios(self):
|
def set_smbios(self):
|
||||||
spoofed_model = self.model
|
spoofed_model = self.model
|
||||||
|
|||||||
Reference in New Issue
Block a user