Contribute
Register

[Solved] Stuck on 1% progress when booting with USB Installer created by Unibeast 8.3.2 for 10.13.6

Status
Not open for further replies.
Joined
Apr 14, 2016
Messages
37
Motherboard
ASROCK Z170 Extreme 3
CPU
i7 6700k
Graphics
RX 570
Mobile Phone
  1. iOS
Hi, could someone give some advices? I want to make a fresh Hackintosh installation, bu some error occurred. I have create a usb installer by latest Unibeast 8.3.2 for lastest macOS Hight Sierra 10.13.6, then I boot my computer with this usb installer.
At frist, the terminal show this error:
IMG_1444.JPG
It seams that some error happen to USB, so I update the USBInjectAll.kext in /EFI/CLOVER/kexts/Other/ and apply Hackintosh 10.13.6 USB Patch. However some error happened agin.
IMG_1445.JPG

Any advice will be appreciated!
 

Attachments

  • EFI.zip
    3.2 MB · Views: 62
Any advice will be appreciated!
At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

For permanent solution check Inject USB + FixOwnership in Clover's config.plist
Code:
  <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

For permanent solution check Inject USB + FixOwnership in Clover's config.plist
Code:
  <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
Thanks a lot! It works for me!
 
Status
Not open for further replies.
Back
Top