Skip to content

Latest commit

 

History

History
139 lines (80 loc) · 2.97 KB

INSTALLATION_GUIDE_OPENCORE.md

File metadata and controls

139 lines (80 loc) · 2.97 KB

OpenCore 0.6.3 Installation guide

TODO

  • Add refrence for patches
  • Add what modified compared to Sample.plist

Requirements

  • An active internet connection and Apple Mac
  • USB Stick minimum 8GB

Tools required

  • OpenCore Configurator or Plist editor

Guide

Follow Dortania's guide to create bootable USB. You can use macOS, Linux or Windows.

https://dortania.github.io/OpenCore-Install-Guide/installer-guide/

After USB has been created, download latest OpenCore release build from Dortania's github repo.

https://github.com/acidanthera/OpenCorePkg

I have modified the Dortania's Skylake guide. Follow it:

ACPI

Add and Quirks

alt text

Delete

Ignore

Patch

alt text

Booter

MmioWhitelist and Quirks

Note: RebuildAppleMemoryMap: can break on some laptop OEM firmwares so if you receive early boot failures disable this

alt text

DeviceProperties

Add

For Audio: alt text

For Graphics: alt text

Delete

Ignore

Kernel

Add

Note: Please uncheck duplicate kext. I did already:) alt text

Block

Note: com.apple.driver.AppleIntelLpssI2C and com.apple.driver.AppleIntelLpssI2CController must be blocked in order to correctly work touchpad.

alt text

Patch

Ignore or You can enable/add according to your need ex: Enable Trim For SSD

Misc

Boot

Note: External picker must be selected in order to show picker UI. alt text

Debug

alt text

Security

Note: Make a sure that SecureBootModel is Disabled. Otherwise You will get KP in MacOS Big Sure 11.0 beta 10. alt text

NVRAM

Add -> 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14

Ignore

Add -> 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102

Ignore

Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82

Note: The boot-args is dart=0 darkwake=1 shikigva=40 -igfxnohdmi -disablegfxfirmware -wegnoegpu

alt text

Delete

Ignore

LegacySchema

Ignore

Platform Info

Note: System ProfuctName Should be MacBookPro13,3 Also please generate your own serial no. alt text

UEFI

APFS, Audio, Inout,Output, ProtocolOverrides and ReservedMemory

Ignore

Drivers

Note: PointerSupportMode should be empty. alt text

Input

Note: PointerSupportMode should be empty. alt text

Quirks

Make a sure ReleaseUsbOwnership is checked otherwise kp on boot occurs.