Contribute
Register

<< Solved >> Getting Error Upgrading from 11.6 to 12.0.1

Status
Not open for further replies.
Joined
May 10, 2019
Messages
9
Motherboard
Asrock Z390
CPU
Intel i7-9700K
Graphics
UHD630
I'm getting following error when upgrading from 11.6 to 12.0.1 with OC 0.7.4 in verbose mode and stuck in the Apple logo without progress bar, does anyone know what's the potential cause?

Motherboard: ASRock Z390 phantom gaming-itx/ac
CPU: Intel i7 9700k


Code:
can't perform kext scan: no kext summary

Did some google searches that it could related to the kext settings in the config.plist so I also attaching config.plist for reference.

I am using BrcmPatchRAM-2.6.0 package and followed the dotania tutorial for modifying kext settings accordingly.

Any comments will be much appreciated, thanks.
 

Attachments

  • 172C66B6-CB8D-4153-8F36-455F20093091.jpg
    172C66B6-CB8D-4153-8F36-455F20093091.jpg
    1.9 MB · Views: 66
  • config-mod.plist
    30.8 KB · Views: 36
Last edited:
It turned out that I missed the value for ExecutablePath for the newly added BlueToolFixup.kext.

Correct config:
XML:
<dict>
    <key>Comment</key>
    <string></string>
    <key>MaxKernel</key>
    <string></string>
    <key>PlistPath</key>
    <string>Contents/Info.plist</string>
    <key>Enabled</key>
    <true/>
    <key>MinKernel</key>
    <string></string>
    <key>ExecutablePath</key>
    <string>Contents/MacOS/BlueToolFixup</string>
    <key>Arch</key>
    <string>Any</string>
    <key>BundlePath</key>
    <string>BlueToolFixup.kext</string>
</dict>
 
Status
Not open for further replies.
Back
Top