diff --git a/resources/sys_patch.py b/resources/sys_patch.py index b87291e35..9ed282cdc 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -749,7 +749,7 @@ class PatchSysVolume: sip_value = "For Hackintoshes, please set csr-active-config to '03060000' (0x603)\nFor non-OpenCore Macs, please run 'csrutil disable' in RecoveryOS" else: sip_value = ( - "For Hackintoshes, please set csr-active-config to '030A0000' (0xA03)\nFor non-OpenCore Macs, please run 'csrutil disable' and \n'csrutil authenticated-root disable' in RecoveryOS" + "For Hackintoshes, please set csr-active-config to '02080000' (0x802)\nFor non-OpenCore Macs, please run 'csrutil disable' and \n'csrutil authenticated-root disable' in RecoveryOS" ) if self.sip_enabled is True: print("\nCannot patch! Please disable System Integrity Protection (SIP).")