Home

Awesome

My personal OpenCore EFI

How I use this repo

This repo is for versioning bootloader on my Hackintosh computer including binaries, kexts, config.plist.

Hardware specs

What works

Limitations:

Cloning

git init
git remote add origin git@github.com:tuanht/hackintosh-10600k-z490-aorus-elite-5700xt.git .
git pull --set-upstream origin master
git submodule update --init --recursive

Install

Just type make install to download OpenCore and ACPI/drivers/kexts for configured version.

Cleanup

Type make clean to clean up any downloaded files to make your EFI folder structure look clean.

Bootable USB Installer (WIP)

If you're installing EFI for USB Installer, you'll want to display console messages during boot for troubleshooting. I've made a special target that can run after install to enable verbose mode in config.plist, just run: make install_usb.

Disclaimer

This OC build is made specifically for my system. Don't use it unless you understand which configurations need to be changed to suit your need. Checkout merged PRs for some important changes.

Credits