Contribute
Register

USB installation stuck on "AppleUSBLegacyRoot@: App" (stuck at Apple logo / progress bar)

Status
Not open for further replies.
Joined
Feb 10, 2017
Messages
4
Motherboard
Gigabyte GA-H170N-WIFI
CPU
Intel Core i5 6600K
Graphics
EVGA GeForce GTX 980 4GB SC GAMING ACX 2.0
Mobile Phone
  1. iOS
When I started the USB installation, it got stuck on "AppleUSBLegacyRoot@: App". (stuck at Apple logo / progress bar)

Please, any help I will really appreciate !

I am using UniBeast for OS sierra.
 
Check Inject USB + FixOwnership in Clovers config.plist.
Code:
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
Check Inject USB + FixOwnership in Clovers config.plist.
Code:
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>

Thank you very much for your quick answer ! This resolved the problem !

This is how I did it:

1. You need to mount the EFI from the USB: Download EFI Mounter V3 https://www.tonymacx86.com/threads/how-to-mount-efi-partition.174321/
2. Mount the EFI
3. Download Xcode from the App Store: https://developer.apple.com/xcode/
4. Search for the file in EFI / Clover / config.plist
5. Open config.plist with Xcode and edit devices/USB: FixOwnership=yes and Inject=yes
6. Save and Exit Xcode. Now you can use the USB !
Xcode_sonfig.jpg
 
Last edited:
Status
Not open for further replies.
Back
Top