Add PanicNoKextDump for cleaner kernel panics

This commit is contained in:
Mykola Grymalyuk
2021-03-06 19:21:11 -07:00
parent c556d4dd15
commit 8d6ba46c6f
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -205,6 +205,7 @@ class BuildOpenCore:
#DEBUG Settings
if self.constants.verbose_debug == True:
print("- Enabling Verbose boot")
self.config["Kernel"]["Quirks"]["PanicNoKextDump"] = True
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -v"
if self.constants.kext_debug == True:
print("- Enabling DEBUG Kexts")