Jump to content

[SUCCESS] Asrock Z370-ITX/ac, i7-8700K


heisian
 Share

7 posts in this topic

Recommended Posts

macOS 10.13.2

 

Specs:

 

  • ASRock Z370M-ITX/ac
  • Intel i7-8700K 3.7GHz
  • G.Skill Ripjaws V Series 16GB (2 x 8GB) DDR4-2400 Memory
  • Crucial MX300 275GB M.2-2280 Solid State Drive
  • Gigabyte GeForce GTX 1050Ti
  • Corsair SF 450W 80+ Gold Certified Fully-Modular SFX Power Supply

 

Clover EFI folder

 

Working:

 

- Computing things

- Sound

- Sleep

- Graphics

- Ethernet

- APFS

- SMBIOS iMac 19,1

 

Not working:

 

- Bluetooth/WiFi (did not buy a chip)

- High Sierra not recognizing i7-8700K as a CPU (see last photo attachment).

 

 

I've seen others post screenshots of their 8700K being recognized, but mine didn't end up that way and I dunno why. Regardless, everything seems to work fine so far. Ran Valley, did some coding, etc. See GitHub repo for full config details.

 

Successfully upgraded to APFS post-install.

post-1437344-0-75698100-1513137653_thumb.jpg

post-1437344-0-95863100-1513137708_thumb.jpg

post-1437344-0-13770500-1513137721_thumb.jpg

post-1437344-0-25733400-1513137729_thumb.jpg

post-1437344-0-80078400-1513137753_thumb.jpg

post-1437344-0-45529400-1513137818_thumb.jpg

post-1437344-0-26423000-1513137833_thumb.jpg

post-1437344-0-09571600-1513137844_thumb.png

  • Like 2
Link to comment
Share on other sites

I decided to get back into the hackintosh world and just recently purchased a similar configuration.  I have an 8700 non K processor.  I tried to access your files and it looks like to me the plist one is corrupt.  I guess I could be doing something wrong.  

Link to comment
Share on other sites

What do you mean corrupt? Are you on the latest version of Clover?

 

At any rate, here is my config.plist copied directly from my EFI partition:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>FiX_TMR_40000</key>
				<false/>
				<key>FiX_WAK_200000</key>
				<false/>
				<key>FixShutdown</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>Patches</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>change HDAS to HDEF</string>
					<key>Disabled</key>
					<false/>
					<key>Find</key>
					<data>
					SERBUw==
					</data>
					<key>Replace</key>
					<data>
					SERFRg==
					</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>change HECI to IMEI</string>
					<key>Disabled</key>
					<false/>
					<key>Find</key>
					<data>
					SEVDSQ==
					</data>
					<key>Replace</key>
					<data>
					SU1FSQ==
					</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>change GFX0 to IGPU</string>
					<key>Disabled</key>
					<false/>
					<key>Find</key>
					<data>
					R0ZYMA==
					</data>
					<key>Replace</key>
					<data>
					SUdQVQ==
					</data>
				</dict>
			</array>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<false/>
				<key>PStates</key>
				<false/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v dart=0 darkwake=8</string>
		<key>DefaultVolume</key>
		<string>LastBootedVolume</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>3</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>1</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0X0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<true/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<string>First</string>
			<key>Linux</key>
			<false/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>ScreenResolution</key>
		<string>1920x1080</string>
		<key>Theme</key>
		<string>High Sierra</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>#FakeCPUID</key>
		<string>0x010676</string>
		<key>AppleIntelCPUPM</key>
		<false/>
		<key>AppleRTC</key>
		<true/>
		<key>KernelCpu</key>
		<false/>
		<key>KernelLapic</key>
		<false/>
		<key>KernelPm</key>
		<false/>
		<key>KernelXCPM</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				RXh0ZXJuYWw=
				</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>
				SW50ZXJuYWw=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change 15 port limit to 26 in XHCI kext (100-Series-10.12)</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				g32MEA==
				</data>
				<key>Name</key>
				<string>AppleUSBXHCIPCI</string>
				<key>Replace</key>
				<data>
				g32MGw==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>10.12-BCM94352-fvco-darkvoid</string>
				<key>Disabled</key>
				<true/>
				<key>Find</key>
				<data>
				gflSqgAAdSk=
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				gflSqgAAZpA=
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x0</string>
		<key>CsrActiveConfig</key>
		<string>0x67</string>
		<key>ROM</key>
		<data>
		ZLlU8E/g
		</data>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>08/08/2017</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardVersion</key>
		<string>1.0</string>
		<key>ChassisAssetTag</key>
		<string>iMac-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>0x09</string>
		<key>Family</key>
		<string>iMac</string>
		<key>LocationInChassis</key>
		<string>Part Component</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>Mobile</key>
		<false/>
		<key>PlatformFeature</key>
		<string>0x00</string>
		<key>ProductName</key>
		<string>iMac19,1</string>
		<key>SerialNumber</key>
		<string>C02VR20WJ1GJ</string>
		<key>SmUUID</key>
		<string>055E11D3-FC6A-4926-BC4F-66585EF04FE0</string>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
		<key>NvidiaWeb</key>
		<false/>
	</dict>
</dict>
</plist>

Link to comment
Share on other sites

   Thanks for posting the text.  I downloaded the most recent [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] and [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] versions last night.  Clover is at Updated Clover to v2.4k r4259.  

 

   I don't think your file was corrupt I think my download process corrupted it.  It came down as some kind of HTML file.  I am not sure if it is appropriate to discuss in this particular forum but I am having some issues getting 10.13.2 up on my Asrock Z370 board.  It seems to hang in different spots during the initial boot phase.  I thought it might be something with the onboard video so I installed a Geforce 950 card I had from my previous build with no joy.  Were there any particular things you disabled in the BIOS other than VT-d? 

 

    Should I copy all of the files you have on your GitHub entry to my ThumbDrive or is it just the plist and Clover EFI files.  It usually hangs around the Ethernet entries but sometimes it fails 15 lines earlier in the boot.  Do you have any ideas?  I'm not a total noob but it has been 5 years since I seriously worked on a hackintosh.  I would be most grateful for any help you can provide.  

 

 

Asrock z370-ITX

i7-8700

EVGA DDR4 3200 Memory 2x8GB

Silverstone SX500 LG Power Supply

Coller Master Elite 130 Case

Samsung nVME 960 Pro 512MB SSD

Onboard video

 

UEFI P1.10

Link to comment
Share on other sites

I resolved the issue with downloading your files.  At first I didn't see the zip file in the upper right corner.  Once I saw that I was able to download your files and apply them to my USB stick.  The bad thing is My boot still hangs right around where it talks about USB ports.  I tried moving my flash and keyboard to other ports and also removed my NVME drive in case that was causing the issue.  Still no joy. 

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...