- Joined
- May 12, 2011
- Messages
- 2,594
- Motherboard
- GA-X99M-Gaming 5
- CPU
- i7-5930K
- Graphics
- GTX 970
- Mac
-
- Classic Mac
-
- Mobile Phone
-
Guess you didn't look at the config.plist in the attached system-efi folder... Place the kext in /L/E. This works fine for me with iMac14,2 MacPro5,1 and MacPro6,1...
Code:
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>remove usb limit</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g72M/v//EA==
</data>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g72M/v//Fg==
</data>
</dict>
</array>