Closed maddie closed 5 years ago
Disable SIP in Recovery OS, no need set csr-active-config
.
csrutil disable
Thanks for your reply. Using csrutil
on my machine somehow doesn't seem to have the config stick in NVRAM.
I've disabled the check in the script for now, as this is not the standard way to disable SIP, so I assume it won't be supported.
Closing issue. Thanks again!
In addition, on devices that do not support native nvram, you can set csr-active-config
to 67000000.
It would be nice to have this info in README or Wiki for those who might encounter the same problem/with the same setting :)
Setting csr-active-config
to 67000000
doesn't work, deleting csr-active-config
and manually disabling csrutil disable
in recovery doesn't work, too
OS: 10.15 Catalina Hackintosh with OpenCore bootloader,
csr-active-config
set toE7030000
.csrutil status
output as below:csrutil status | awk '{ print $5 }
output as below:SIP is actually disabled in this configuration, but the script only checks if the output equals to
disabled.