Contribute
Register

USB3 for Gigabyte GA-X99-UD5

Status
Not open for further replies.
Still I don't understand when I install any card to slot PCIE_2
I get Error allocating Boot failed with UEFI mode.windows worked fine.
I don't know why
 

Attachments

  • Screen Shot 2015-12-11 at 10.23.20 AM.png
    Screen Shot 2015-12-11 at 10.23.20 AM.png
    229.9 KB · Views: 157
  • Slightly_different_error.jpg
    Slightly_different_error.jpg
    162.9 KB · Views: 136
Yes ITs worked.I remove ASMEDIA card.
But Just USB_Injector x99.kext worked all Usb2 Under USB3HUB.Can you look my ioreg.
Thank you.

You have XHCIMux installed, and all USB2 is on EHCI, not USB3 (as would be expected with XHCIMux).

I'll add an X99 injector to the USBInjectAll repo and update the guide as that device-id is not natively supported by the Apple kexts at this time. Whether to use AppleUSBXHCILPTH or AppleUSBXHCILPTHB (in the injector) is a question.

You could avoid the port limit patch by keeping XHC (instead of rename to XH01), using USBInjectAll.kext with -uia_exclude_hs (and FakePCIID_XHCIMux as you have now).
 
Still I don't understand when I install any card to slot PCIE_2
I get Error allocating Boot failed with UEFI mode.windows worked fine.
I don't know why

Post EFI/Clover folder.
 
Post EFI/Clover folder.

i upload Efi foler and ioreg
I install with USBInjectAll.kext USB 3 not work look ioreg.
Thank you so much.
 

Attachments

  • Files.zip
    11.3 MB · Views: 103
i upload Efi foler

Make sure OsxAptioFixDrv-64.efi is from the same version of Clover you have installed.

and ioreg
I install with USBInjectAll.kext USB 3 not work look ioreg.

Failure to follow instructions...

As detailed in post #12, USBInjectAll not effective with XHC named XH01 (your current issue is that USBInjectAll is not effective... it only attaches to XHC, and you eliminated the port limit patch).

Again:
- install USBInjectAll
- keep XHC name (do not rename to XH01)
- remove port limit patch, use kernel flag -uia_exclude_hs
- keep FakePCIID_XHCIMux
 
Make sure OsxAptioFixDrv-64.efi is from the same version of Clover you have installed.



Failure to follow instructions...

As detailed in post #12, USBInjectAll not effective with XHC named XH01 (your current issue is that USBInjectAll is not effective... it only attaches to XHC, and you eliminated the port limit patch).

Again:
- install USBInjectAll
- keep XHC name (do not rename to XH01)
- remove port limit patch, use kernel flag -uia_exclude_hs
- keep FakePCIID_XHCIMux
how to add this
use kernel flag -uia_exclude_hs
 
Now I change DSDT XHC
I remove port limit patch
still not worked.
 

Attachments

  • test 1.zip
    1.1 MB · Views: 78
Now I change DSDT XHC
I remove port limit patch
still not worked.

As already discussed, you must use kernel flag -uia_exclude_hs
 
Status
Not open for further replies.
Back
Top