Jump to content
6 posts in this topic

Recommended Posts

in your extra folder look for org.chameleon boot.plist open with text editor and enter the following lines to disable SIP

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
 
 
<key>CsrActiveConfig</key>
<string>103</string>
 
<key>Graphics Mode</key>
<string>1024x800x32</string>
<key>Kernel Flags</key>
<string>nvda_drv=1</string>
<key>Timeout</key>
<string>6</string>
</dict>
</plist>
the part in bold red fonts.
×
×
  • Create New...