Contribute
Register

macOS 10.12.4 Public Beta

Status
Not open for further replies.
I want to try night shift but I just got everything working well with 10.12.3
 
EDIT: Looks like the below patch is no longer necessary with Clover_v2.3k_r3994.

Note that with macOS 10.12.4 Public Beta 1 kext injection doesn't work in Clover.

Use the below patch to fix kext injection and custom kexts can remain in the Clover kext folder (10.12 or Other) rather than in L/E or S/L/E.

Code:
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Kext injection allowed</string>
                <key>MatchOS</key>
                <string>10.12.4</string>
                <key>Find</key>
                <data>6CUAAADrBeieBQAA</data>
                <key>Replace</key>
                <data>6CUAAACQkOieBQAA</data>
            </dict>
        </array>

config_plist.png

Also note that macOS 10.12.4 Public Beta 1 breaks the Nvidia Web Drivers even with modified NVDAStartup.kext to force the older drivers to load.
 
Last edited:
Note that with macOS 10.12.4 Public Beta 1 kext injection doesn't work in Clover.

Use the below patch to fix kext injection and custom kexts can remain in the Clover kext folder (10.12 or Other) rather than in L/E or S/L/E.

Code:
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Kext injection allowed</string>
                <key>MatchOS</key>
                <string>10.12.4</string>
                <key>Find</key>
                <data>6CUAAADrBeieBQAA</data>
                <key>Replace</key>
                <data>6CUAAACQkOieBQAA</data>
            </dict>
        </array>

View attachment 232841

Also note that macOS 10.12.4 Public Beta 1 breaks the Nvidia Web Drivers even with modified NVDAStartup.kext to force the older drivers to load.
Holy crap! I have not tested it yet, but to be like this, I do not like it very much :(
 
So this has been really frustrating, since 10.12.3 I haven't able to boot, any other update had been smooth, but .3 and .4 had been just a nightmare, I have an RX480 that I thought was the problem so I tried fixes for it, but suddenly it downed on me, just removed the RX, but now I only have the barebones and can't boot. It just get stuck at timeout kextd AppleACPICPU. Its so weird as I have tried a clean install (10.12.2 updated to 10.12.4 will try a clean 10.12.4 as soon as i can download the installer), updated clover, removed all the kexts.

My configuration as mentioned on my signature is i3 4150 with HD4400 and an H97 Plus, at the moment my old version of El Capitan works perfectly but has no RX support and the 10.12.2 for some reason has artefacts on the RX (clean install) that went away a few patches ago.

Any ideas welcome.
 
Random freezes while in Safari. Requires a hard reboot. I'm thinking it might be related to integrated graphics and videos in Safari.
 
Update from 12.3 Final to 12.4 Beta (16E144f)
I lost the onboard sound on the ALC1150, but I'm still not sure if it was the OS or the Clover update for v3.2k_r3994, which changed the ALC patches, erasing the AppleHDAControler patch. (I'm studying the subject)
The Nvidia Web Driver, editing NVDAStartup.kext form 16D to 16E, recognizes the graphics card and allows some resolutions, but without full acceleration.
Bluetooth, WiFi and USB's remained ok.
But as i said above, I'm studying the subject! :mrgreen:

EDIT 1:
Ok, I just tested and confirmed that it is a Clover r3994 bug. As I mentioned before, with 12.2 and 12.3 and with the previous Clover I had no stress. I started having it from the moment I updated to 12.4 and upgraded to the Clover r3994, since the previous version of Clover did not finish the boot in 12.4
And the result was this:
With all xcpm patchs enabled in Plist - Cpu blocks at maximum frequency.
With all xcpm patchs disabled in Plist - Everything everything went back to normal, XCPM working, Speedsteps working, Freq.Vectors loaded, everything loaded.
With all xcpm patchs deleted in Plist - Cpu blocks at maximum frequency.
Sounds like a Big Clover Bug! They reversed the disabled/enabled flags :crazy:

EDIT 2:
Everything solved with the installation of the new Clover r4003 :thumbup:
 

Attachments

  • Captura de ecrã 2017-01-29, às 15.16.10.png
    Captura de ecrã 2017-01-29, às 15.16.10.png
    616.3 KB · Views: 401
  • Captura de ecrã 2017-01-29, às 15.17.02.png
    Captura de ecrã 2017-01-29, às 15.17.02.png
    445.4 KB · Views: 423
  • Captura de ecrã 2017-01-29, às 15.18.43.png
    Captura de ecrã 2017-01-29, às 15.18.43.png
    527.6 KB · Views: 424
  • Captura de ecrã 2017-01-29, às 15.22.34.png
    Captura de ecrã 2017-01-29, às 15.22.34.png
    773.9 KB · Views: 434
  • Captura de ecrã 2017-01-29, às 15.20.19.png
    Captura de ecrã 2017-01-29, às 15.20.19.png
    132.8 KB · Views: 410
  • Captura de ecrã 2017-01-29, às 15.15.20.png
    Captura de ecrã 2017-01-29, às 15.15.20.png
    625.9 KB · Views: 355
Last edited:
Status
Not open for further replies.
Back
Top