mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +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)
|
||||
#self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"]
|
||||
self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi"]
|
||||
self.config["UEFI"]["Quirks"]["RequestBootVarRouting"] = False
|
||||
|
||||
|
||||
def set_smbios(self):
|
||||
spoofed_model = self.model
|
||||
|
||||
Reference in New Issue
Block a user