Jump to content

Successfully installed macOS, but cannot sleep, shutdown or reboot


rettymoo
 Share

6 posts in this topic

Recommended Posts

Hi guys,

 

I am using Gigabyte Z390M Gaming, i7 9700k, Vega 64, GSkill 8Gb memory * 4 and samsung 970 pro 512Gb nvme ssd.

 

So far my experience with my hackintosh is pretty good. I followed vanilla hackintosh instructions, and I am able to boot up very fast; imessage, facetime, app store and itunes all work for me; audio and LAN port on the mobo work; istat shows reasonable cpu temperature and frequency.

However, I am not able to shutdown, restart or sleep my os. When I try to shutdown or restart, I see logs saying "Will be calling reboot(2) with flags: 0x0", then it panics, and ends with "BSD process name corresponding to current thread: launchd"

 

Do I need some extra setting in the plist or some dsdt file? I am not sure if there are more unknown issues with my hackintosh.

 

Thank you,

Retty Moo

Link to comment
Share on other sites

Which method did you used to set up your hackintosh?

 

Use this:

<key>ACPI</key>
	<dict>
		<key>AutoMerge</key>
		<true/>
		<key>DSDT</key>
		<dict>
			<key>Fixes</key>
			<dict>
				<key>DeleteUnused</key>
				<true/>
				<key>FixMutex</key>
				<true/>
				<key>FixRTC</key>
				<true/>
				<key>FixRegions</key>
				<true/>
				<key>FixShutdown</key>
				<true/>

 

Link to comment
Share on other sites

4 hours ago, Allan said:

Which method did you used to set up your hackintosh?

 

Use this:


<key>ACPI</key>
	<dict>
		<key>AutoMerge</key>
		<true/>
		<key>DSDT</key>
		<dict>
			<key>Fixes</key>
			<dict>
				<key>DeleteUnused</key>
				<true/>
				<key>FixMutex</key>
				<true/>
				<key>FixRTC</key>
				<true/>
				<key>FixRegions</key>
				<true/>
				<key>FixShutdown</key>
				<true/>

 

I used vanilla hackintosh, https://hackintosh.gitbook.io/-r-hackintosh-vanilla-desktop-guide/

 

I added your config to my plist, still not working

Link to comment
Share on other sites

 Share

×
×
  • Create New...