Contribute
Register

OS X El Capitan is Now Available on the Mac App Store

Status
Not open for further replies.
Is there a way to download the update faster? Northeast-US downloads seem to be extraordinarily slow.
 
Ok cool looks to be going now. Damn codec commander was screwing things up
 
No. To your Config.plist add BooterConfig 0x28 & CsrActiveConfig 0x3 to Rt Variables section in your Config.plist.
so before you upgrade from 10.10.5 to 10.11 >what were above variables?
after post installation complete> what were above variables?
 
I might be misunderstanding this, but is this wrong?
I am getting this from CloverALC.
 
I might be misunderstanding this, but is this wrong?

Looks like you have it right.. I use 0x67 for full disable of SIP, other than that its the same

Code:
<key>RtVariables</key>    
<dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
</dict>
 
I'm in a kind of boot loop, where the indicator bar appears 3/4 across and if I boot in verbose it says the operating system is not set. I think it might be the HD 4600 graphics. :(
 
With ElCap, are you clover users using vboxhfs-64 or did you replace it with hfsplus.efi in your efi>clover>drivers folder? I just downloaded 10.11 and I am making my new usb clover installer. With my clover/yosemite install I always used vboxhfs on my efi partition and never had any issues with vboxhfs post install although technically hfsplus.efi is the proper file to use.
 
Looks like you have it right.. I use 0x67 for full disable of SIP, other than that its the same

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

You don't need to disable it. Only partially disable it.
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x3</string>
</dict>
 
Status
Not open for further replies.
Back
Top