Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
48 lines (42 loc) · 13.8 KB

4_README-POSTinstallation.md

File metadata and controls

48 lines (42 loc) · 13.8 KB

Post Installtion:

  1. Install OpenCore on the main boot EFI partition to enable boot without the installation media. A good utility to mount your EFI folder is corpnewt/MountEFI.
  2. Please reference my uploaded EFI folder to determine my current bootloader configurations as well as which kexts I am currently using. Note that for CPUFriend, please generate your own DataProvider kexts per different machine specifications and desired configurations. Use one-key-cpufriend.
  3. Copy the kexts you will be using to their respective directories, per bootloaders:
  • OpenCore: EFI/OC/Kexts/

For the kexts you will be using, make sure to create matching entries within OpenCore.plist's Kernel/Add/ section.

*Refer to my uploaded EFI folder for my current kext list.

  1. Refer to the table below for the other post installtion configurations for each particular issue. Some issues are easy to fix, simply requiring a kext installtion or running a script, while others are my involved and require SSDT patching.
  2. For those other, more complicated issues, proceed to 4_README-ACPIpatching.md
Feature Status Dependency Remarks
macOS (10.14.x or 10.15.x) VirtualSMC.kext, Lilu.kext, Clover or OpenCore Bootloader OpenCore is preferred.
iMessage/ FaceTime Whitelisted Apple ID, Valid SMBIOS See docs/5_README-other.md
Siri Apple ID, Working audio recorder Needs AppleALC
iTunes Video Playback WhateverGreen.kext, Apple ID (Optional) -
Sidecar iPad with iPadOS 13 Tested with iPad Mini with iPadOS 13.1.2
WiFi Native with BCM94360CS2. AirportBrcmFixup otherwise. See patches/OpenCore Patches/ for specific network card.
Bluetooth Native with BCM94360CS2. BrcmFirmwareRepo.kext, BrcmPatchRAM3.kext, and BrcmBluetoothInjector.kext otherwise. See patches/OpenCore Patches/ for specific network card.
Continuty Native with BCM94360CS2. BT4LEContiunityFixup.kext otherwise. Working Blutetooth and WiFi setup See patches/OpenCore Patches/ for specific network card.
AirDrop Native with BCM94360CS2. BT4LEContiunityFixup.kext otherwise. Working Blutetooth and WiFi setup See patches/OpenCore Patches/ for specific network card.
Touchpad VoodooI2C.kext, VoodooI2CHID.kext, SSDT-I2CxConf.aml, SSDT-OCGPI0-GPHD.aml, SSDT-OCI2C-TPXX-RAZER15.aml and working battery status. -
Optical Keyboard VoodooI2C.kext, VoodooI2CHID.kext -
Battery Percentage Indication SSDT-BATT-razer15-late2019.aml and SMCBatteryManager.kext Use MaciASL
CPU Power Management (SpeedShift) XCPM and CPUFriend.kext, generate your own CPUFriendDataProvider with CPUFriendFriend or one-key-cpufriend.
IGPU Power Management XCPM, enabled by SSDT-PLUG-_SB.PR00.aml -
Audio Recording AppleALC.kext with Layout ID = 21 -
Audio Playback AppleALC.kext with Layout ID = 21 -
Automatic Headphone Output Switching ALCPlugFix -
Full Graphics Accleration (QE/CI) WhateverGreen.kext -
Brightness Adjustments WhateverGreen.kext and SSDT-PNLF-CFL.aml -
Micro SD Card Reader Custom USBPorts.kext See current OpenCore-EFI kext folder. You can create your own with USBMap. -
USB 3.1 Custom USBPorts.kext See current OpenCore-EFI kext folder. You can create your own with USBMap. -
DisplayPort on Thunderbolt 3 Dock ⚠️ SSDT-TB3.aml, IOElectrify.kext More details
Thunderbolt 3 Dock (Port Replicator) SSDT-TB3.aml, IOElectrify.kext -
Thunderbolt 3 Hotplug ⚠️ SSDT-TB3.aml, IOElectrify.kext More details
ThinkPad TB3 Dock (40AC) Ethernet AppleRTL815XComposite109.kext, AppleRTL815XEthernet109.kext Item page
CalDigit TS3 Plus Dock Item page
HiDPI (Optional) xzhih/one-key-hidpi Scaling issues post-sleep fixed with AAPL, ig-platform BAAnWQ==
Battery life Drops 10% per hour for light programming tasks
NVMe Drive Battery Management NVMeFix.kext
FileVault, Time Machine Note that TimeMachine only backups your Macintosh partition. Please manually backup your EFI partition using another method.
Hibernation DISABLED With the developement of acidanthera/HibernationFixup and OpenCore, hibernation may be fixed in the future.