Git Product home page Git Product logo

x79-x99-x299-opencore-efi-catalina-bigsur's Introduction

X99 HACKINTOSH EFI CATALINA AND BIG SUR

X99 Opencore config repository for Catalina and Big Sur

If you wanna give a smile to me:

Donate with PayPal

Opencore Version: 0.6.8

Compatible With:

Big Sur

  • 11.3

Included Full Patched DSDT/SSDT Depending on your Motherboard:

  • HUANANZHI FOLDER F8 or TF "DSDT-HUANANZHI.aml"
  • MACHINIST FOLDER, Bunch of SSDT
  • JINGSHA SZMZ X99 Dual, Bunch of SSDT

All of them tested with BIOS-IEGINEER's BIOSES

https://github.com/BIOS-iEngineer

Copy all them from the specific ACPI/"FOLDER" depending on your motherboard to ACPI/ and activate them on config.plist>ACPI>add 

Included SSDT for:

  • Disabling PCI Uncore Bridges "SSDT-UNC0.aml" (Causes KernelPanic ^19.7.0 Kernels) (Universal)
  • Renaming CPU to CP00 PCI Uncore Bridges "X99-CP00-XCPM.aml" (As a Real MAC) (Universal)
Universal SSDT can be used on any x99 motherboard (Common issues)

HASWELL/BROADWELL (E/EP) Power Management

  • On KERNEL>Cpuid1Mask Replace:

    F2060300 00000000 00000000 00000000 for HASWELL-E/EP

    F1060400 00000000 00000000 00000000 for BROADWELL-E/EP

    57060500 00000000 00000000 00000000 for CASCADE LAKE-X

    54060500 00000000 00000000 00000000 for SKYLAKE-X/H

    E4060300 00000000 00000000 00000000 for IVY BRIDGE-E/EN/EP

  • On KERNEL>Patch

    FIND YOUR XCPM_BOOTSTRAP_PATCH ENABLE IT AND DISABLE THE REST OF XCPM_BOOTSTRAP Patches for the other processors

 Remember that there is 2 of each patch one for CATALINA and the other for BIG SUR

Credits

  • Mald0n for introducing me to hackintosh and giving me my first pre-made folder (Olarila.com)
  • Nmano for mantaining actively Kernel Patches for x99/x299 between Mac OS versions (insanelymac.com)
  • e97 for it's original HackPro X99 System post which was of the first X99 Successful build which inspired us (insanelymac.com)
  • RemB for it's UNC0-SSDT.aml in order to disable Uncore PCI Bridges (insanelymac.com)
  • Pike R for introducing Patches for x79/x99/x299
  • Acidanthera team for developing Opencore and most Kexts (github.com/acidanthera)
  • Apple for developing MacOS

x79-x99-x299-opencore-efi-catalina-bigsur's People

Contributors

andrescera avatar nmtitov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

x79-x99-x299-opencore-efi-catalina-bigsur's Issues

Ivy Bridge-E

can you please tell me what to do to get it working on ivy bridge-e

Support for Essenc/Atermiter x79G v1.3 motherboard.

I'm trying to use your configuration for this hardware, but wont even boot Open Core.

At first I was getting this error "No Scheme for DeDuplicateBootOrder". I found out this could be caused by a quirk in UEFI section "DeduplicateBootOrder", and removed it. Then it won't even boot. It stays in a black screen for a few seconds, and then boots the first hard drive wich has Catalina.

I don't know what else to do.

Dual boot BigSur -Win with DSDT-HUANANZHI.aml

Привет! А Вы пробовали загрузку Windows 10 из под opencore c DSDT-HUANANZHI.aml - у меня крашется.(ошибка ACPI) Не подскажите как можно поправить?

HUANANZHI F8D

Hi,
How about for HUANANZHI F8D dual cpu motherboard?

Dual boot Windows ACPI_BIOS_ERROR issue.

I also get ACPI_BIOS_ERROR when I try to boot into Windows from opencore EFI.
Probably that is because of ACPI injection from DSDT-HUANANZHI.aml. Removing this file solves the dual boot issue.

I think the solution is to disable Mac ACPI properties injection when booting Windows.
You can simply add a few lines of code to DSDT-HUANANZHI.aml so it can check what OS loading and based on this make a decision to apply some patches or not.

Most default SSDT files have this check.

Something like this:

Scope (\_SB.PCI0.SBRG.EC0)
{
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (Zero)
}
Else
{
Return (0x0F)
}
}
}



Scope (\_SB.PCI0.SBRG)
{
Device (EC)
{
Name (_HID, "ACID0001") // _HID: Hardware ID
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
}
}

I cannot do it from my side because the file is already compiled.
Any workaround? Will appreciate your help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.