Contribute
Register

[Solved] Stuck with log showing AppleNVMe: Assert failed

Status
Not open for further replies.
Joined
Apr 10, 2017
Messages
22
Motherboard
GA-Z270X Gaming 7
CPU
i7-7700K
Graphics
GTX 1080 + Radeon WX PRO 7100
Mac
  1. MacBook
Mobile Phone
  1. iOS
Problem: First boot on a new hackintosh - attempting to install Sierra. Boot stalls after AppleNVMe Assert Failed line.

System is in my profile - note that I have not yet installed the GPU - I'm using onboard graphics for now to get the install done. I'm wanting to do the install on the SATA SSD, NOT the M.2 NVMe SSD (which I'm intending to use for Windows boot only).

Is there something I'm missing to turn off NVMe stuff in clover? Attached screen shots of boot screen and zipped clover sans themes. Appreciate any tips while I stumble along!

Thanks
Ed
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 564
  • IMG_7115.JPG
    IMG_7115.JPG
    4 MB · Views: 5,572
  • IMG_7116.JPG
    IMG_7116.JPG
    2.2 MB · Views: 4,898
Attached screen shots of boot screen
For the freeze on the line with AppleUSBLegacyRoot:
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>
 
For the freeze on the line with AppleUSBLegacyRoot:
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>

Boom - that was fast - and effective. Thank you very much for your assistance sir. Problem solved and successfully made it to language selection.
 
You are the man !
Work with Asus Prime H270-Pro !
Thanks !
 
thank you so much for the quick fix, works on gigabyte z370n wifi as well!
 
I am having the same issue. Ive done the above suggested steps.
 
For the freeze on the line with AppleUSBLegacyRoot:
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>

I tried both adding to config.plist and in the clover settings, but I'm still getting hung up around the "AppleNVMe Assert failed" :( (Trying to install Mojave)

<-- My specs are on my profile
 

Attachments

  • IMG_4190.JPG
    IMG_4190.JPG
    3.8 MB · Views: 857
Status
Not open for further replies.
Back
Top