lzhoang2801 / OpCore-Simplify

A tool designed to simplify the creation of OpenCore EFI
https://lzhoang2801.github.io/gathering-files/opencore-efi
BSD 3-Clause "New" or "Revised" License
390 stars 32 forks source link

GenericUSBXHCI should not be used on AMD Desktops #24

Closed Sooly890 closed 1 month ago

Sooly890 commented 1 month ago

GenericUSBXHCI, only applies to AMD laptops, it doesn't effect (and can ruin EFIs) on AMD Desktops. AMD Desktops only need ReleaseUSBOwnership

lzhoang2801 commented 1 month ago

GenericUSBXHCI kext is only added based on confirmed PCI ID issues. It is not applied based on whether the system is a laptop or desktop. For more details, you can check here: https://github.com/lzhoang2801/OpCore-Simplify/blob/main/Scripts/kext_maestro.py#L234C1-L239C60

Sooly890 commented 1 month ago

My bad - you clearly know what you're doing!