Skip to content

Commit b3d2ac1

Browse files
committed
Add better error messaging
1 parent ce68055 commit b3d2ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/SysPatch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def verify_patch_allowed(self):
435435
else:
436436
sip = self.constants.root_patch_sip_mojave
437437
print("\n".join(sip))
438+
print("For Hackintoshes, please set csr-active-config to 030A0000 (0xA03)")
439+
print("For non-OpenCore Macs, please run 'csrutil disable' and \n'csrutil authenticated-root disable' in RecoveryOS")
438440
if self.sbm_enabled is True:
439441
print("\nCannot patch!!! Please disable SecureBootModel!!!")
440442
print("Disable SecureBootModel in Patcher Settings and Rebuild OpenCore")

0 commit comments

Comments
 (0)