🇺🇸 - If you wish, we can create your EFI and install macOS remotely, just hire our services via the email below.
🇧🇷 - Se desejar, criamos sua EFI e realizamos a instalação remotamente do macOS, basta contratar nossos serviços pelo e-mail abaixo.
✉️ - Endereço EXCLUSIVO para contratação de serviços: consultoria@universohackintosh.com.br.
🇺🇸 - To download EFI BASEs, you must be a member of any category on the YouTube Channel and connect your Discord to your YouTube account to access the #efi-base channel;
🇧🇷 - Para download das EFIs BASEs, é necessário você ser membro de qualquer categoria no Canal do YouTube e conectar seu Discord à sua conta YouTube para acesso à sala #efi-base;
Note | Description |
---|---|
Initial macOS Support | macOS 10.15, Catalina. |
Last Supported OS | macOS 15 Sequoia. |
- Opencore version: 1.0.1-v2
- Release date: 19/09/2024
- Download the latest release [Discord, #efi-base channel];
- Includes additional kexts (for ethernet, audio, etc);
- Include the necessary ACPI patches (.aml);
- Review the special notes;
- Generate and complete your SMBIOS infos - ALWAYS;
- Adjust your BIOS;
- Install macOS and enjoy :)
- Very light, very clean, basic files for your Hackintosh.
- Made with latest OpenCore versions.
- Two editions - Release and Debug Edition.
- Updated montly with refresh versions of Opencore.
Kext | Description |
---|---|
Lilu.kext | Patch many processes, required for AppleALC, WhateverGreen, VirtualSMC and many other kexts. |
SMCProcessor.kext | Used for monitoring CPU temperature, doesn't work on AMD CPU based systems. |
SMCSuperIO.kext | Used for monitoring fan speed, doesn't work on AMD CPU based systems. |
VirtualSMC.kext | Emulates the SMC chip found on real macs, without this macOS will not boot. Alternative is FakeSMC which can have better or worse support, most commonly used on legacy hardware. |
WhateverGreen.kext | Used for graphics patching, DRM fixes, board ID checks, framebuffer fixes, etc; all GPUs benefit from this kext. |
Kexts for support Audio, Wifi, Ethernets and other devices.
Kext | Description |
---|---|
AppleALC.kext | Used for AppleHDA patching, allowing support for the majority of on-board sound controllers. AMD 15h/16h may have issues with this and Ryzen/Threadripper systems rarely have mic support. |
VoodooHDA.kext | Audio for FX systems and front panel Mic+Audio support for Ryzen system, do not mix with AppleALC. Audio quality is noticeably worse than AppleALC on Zen CPUs. |
Kext | Description |
---|---|
IntelMausi.kext | Intel's 82578, 82579, I217, I218 and I219 NICs are officially supported. |
IntelMausiEthernet.kext | Alternative for some I219 NICs. Use it if the kext above doesn't work. |
IntelMausiEthernet.kext | Some alternative for some I219 NICs. Use it if the kext above doesn't work. |
AtherosE2200Ethernet.kext | Required for Atheros and Killer NICs. Note: Atheros Killer E2500 models are actually Realtek based, for these systems please use RealtekRTL8111 instead. |
RealtekRTL8100.kext | Required for Realtek FE Familly Controller - 10/100 Mbps. Common on older hardware. |
RealtekRTL8111.kext | Required for Realtek Gigabit Ethernet. Realtek GbE Familly Controller Sometimes the latest version of the kext might not work properly with your Ethernet. If you see this issue, try older versions. |
LucyRTL8125Ethernet.kext | Required for Realtek 2.5Gb Ethernet. |
SmallTreeIntel82576.kext | Required for I211 NICs, based off of the SmallTree kext but patched to support I211. Required for most AMD boards running Intel NICs. |
AppleIGB.kext | Required for I211 NICs running on macOS Monterey and above. Might have instability issues on some NICs, recommended to stay on Big Sur and use SmallTree. Requires macOS 12 and above. |
AppleIGC.kext | Required for I226 NICs running on macOS Monterey and above. Might have instability issues on some NICs. |
AppleIntelI210Ethernet.kext | Required for Intel i225-V in macOS 12 (Monterey) and above. |
Kext | Description |
---|---|
AirportItlwm | Adds support for a large variety of INTEL WIRELESS cards and works natively in recovery thanks to IO80211Family integration. |
IntelBluetoothFirmware | Adds Bluetooth support to macOS when paired with an Intel wireless card. |
AirportBrcmFixup | Used for patching non-Apple/non-Fenvi Broadcom cards, will not work on Intel, Killer, Realtek, etc. For Big Sur see Big Sur Known Issues for extra steps regarding AirPortBrcm4360 drivers. |
BrcmPatchRAM | Used for uploading firmware on Broadcom Bluetooth chipset, required for all non-Apple/non-Fenvi Airport cards. |
Kext | Description |
---|---|
USBInjectAll | Used for injecting Intel USB controllers on systems without defined USB ports in ACPI. All Intel chipset series. Requires OS X 10.11 or newer. |
XHCI-unsupported | Needed for non-native USB controllers. Common chipsets needing this: H370, B360, H310, Z390(Not needed on Mojave and newer), X79, X99, AsRock boards(On Intel motherboards specifically, B460/Z490+ boards do not need it however). |
Kext | Description |
---|---|
NVMeFix | Used for fixing power management and initialization on non-Apple NVMe. |
SATA-Unsupported | Adds support for a large variety of SATA controllers, mainly relevant for laptops which have issues seeing the SATA drive in macOS. We recommend testing without this first. |
RestrictEvents | Better experience with unsupported processors like AMD, Disable MacPro7,1 memory warnings and provide upgrade to macOS Monterey via Software Updates when available. |
CpuTscSync | It is a Lilu plugin, combining functionality of VoodooTSCSync and disabling xcpm_urgency if TSC is not in sync. It should solve some kernel panics after wake. |
SMDRadeonGPU | Used for monitoring GPU temperature on AMD GPU systems. Requires RadeonSensor from the same repository. Requires macOS 11 or newer. |
FeatureUnlock | Add Sidecar, NightShift, AirPlay, Universal Control and Continuity Camera support. |
These files are MUST be included in your EFI's ACPI directory. We recommend that you use the MANUAL method, but for a first test you can use the prebuild versions.
Table | Description |
---|---|
SSDT-PLUG-ALT | Manual | Prebuilt | Details |
SSDT-EC-USBX | Manual | Prebuilt | Details |
SSDT-AWAC | Manual | Prebuilt | Details |
SSDT-RHUB | Manual | Prebuilt | Details |
Download iASL Compiler ACPI Tools
Open the CMD in the directory where the ACPI Tools was extracted. (Command Prompt) in Administrator Mode:
path/to/acpidump.exe -b -n DSDT -z
move dsdt.dat DSDT.aml
Decompile DSDT.aml:
path/to/iasl.exe path/to/DSDT.aml
File DSDT.dsl will generated. Use this for generate YOUR ACPI Patches.
Compile DSDT.dsl:
path/to/iasl.exe path/to/DSDT.dsl
File APCPI_FILE_PATCHED.aml will generated.
Update config.plist in PlatformInfo > Generic with YOUR informations.
1. MLB (Board Serial)
2. ROM (Mac Address)
3. SystemSerialNumber (Serial)
4. SystemUUID (SmUUID)
Please use genSMBIOS for generate values for above itens.
Please use ProperTree for configure/edit your config.plist.
SMBIOS | Description |
---|---|
MacPro7,1 | Because GPU integrated in 12th gen without support for Apple. |
iMacPro1,1 | Because GPU integrated in 12th gen without support for Apple. |
- Please configure
MinDate
andMinVersion
in UEFI > APFS to-1
; - Please configure
SecureBootModel
in Misc > Security toj137
;
* Without above settings, macOS will not be able to boot.
- Please configure
SecureBootModel
toDisabled
; - After the installation is completed, you can return the value to 'Default';
- If the above adjustment is not performed, the installation will be in a looping.
- USB port mapping is REQUIRED.
XhciPortLimit
- Please**ENABLE**
to map the USB ports- You can use USBMap.command Utility - USBMap.
AppleXcpmCfgLock
- PleaseENABLE
if you cannot disableCFG-Lock
in BIOS.- Does NOT SUPPORT iGPU in 12th Gen.
- You NEED dGPU (dedicated/discrete GPU (eg. RX 560, 570, 580, 590, RX 5700 XT, etc).
SetupVirtualMap
- PleaseENABLE
if you stuck in Early boot.EnableWriteUnprotector
- PleaseENABLE
if you get a Kernel Panic while booting macOS Installer.
- PLEASE EDIT/ADD DEVICE FOR ETHERNET i225 (You can identify with Hackintool on
PCIe
tab).- If your board didn't ship with the Intel I225 NIC, there's no reason to add this entry.
- If you get a kernel panic on the
AppleIntelI210Ethernet
kext, your Ethernet's path is likelyPciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)
. - Please
ENABLE
Patch for i225 onKernel > Patch
. - for macOS Monterey 12.2.1 and below, please add
dk.e1000=0
inboot-args
. - for macOS Monterey 12.3 or newer, please add
e1000=0
inboot-args
. - for macOS Ventura, please add
e1000=0
inboot-args
and add Kext AppleIntelI210Ethernet.kext
Parameter | Description |
---|---|
agdpmod=pikera | Used for disabling board ID checks on Navi GPUs(RX 5000 series & RX 6000 series), without this you'll get a black screen. Don't use if you don't have Navi (ie. Polaris and Vega cards shouldn't use this). |
Parameter | Description |
---|---|
dk.e1000=0 | Disables com.apple.DriverKit-AppleEthernetE1000 (Apple's DEXT driver) from matching to the Intel I225-V Ethernet controller found on higher end Comet Lake boards, causing Apple's I225 kext driver to load instead.This boot argument is optional on most boards as they are compatible with the DEXT driver. However, it is required on Gigabyte and several other boards, which can only use the kext driver, as the DEXT driver causes hangs. You don't need this if your board didn't ship with the I225-V NIC. |
e1000=0 | for macOS 12.3.1 or newer Disables com.apple.DriverKit-AppleEthernetE1000 (Apple's DEXT driver) from matching to the Intel I225-V Ethernet controller found on higher end Comet Lake boards, causing Apple's I225 kext driver to load instead.This boot argument is optional on most boards as they are compatible with the DEXT driver. However, it is required on Gigabyte and several other boards, which can only use the kext driver, as the DEXT driver causes hangs. You don't need this if your board didn't ship with the I225-V NIC. |
- Fast Boot
- Secure Boot
- Serial/COM Port
- Parallel Port
- VT-d (can be enabled if you set
DisableIoMapper
to YES) - Compatibility Support Module (CSM).
- Thunderbolt(For initial install, as Thunderbolt can cause issues if not setup correctly)
- Intel SGX
- Intel Platform Trust
- CFG Lock (MSR 0xE2 write protection)
- This must be off, if you can't find the option then
ENABLE
AppleXcpmCfgLock
. - Your hack will not boot with
CFG-Lock
enabled.
- This must be off, if you can't find the option then
- VT-x
- Above 4G decoding.
- This must be on, if you can't find the option then add
npci=0x2000
toboot-args
. - Do not have both this option and
npci
onboot-args
enabled at the same time. - When enabling Above4G, Resizable BAR Support may become an available on some motherboards. Please ensure this is
DISABLED
instead of set to Auto.
- This must be on, if you can't find the option then add
- Hyper-Threading
- Execute Disable Bit
- EHCI/XHCI Hand-off
- OS type: Windows 8.1/10 UEFI Mode
- SATA Mode: AHCI
https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html
https://dortania.github.io/Getting-Started-With-ACPI/