Contribute
Register

BIOS No "XHCI Option" - Stuck at Apple Logo - Alienware Aurora R6

Status
Not open for further replies.
Joined
Jul 14, 2018
Messages
7
Motherboard
MSI MPG Z390I GAMING EDGE AC Mini-ITX
CPU
i7-8770K
Graphics
GTX 1080Ti
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I've been trying for days to install OS X on my Aurora R6.

My BIOS unfortunately is rather limited and does not have such an option.

It has been stuck in the Apple logo black screen stage, and I believe it is because of the critical XHCI Option.

I have tried:

(1) Playing around with any options related to USB in the BIOS

(2) Adding the following code to my .plist after reading some other posts.

<key>KernelAndKextPatches</key>
<dict>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>disable port limit in XHCI kext (cret PMHeart)</string>
<key>MatchOS</key>
<string>10.13.4</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Find</key>
<data>g32UDw+DlwQAAA==</data>
<key>Replace</key>
<data>g32UD5CQkJCQkA==</data>
</dict>
</array>
</dict>
(3) Adding USBInjectAll.kext (link) and XHCI-300-series-injector.kext (attachment) to /EFI/Clover/Kexts/Other

(4) Ensuring changing the .plist to reflect:

<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>

(5) At Clover Boot Screen, ensuring that USB Ownership and USB Injection (Options > PCI devices) are checked

(6) Different USB ports

I have attached photos of my BIOS.

If anyone could help - would be most grateful.

Thank you!
 

Attachments

  • 001.JPG
    001.JPG
    564.8 KB · Views: 382
  • 002.JPG
    002.JPG
    408.9 KB · Views: 177
  • 003.JPG
    003.JPG
    544.4 KB · Views: 254
  • 004.JPG
    004.JPG
    525.8 KB · Views: 309
  • 000 2.JPG
    000 2.JPG
    573.8 KB · Views: 345
It has been stuck in the Apple logo black screen stage, and I believe it is because of the critical XHCI Option.
Boot your system in Verbose Mode and post a picture of your screen when it freezes/hangs.
At Clover Boot Screen press space bar and select Verbose (-v) and Don't reboot on panic (debug=0x100).
 
Status
Not open for further replies.
Back
Top