Contribute
Register

[SOLVED]Can't disable SIP (El Capitan)

Status
Not open for further replies.
To disable or enable SIP add the settings to your config.plist.

Clover Configurator > Rt Variables > BooterConfig and CsrActiveConfig

Relevant user options for SIP are as follows:
csr-active-config 0x0 = SIP Enabled (Default)
csr-active-config 0x3 = SIP Partially Disabled (Loads unsigned kexts)
csr-active-config 0x67 = SIP Disabled completely

Code:
<key>RtVariables</key>
    <dict>
        <key>CsrActiveConfig</key>
        <string>0x3</string>
        <key>BooterConfig</key>
        <string>0x28</string>
    </dict>

Thank you BreBo, it works like a champ.
 
ok after update to 10.11.4 on hp probook 4530s if i change value to 0x0
the system dont boot after update in 10.11.3 work fine and sip enabled any idea?
 
ok after update to 10.11.4 on hp probook 4530s if i change value to 0x0
the system dont boot after update in 10.11.3 work fine and sip enabled any idea?

You should probably not be enabling SIP at all. But if you do, make sure you kernel cache is stable and properly built before doing so.

In Terminal:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Pay attention to errors and fix them.
 
a disaster all wrong right?
 

Attachments

  • Schermata 2016-03-23 alle 00.29.16.png
    Schermata 2016-03-23 alle 00.29.16.png
    704.9 KB · Views: 1,164
  • Schermata 2016-03-23 alle 00.29.24.png
    Schermata 2016-03-23 alle 00.29.24.png
    698.8 KB · Views: 1,083
and what should I do? with kext wizard? thanks
 
Setting it to 0x14 takes care of the message by Xtrafinder.

Worked beautifully for me, too. XtraFinder has put the color and old CandyBar icons back into my sidebar! So much better than the stack of gray folders that was there before. Thanks a million!
 
I'm sorry I'm a little confused. If I'm trying to disable SIP for Totalfinder, do I follow the instructions so I just put in 0x14 and that's it? Thanks.
 
I went for 0x17 which contains both the deactivations of 0x3 (required for Hackintoshes?) and 0x14:
0x17.png

After rebooting my machine XtraFinder worked like a charm and it should work for TotalFinder as well.
I'm even now able to set it back to 0x3 without XtraFinder complaining about it anymore.

PS: it is also possible to set the value in Clover Configurator.app > Rt Variables > CsrActiveConfig (for those who don't like editing their config.plist manually).
 
Last edited:
Status
Not open for further replies.
Back
Top