You need to add the follow in the config plist under Kernel -> add
Just put the kext in OC/Kexts won't do anything. We need to tell OC how to load this kext.Code:<dict> <key>BundlePath</key> <string>RadeonBoost.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string></string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>
[code updated to remove Contents/MacOS/PropertyInjector]
After change config.plist, do I have to run Bless opencore.app again?
If you don't mind, I would like to know what this app (Bless opencore.app) do.