Contribute
Register

Stuck at apple logo (com.apple)

Status
Not open for further replies.
Joined
Jan 16, 2017
Messages
3
I have been trying to make a hackintosh on a separate hard drive from my windows installation so that I can have a hard drive for each, but every time I boot, I get stuck at the apple logo, with the loading bar loaded a fraction of an inch. I have waited 45 min. and it did not work. I have:
Intel i3 6100
ASRock B150 Gaming K4
MSI GTX 1060 6GB OC
16 GB DDR4 2133 RAM
and wired wifi.
I have tried verbose and I got to com.apple. where it froze and my peripherals turned off. The same thing happened when not in verbose, the mouse and keyboard go dark and the process stops. I really want this to work but i don't know what to do. Pls Help.
IMG_5489.JPG
 
Pascal generation GPUs (GTX 10x0) are not supported yet.

Check Inject USB + FixOwnership in clover's plist.
Code:
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
Pascal generation GPUs (GTX 10x0) are not supported yet.

Check Inject USB + FixOwnership in clover's plist.
Code:
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>

This, unfortunatly did not work. Should I just give up. And wait until it works with 1000 series cards?
 
Should I just give up. And wait until it works with 1000 series cards?

Use the Intel HD Graphics 530 iGPU and disable the GTX 1060.
 
Status
Not open for further replies.
Back
Top