Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Hackintosh setup based on Intel i7-8700 | Gigabyte Z370N WiFi | Radeon RX560 | 16GB RAM | macOS Mojave

NotificationsYou must be signed in to change notification settings

b166ar/Mac-Mini-Killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hackintosh setup based on i7-8700K | Gigabyte Z370N | RX560 | 32GB RAM

telegram-cloud-photo-size-4-6032617185022687135-y

telegram-cloud-photo-size-4-6035095278073264334-y

About this guide

This is a beginner guide to make a Hackintosh based on GIGABYTE Z370N WIFI motherboard. If you are only interested in installing Monterey on your Hackintosh and you have the same Motherboard, go directly toInstallation

Current guide optimised for:

How to ask for help

If you have troubles during migrating to my EFI and settings, please attach «problem reporting» files to your post. The easiest way is toinstall and run this script.

My Hackintosh components

Intel Core i7-8700K.

GIGABYTE Z370N WIFI.

ASUS ROG-STRIX-RX560-O4G

G.Skill Trident Z Neo - DDR4, 32 GB (2 x 16 GB).

Crucial P2 1TB 3D NAND NVMe PCIe M.2 SSD.I'm using this disk with a Bootloader partition with Clover and the other partition is the MacOS Monterey OS.

Noctua NH-L9I.Great low profile cooler that fits my SFF case.

Noctua NF-A4x20.The Flex PSU with this fan does not make any noise.

WiFi adapter from MacBook Air (BCM94360CS2).Before that, I've tried BCM943602BAED and BCM94352Z. Both of this cards require some kexts to work in macOS, and they will not let your BT keyboard work in BIOS and Clover.

Mini ITX Small Aluminum Case from AliExpress + PCI-e express cable.

Server Flex 500W PSU from AliExpress

BIOS settings for installation and boot (eGPU)

Actually, Hackintosh should boot even with default BIOS settings until Catalina.But for Monterey, I needed to make some additional changes:

  • Load optimised defaults
  • MIT > Enhanced Multi-Core Performance >Enabled
  • MIT > FCLK Frequency for Early Power On >Normal (800Mhz)
  • MIT > Extreme Memory Profile(X.M.P.) >Disabled
  • MIT > System Memory Multiplier >26.66(use plus and minus keys to update)
  • MIT > Memory Ref Clock >133
  • MIT > Memory Boot Mode >Enable Fast Boot
  • MIT > Memory Enhancement Settings >Enhanced Performance
  • SmartFan > Fan Control Mode >PWM
  • BIOS > FastBoot >DISABLED
  • BIOS > CSM Support >DISABLED
  • BIOS > Windows 8/10 Features >Windows 8/10 WHQL
  • BIOS > Secure Boot >DISABLED
  • Peripherals > Initial Display Output >PCIe 1 Slot
  • Peripherals > Above 4G Decoding >ENABLED
  • Peripherals > Re-Size Bar >DISABLED
  • Peripherals > Intel PTT >DISABLED
  • Peripherals > SGX >DISABLED
  • Peripherals > Trusted Computing >DISABLED
  • Peripherals > SATA and RST Configuration > SATA Mode Selection >AHCI
  • Peripherals > SATA and RST Configuration > Aggressive LPM Support >DISABLED
  • Peripherals > SATA and RST Configuration > SataN(all ports) > Hot Plug >DISABLED
  • Peripherals > USB Config > Legacy >DISABLED
  • Peripherals > USB Config > XHCI Handoff >ENABLED
  • Peripherals > USB Config > Port 60/64 emulation >DISABLED
  • Chipset > VT-d >DISABLED
  • Chipset > Wake On Lan >DISABLED(remind to disable it on adapters too)
  • Power > Platform Power Management >ENABLED(enable child itemsPEG,PCH andDMI ASPM)
  • Power > AC BACK >Always Off
  • Power > ErP >ENABLED
  • Power > Soft-Off by PWR-BTTN >Delay 4 Sec.
  • Power > Power Loading >DISABLED
  • Power > CEC 2019 Ready >DISABLED
  • Save and restart

Fast boot, Vt-d are important to be DISABLED.

Config.plist

UseProperTree to edit theconfig.plist file and changePlatformInfo values to your own machine:

  • MLB,SystemSerialNumber andSystemUUID can be generated byGenSMBIOS utility;
  • Before use a generatedSystemSerialNumber, check it onApple Database(If it is valid, generate another and repeat if necessary until find an invalid and unused one);
  • ROM is the Mac address of theen0 network adapter(on Gigabyte z370N WIFI 1.0 is the Intel i219v gigabit port). Use theNetwork Settings > Advanced > Hardware panel to copy the Mac address(only numbers and letters, without the : chars);
  • Inside theconfig.plist search and replaceAAAAAAAAAAAA with your generatedSystemSerialNumber value,BBBBBBBBBBBBBBBBBB withMLB value,CCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC withSystemUUID value andDDDDDDDD withROM value:
<key>PlatformInfo</key><dict><key>Automatic</key><true/><key>CustomMemory</key><false/><key>Generic</key><dict><key>MaxBIOSVersion</key><false/><key>AdviseFeatures</key><false/><key>SystemMemoryStatus</key><string>Auto</string><key>MLB</key><string>BBBBBBBBBBBBBBBBBB</string><key>ProcessorType</key><integer>0</integer><key>ROM</key><data>DDDDDDDD</data><key>SpoofVendor</key><true/><key>SystemProductName</key><string>MacPro7,1</string><key>SystemSerialNumber</key><string>AAAAAAAAAAAA</string><key>SystemUUID</key><string>CCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC</string></dict><key>UpdateDataHub</key><true/><key>UpdateNVRAM</key><true/><key>UpdateSMBIOS</key><true/><key>UpdateSMBIOSMode</key><string>Create</string><key>UseRawUuidEncoding</key><false/></dict>

MacOS 12 Monterey Upgrade

  • Can be direct downloaded from Apple usingApp Store on a regular MacOS computer;
  • Make aUSB install disk(the example below uses a USB device named USB and makes Monterey installation disk):
sudo /Applications/Install\macOS\Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/USB
git clone git@github.com/kn0wm4d/Mac-Mini-Killer.git
  • Mount theEFI partition of theUSB disk usingClover Configurator andcopy the EFI folder inside/Volumes/EFI
  • Boot the target machine withUSB disk you just made.
  • Press Space in the bootloader
  • SelectModified GRUB Shell, and disableCFG Lock first with command below:
setup_var_3 0x5A4 0x00

Please note that hardcoded value is for F14 BIOS version of the Gigabyte z370N WIFI 1.0 motherboard, if you use another BIOS version or another motherboard,UPGRADE THE BIOS FIRST:

Gigabyte Z370N WiFi BIOSCFG Lock offset
F100x0585
F14Ox05A4
  • UseClear NVRAM and reboot to make a clean install
  • UseDisk Utility to erase aAPFS GUI volume andinstall MacOS
  • Finishnormal MacOS setup

ePGU settings for AMD RX560/570/580

ASUS ROG STRIX RX560 working great with WhateverGreen.kext. iGPU for hardware acceleration working great too. I applied a few patches in config.plist and turned iGPU on in BIOS.

Sound

Works great with AppleALC.kext and some necessary tweaks in config.plist.

Networking

Left LAN port works smoothly with IntelMausiEthernet.kext. For right LAN you will need SmallTree-Intel-211-AT-PCIe-GBE.kext.

BT and WiFi work without any kexts. All related futures work too: unlock with Apple Watch, Connectivity, Hands-off, Airdrop, iMessege etc. Bluetooth keyboard and touchpad work in Clover, BIOS and during FileVault login.

Here are theBCM94360CS2 WiFi/BT drivers for Windows.

Sleep

Sleep and wake work with darkwake=2. Here is my actual pmset info:

Captura de Pantalla 2022-08-12 a las 19 19 46

To see your pmset parametrs:

pmset -g

If you want torestore the default factory settings:

sudo pmset -a restoredefaults

To match my config you need to:

sudo pmset standby 0

sudo pmset womp 0

sudo pmset proximitywake 0

sudo pmset powernap 0

sudo pmset disksleep 0

sudo pmset sleep 10

sudo pmset autopoweroff 0

USB Ports

The includedUSBMap.kext with USB mapping is for theGigabyte z370N WiFi 1.0 and MacPro7,1 SMBIOS only with someUSB 3 ports, oneUSB type C and oneinternal Bluetooth USB port enabled.

Keep in mind thatyou have to choose what ports to enable, becauseMacOS has a 15 logical ports limit and each port has 2 logical ports(one physical port has one USB 2 and one USB 3 personality, and USB Type C has different ports for each side... so2 logical ports per physical port) and you have toreserve a port for Bluetooth card.

Motherboard

List of the 15 ports ENABLED:

LabelNameTypeComment
IHS01,SS010, 3USB 2.0 &3.1 front 1
IHS02,SS020, 3USB 2.0 &3.1 front 2
FHS03,SS030, 3USB 2.0 &3.1 rear 5
GHS04,SS040, 3USB 2.0 &3.1 rear 6
CHS050USB 2.0 rear 3
DHS060USB 2.0 rear 4
EHS090USB 2.0 only rearType C
HHS10255USB 2.0internal (bluetooth)
JHS110USB 2.0internal (wireless keyboard or mouse dongle)
ESS09,SS1010, 10USB3.1 only rearType C (for each side of the connector)

List of ports DISABLED:

LabelPortComment
CSS05Only USB 2.0 active on HS05
DSS06Only USB 2.0 active on HS06
AHS07, SS07Only to power my desklight
BHS08, SS08Only to power my soundbar
JHS12Not used in macOS
hiddenHS13, HS14, USR1, USR2Not used in macOS

Thermals

CPU is delidded and undervolted to 1.135V. I used3D printed tool andThermal Grizzly liquid metal.

The result is excellent: 34–37°C in idle and 66–69°C in the Blender Benchmark or Prime95 (24°C ambient). Before it easily hit 90+°C with my cooler.

What Works

Everything: WiFi, BT, LAN, Audio, iMessage, Wake & Sleep, Universal Clipboard, USB 3, USB-C, DP-audio, Hands-off, AirDrop, Hardware Acceleration, Shutdown, Unlock with Apple Watch, you name it.

What Doesn't Work

  • SoundflowerBed is needed to regulate sound with function keys in some monitors that play sound through HDMI. Headset not affected.
  • PowerNap is turned off, so no apps update during sleep. Maybe it works, I just not tested it.
  • If I enable XMP profile in BIOS for automatic RAM overclock or overclock RAM manually, I have a warning «Disk not ejected properly». after waking from sleep. You need to reconnect external drives to make it work again. It can be critical for people who use external drives on a daily basis. There is three solution for that:
    • Prevent sleep with freeAmphetamine app. I like it because it let monitor fall asleep and/or enable screensaver. It’s crucial if you want your Hackintosh to lock automatically.
    • Disable XMP. Fixes the problem entirely, but harms general performance.
    • UseJettison app that unmount drives before sleep. I don’t test it personally.

About

Hackintosh setup based on Intel i7-8700 | Gigabyte Z370N WiFi | Radeon RX560 | 16GB RAM | macOS Mojave

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp