Contribute
Register

[Help] Sierra installation stuck at 2.085455 AppleUSBLegacyRoot

Status
Not open for further replies.
Joined
Sep 5, 2016
Messages
1
Hello everyone. I'm i am new to the Hackintosh community and need some help.
I have installed unibeast on a flash drive and wiped my hardrive but when i start clover with the arguments
-v dart=0 nv_disable=1
i get stuck at
000002.085455 AppleUSBLegacyRoot@:AppleUSBLegacyRoot::init: enabling legacy matching com.appl"
please be specific with your answers as i am new. Thank You!
Pc hardware:

CPU: Intel Core i5 6400(skylake)
GPU: Nvidia 1060 3 gb ram

Note: Its not running off of the GPU as it won't show up.

Update sometimes also stops at
000002.040920 AppleUSBLegacyRo"
 
Last edited:
Try inserting this into your Clover config:

<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
</dict>
 
@hboyd, please update your profile (personal details) with your Motherboard or Make/Model, CPU and Graphics Card.
The Rules said:
Profiles need to contain at least your primary system to assist others with helping you.

At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

For permanent solution check Inject USB + FixOwnership in Clovers config.plist
Code:
  <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
Status
Not open for further replies.
Back
Top