Contribute
Register

<< Solved >> Hackintosh does not boot automatically into MacOS

Status
Not open for further replies.
Joined
Sep 5, 2019
Messages
83
Motherboard
Asus ROG STRIX Z390-I Gaming
CPU
i5-8400
Graphics
iGPU
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Hey guys,

I need your help. I got a problem with my boot settings.

I have set up my Mac like this, but the Mac doesn't start up automatically. What is the problem here?

<key>Boot</key>
<dict>
<key>DefaultLoader</key>
<string>Circla</string>
<key>DefaultVolume</key>
<string>HackintoshHD</string>
<key>NoEarlyProgress</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<string>Yes</string>
</dict>

Screenshot 2019-09-14 at 22.08.49.png
 
Last edited:
Hey guys,

I need your help. I got a problem with my boot settings.

I have set up my Mac like this, but the Mac doesn't start up automatically. What is the problem here?



View attachment 425903

Hi there.

Is this a test? ;)

I made some changes ...

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0 nv_disable=1</string>

<key>DefaultLoader</key>
<string>Circla</string>
<-- What's that then?
<key>DefaultVolume</key>
<string>HackintoshHD</string> <-- Is this the name of your boot volume? Try, <string>LastBootedVolume</string>
<key>NoEarlyProgress</key>
<false/>

<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<string>Yes</string> <-- or just <false/>
</dict>

Might help, might not. There are other things you can add. How did you install macOS? Doesn't look like a standard install...

:)
 
Last edited:
Helped of course... sorry. This was a poor. By all the research here my brain stopped working. Thx
 
Status
Not open for further replies.
Back
Top