Contribute
Register

Error booting Sierra

Status
Not open for further replies.
Joined
Feb 22, 2017
Messages
36
Motherboard
Asus k53sv, clover legacy
CPU
Intel i7 2760QM
Graphics
Nvidia GEFORCE GT 540 M + Intel HD 3000, 1366x768
When I try to boot Sierra I've this error and I don't know how to go on..

Code:
Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>

Before this I had another error about EvOreboot, but I was able to solve this by deleting evoreboot.kext.

Can anyone help me ? :)
 
@fab96, please update your profile (personal details) with your build (Motherboard, CPU and Graphics Card).
The Rules said:
Profiles need to contain at least your primary system to assist others with helping you.
 
When I try to boot Sierra I've this error and I don't know how to go on..

Code:
Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>

Before this I had another error about EvOreboot, but I was able to solve this by deleting evoreboot.kext.

Can anyone help me ? :)

I have the exact same issue with 10.12.3 (see profile for H/W details) - I've tried booting from both USB sticks and a USB HD and also tried booting the installer on a small 16GB partition at the front of the SATA SSD I intend to install onto to see if this helps.

Interesting enough though the backlight/capslock keys of 2 USB keyboards I tried with switched off as soon as the problem occurs, so I'm suspicious that it is something to do with USB initialization.

Sometimes I don't get the full output buffer of verbose mode and the output stops at
000001.438325 AppleUSBLegacyRoot@: Appl
 
Sometimes I don't get the full output buffer of verbose mode and the output stops at
000001.438325 AppleUSBLegacyRoot@: Appl

At Clover Boot Screen select Options > PCI devices > USB Ownership and USB Injection

Check Inject USB + FixOwnership in Clovers config.plist.
Code:
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
 
That did the trick - Thanks very much!
 
Status
Not open for further replies.
Back
Top