This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
Working EFI-install_USB config
·
32 commits
to master
since this release
Bare minimal OpenCore config to run the MacOS Catalina installer. (tested with 001-12336 - 10.15.5 macOS Catalina
)
File structure:
EFI
├── BOOT
│ └── BOOTx64.efi
└── OC
├── ACPI
│ └── SSDT-AWAC.aml [1]
├── Drivers
│ ├── HFSPlus.efi
│ ├── OpenCanopy.efi
│ └── OpenRuntime.efi
├── Kexts
│ ├── Lilu.kext
│ ├── VirtualSMC.kext
│ └── WhateverGreen.kext
├── OpenCore.efi
└── config.plist
- [1] macOS does yet not support AWAC, so we have to force enable RTC (Whiskey Lake); see documentation of OC-little / 03-二进制更名与预置变量/补丁库 / SSDT-AWAC.dsl for more info