Contribute
Register

Direct Update to OS X El Capitan Using Clover

If I may ask, what are those 4 methods?
doing a search yielded nothing for me so I'd be interested in trying those 4 methods. Note that I follow to the T the instructions.


Yeah this is driving me crazy, so far I have gone about 4 different methods, (the only four that exist) and nothing is working, about to reinstall yose and go with the unibeast method again, saying that whatever is causing the issues is coming from any repeated try
 
@jgr33nwood

I have found the problem thanks to another post on this forum:
http://www.tonymacx86.com/el-capita...update-os-x-11-using-clover-ga-z97x-ud5h.html

I have followed the above link because I have the same motherboard. After removing all the kexts in 10.11 except fakesmc and also removing codecommander in S/L/E, I was able to complete the installation and have El Capitan working. Audio was not working but I reinstall the audio alc patch and it worked ok.
But it seems that the culprit that was causing those PHYSMAP_PTOV crashes was Codecommander.

After installing the audio patch I put the system to sleep and woke it up. I did not have any audio. so I followed the suggestion in the above link and reinstalled codecommander in S/L/E. Rebooted the system and there we were with another PHYSMAP_PTOV crash. I removed it from S/L/E, remove the audio kext from 10.11, rebooted and it was ok. Reinstall the audio patch, rebooted again, audio ok. Reinstalled codecommander and crashes upon reboot.

So if you have by any chance codecommander installed, remove it, it might be the cause of all your problems.
Hope this helps. I need to find now another solution to fix audio after wake up :) But at least the system is working now
 
Sadly, my USB3 doesn't seem to function correctly after update... Weirdly, USB 2 devices (8gb usb flash drive and mouse/keyboard) seem to work, but it doesn't recognise my USB 3 hard drives....
This seemed promising:

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]

but i am not quite sure where in the config.plist file i should put it... just under the first subsection DSDT?:

Code:
<?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>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
              <key>Patches</key>
                        <array>
                                <dict>
                                        <key>Comment</key>
                                        <string>Rename EHC1 to EH01</string>
                                        <key>Find</key>
                                        <data>
                                        RUhDMQ==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        RUgwMQ==
                                        </data>
                                </dict>
                                <dict>
                                        <key>Comment</key>
                                        <string>Rename EHC2 to EH02</string>
                                        <key>Find</key>
                                        <data>
                                        RUhDMg==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        RUgwMg==
                                        </data>
                                </dict> 
                        </array>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>FixRegions_10000000</key>
                <true/>
                <key>NewWay_80000000</key>
                <true/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
or as a separate subsection?
 
Sadly, my USB3 doesn't seem to function correctly after update... Weirdly, USB 2 devices (8gb usb flash drive and mouse/keyboard) seem to work, but it doesn't recognise my USB 3 hard drives....
This seemed promising:



but i am not quite sure where in the config.plist file i should put it... just under the first subsection DSDT?:

Code:
<?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>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
              <key>Patches</key>
                        <array>
                                <dict>
                                        <key>Comment</key>
                                        <string>Rename EHC1 to EH01</string>
                                        <key>Find</key>
                                        <data>
                                        RUhDMQ==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        RUgwMQ==
                                        </data>
                                </dict>
                                <dict>
                                        <key>Comment</key>
                                        <string>Rename EHC2 to EH02</string>
                                        <key>Find</key>
                                        <data>
                                        RUhDMg==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        RUgwMg==
                                        </data>
                                </dict> 
                        </array>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>FixRegions_10000000</key>
                <true/>
                <key>NewWay_80000000</key>
                <true/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
or as a separate subsection?


http://www.tonymacx86.com/el-capitan-desktop-support/172337-el-capitan-usb-issues-possible-fix.html

matt
 
thanks, worked very nicely!
USB 3 up to 5 Gb/sec :)
cheers
 
EvoReboot.kext costed me 2 days. Make sure you delete it.
 
I have a problem when editing config.plist with editor, it seems like about the permission. I cant edit the file and it always pops out this window.

"You don’t have permission to write to the folder that the file “config.plist” is in.
You can duplicate this document and edit the duplicate. Only the duplicate will include your changes."

then popped out a copy version. Tried disk utility but no use.
 
Same for me, had to delete EvOreboot.kext in clover bootloader terminal just to even get to osx.
 
Back
Top