Contribute
Register

[Solved] Stuck on Apple Logo at boot

Status
Not open for further replies.
Joined
Jun 14, 2017
Messages
4
Motherboard
Gigabyte Z270X-UD5
CPU
Intel i7-6700K LGA 1151
Graphics
Gigabyte Geforce GTX 1070
Hi guys, this is my first ever hackintosh build, so I am very inexperienced at this. When I was first attempting to install high sierra, I was using clover which resulted in the system kernel panicking in a constant loop. So i tried using unibeast and multibeast to install. At first it seemed to work, I saw the apple logo, and the progress bar appeared. But then it didn't do anything. I left it alone for a half hour before I gave up and shut it down. I tried booting it in safe mode and verbose. Same thing happened. This is where it stopped in verbose. Help please!

IMG_0296.jpg
 
This is where it stopped in verbose.
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>
That worked!!! Thank you sooo much!!!!
 
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>

YES ! This worked ! Thanks. I'm sure I'll be stuck on the next various steps though, but I'll be back here to look for answers. This is so cool. Thank you guys for this forum. :headbang:
 
  • Like
Reactions: brl
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>
 
Last edited:
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>
You. Are. Legand.
 
Status
Not open for further replies.
Back
Top