Jump to content

OC: Prelinked injection VoodooHDA.kext (VoodooHDA) - Invalid Parameter


Pehem17260
 Share

11 posts in this topic

Recommended Posts

opencore-2021-04-21-072603.txt

Opencore stop with this message

23:292 00:008 OCAK: Dependency com.apple.iokit.IOAudioFamily was not found for kext org.voodoo.driver.VoodooHDA
23:332 00:039 OCAK: Vtable patching failed for kext org.voodoo.driver.VoodooHDA
23:347 00:015 OC: Prelinked injection VoodooHDA.kext (VoodooHDA) - Invalid Parameter
23:353 00:006 OCAK: Patching invalid size 17000 with 1528000 for com.apple.iokit.IONetworkingFamily
23:378 00:024 OCAK: Local relocs 469 on FFFFFF800401B000
23:391 00:013 OC: Prelinked injection RealtekRTL8111.kext (RealtekRTL8111) - Success
23:392 00:001 OC: Prelinked injection DisableEHCI.kext (DisableEHCI) - Success
23:394 00:001 OC: Prelinked injection USBMap.kext (USBMap) - Success
23:395 00:001 OCAK: Plist-only kext has CFBundleExecutable key

Link to comment
Share on other sites

@Pehem17260

I had to add this to solve my issue

 

<dict>
  <key>BundlePath</key>
  <string>IOAudioFamily.kext</string>
  <key>Enabled</key>
  <true/>
  <key>ExecutablePath</key>
  <string>Contents/MacOS/IOAudioFamily</string>
  <key>PlistPath</key>
  <string>Contents/Info.plist</string>
</dict>

 

Edited by ellaosx
Link to comment
Share on other sites

 Share

×
×
  • Create New...