Netkas write:
OSX 10.11 DP5 disables rootless=0 option
Since osx 10.11 dp5 (15A235d) it’s now not possible to disable rootless security by using boot argument rootless=0. you now have to boot into osx recovery and disable system integrity protection from security settings there.
Asgorath
Clover r3250 adds support for a config.plist setting called CsrActiveConfig that will set the same NVRAM variable as the utility in the recovery partition OS.
Check the CsrActiveConfig key in the RtVariables section of the sample plist:
If you set that in your config.plist, Clover will set the NVRAM key if needed.
<key>RtVariables</key> <dict> <key>CsrActiveConfig</key> <string>0x67</string> <key>BooterConfig</key> <string>0x28</string> </dict>
Clover_v2.3k_r3252_Special Edition download
http://www.insanelymac.com/forum/files/file/403-clover-v23k-special-edition/
[link] [comment]
What is missing? Please comment to help! For more info try www.iatkos.net
Post a Comment