Once you have created all your SSDTs, the final step is to add them to OpenCore.
The 2 main locations:
- EFI/OC/ACPI (Only .aml files, reminder to compile your SSDTs)
- config.plist -> ACPI -> Add
You can save yourself some work with the config.plist by running Cmd/Ctrl+R in ProperTree. Reminder do not add your DSDT.aml to your EFI
If you don't have a config.plist yet, please go back to the OpenCore guide for your hardware and create one.
Users of FixHPET
will also need to merge oc_patches.plist into their config.plist
To achieve this, follow the steps below:
- Open both files.
- Remove the
ACPI -> Patch
section from the config.plist file. - Copy the
ACPI -> Patch
section from the patches.plist file. - Paste it into the location where the old patches were in the config.plist file.