A Hackintosh repository for lzwang. I like macOS Catalina with Clover rather than BigSur with OpenCore, and the following are my config and EFI.
- Motherboard: Gigabyte Z390 Aorus Master
- CPU: Intel® Core™ i9-9900K
- GPU: NVIDIA Quadro K600
- RAM: Corsair Vengeance LPX 16GB * 4
- SSD: Samsung 970 EVO 250GB
- Power: Seasonic Focus GX-1000W
- Monitor: Dell U2718Q
- macOS: macOS Catalina 10.15.7(19H15)
- Clover: 5107
- Clover Configuator: 5.18.0.0
- Clover theme: Material
(Apple Logo) -> System Preference -> Software Update -> Uncheck "Keep my mac up to date"
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
Killall Dock
sudo vi /etc/hosts
Insert the following text:
127.0.0.1 swscan.apple.com
127.0.0.1 swcdn.apple.com
127.0.0.1 swdist.apple.com
- Reboot your hackintosh to recoveryOS.
- Open
Utilities -> Terminal
and do as followings.
# your_hackintosh_volume like “Macintosh HD” -> /Macintosh\ HD
cd /Volumes/${your_hackintosh_volume}
# change system updater permission
chmod 644 System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# clear update files
rm -rf Library/Updates/
Reboot your hackintosh.
Note: If you want to install some tools (like xcode tools), just remove the three lines in step 3 in file /etc/hosts
.
- EFI Config Source (modified): https://github.com/cmer/gigabyte-z390-aorus-master-hackintosh
- Clover download: https://sourceforge.net/projects/cloverefiboot/
- Clover Configuator download: https://mackie100projects.altervista.org/download-clover-configurator/
- Clover themes collection (GitHub): https://github.com/CloverHackyColor/CloverThemes
- Clover themes collection (Facebook): https://www.facebook.com/notes/hackintosh-indonesia/clover-themes-gallery/10155245189403649/
- Disable macOS Catalina updates (Chinese): https://sysin.org/article/Disable-macOS-Update/