Setup for a MacMini 8,1 with OpenCore v057
Catalina version 10.15.4
- Jump to Explain ACPI
- Jump to Explain BOOT
- Jump to Explain DEVICES
- Jump to Explain Kernel And Kext Patches
- Jump to Explain SSDT USB
macOS Mojave version 10.15.4
- Format USB (minimum 8 GB)
diskutil eraseDisk JHFS+ USB /dev/disk#
The above command was required for a USB drive which did not have an EFI partition, not created with the GUID partition scheme. The option to create the GUID partition scheme was not in the Mojave Disk Utility GUI.
- Create a macOS USB installer
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/USB
- Install OpenCore to USB installer
- Copy EFI folder to the EFI partition
Using OpenCore version 057
Under Drivers (Recommanded / FileSystem / Memory Fix / Additional) choose:
- ApfsDriverLoader.efi - This allows OpenCore to see and boot from APFS volumes by loading apfs.efi from ApfsContainer located on block device
- HFSPlus.efi - Apple official driver for HFS Plus
- OpenRuntime.efi - Required
- OpenCanopy.efi - Optional
Kext | Usage |
---|---|
AppleALC.kext | Audio |
VirtualSMC.kext | Required |
FakePCIID.kext | Enhanced compatibility |
FakePCIID_Intel_HDMI_Audio.kext | Enhanced compatibility |
SMCProcessor.kext | Metrics |
SMCSuperIO.kext | Metrics |
IntelMausi.kext | Ethernet |
Lilu.kext | Audio + Graphics |
WhateverGreen | Graphics |