Contribute
Register

Direct Update to OS X El Capitan Using Clover

Oh duh! This is almost certainly why my bluetooth isn't working. The USB headers are what powers the damned thing and those aren't working at the moment. Hmm...
 
I use Total Spaces on a regular basis, and after doing the direct update discovered that to use the program in El Capitan I had to disable Debugging Restrictions. I was able to accomplish this by changing the value of CsrActiveConfig in Clover's config.plist from 0x3 to 0x7. (The setting is discussed in post #1.)

Hope this info is helpful to other Total Spaces users.

Starry48
 
This solved it for me:

Code:
[COLOR=#000000][FONT=Menlo]  <key>Patches</key>[/FONT][/COLOR][FONT=Menlo]                        <array>[/FONT]
[FONT=Menlo]                                <dict>[/FONT]
[FONT=Menlo]                                        <key>Comment</key>[/FONT]
[FONT=Menlo]                                        <string>Rename EHC1 to EH01</string>[/FONT]
[FONT=Menlo]                                        <key>Find</key>[/FONT]
[FONT=Menlo]                                        <data>[/FONT]
[FONT=Menlo]                                        RUhDMQ==[/FONT]
[FONT=Menlo]                                        </data>[/FONT]
[FONT=Menlo]                                        <key>Replace</key>[/FONT]
[FONT=Menlo]                                        <data>[/FONT]
[FONT=Menlo]                                        RUgwMQ==[/FONT]
[FONT=Menlo]                                        </data>[/FONT]
[FONT=Menlo]                                </dict>[/FONT]
[FONT=Menlo]                                <dict>[/FONT]
[FONT=Menlo]                                        <key>Comment</key>[/FONT]
[FONT=Menlo]                                        <string>Rename EHC2 to EH02</string>[/FONT]
[FONT=Menlo]                                        <key>Find</key>[/FONT]
[FONT=Menlo]                                        <data>[/FONT]
[FONT=Menlo]                                        RUhDMg==[/FONT]
[FONT=Menlo]                                        </data>[/FONT]
[FONT=Menlo]                                        <key>Replace</key>[/FONT]
[FONT=Menlo]                                        <data>[/FONT]
[FONT=Menlo]                                        RUgwMg==[/FONT]
[FONT=Menlo]                                        </data>[/FONT]
[FONT=Menlo]                                </dict> [/FONT]
[COLOR=#000000][FONT=Menlo]                        </array>[/FONT][/COLOR]

Yay, adding this code under ACPI/DSDT fixed my powerless USB headers (and consequently my Apple Bluetooth). Took me a few tries because I didn't know where in the config.plist it needed to go at first.
 
* GA-Z77-DS3H + Intel HD4000 Gfx + OS X 10.11 El Capitan install upgrade SUCCESS ! *


  • Mounted EFI with Clover Configurator + ran the latest Clover
  • Copied my existing kexts excl. the dummy Realtek audio kext to the new EFI/kext/10.11 folder
  • Edited my existing config.plist with new SIP entries and removed Toleda audio patch entries
  • Ran the Install OS X El Capitan.app from OS X Yosemite 10.10.05 desktop
  • On first reboot, i selected the Boot OS X Install option
  • Fixed my Kernel Panics by booting in Verbose mode
  • Logged into OS X El Captian and set up iCloud
  • Success.. Clover TRIM patch, my DSDT and SSDT all working except no audio (as expected)
  • Mounted EFI
  • Disabled SIP in config.plist (csr-active-config 0x67) and ran Toleda audio_cloverALC-110_v1.0f.command
  • Rebooted back into OSX and my Realtek ALC889 audio is working :)
  • Re-edited config.plist for SIP back to csr-active-config 0x3 (Loads unsigned kexts)
  • Messages (iMessage) working
  • iTunes Beats 1 Radio works

Fantastic guide Tonymac and it makes a change not having to create an USB installer and just performing the OS X Install in place :thumbup:

Thanks Tonymacx86, Toleda, the Clover developers and the Hackintosh community (way too many to name) for all your hard work and these great innovations and last but not least to Apple for their fantastic free Mac OS ;)


What do the Toleda audio patch entries look like in the config?

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>t1-10.9-10.10-AppleHDA/Realtek ALC889</string>
<key>Find</key>
<data>
ixnUEQ==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
iQjsEA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>t1-10.9-10.10-AppleHDA/Resources/xml&gt;zml</string>
<key>Find</key>
<data>
eG1sLnps
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
em1sLnps
</data>
</dict>
</array>
</dict>
 
Replying now to confirm I updated without a hitch. Followed instructions posted by Tony and everything went smoothly, and pretty quick. iMessage is still working, audio was restored by running Toledo's script.

MSI Z97 Gaming 5.
 
I'm having the exact same problems as Sfwg with my configuration (in my signature).

It seems that you have a problem with EvOreboot.kext. Try removing it.
 
Back
Top