黑苹果EFI大全|免费分享各种黑苹果EFI资源
⭐️ Thank you guys for all the stars! ⭐️
CPU:
Compute (GPU):
This EFI is a revision of the previous Clover EFI that I posted. Given that OpenCore has a definitive and always-up-to-date installation guide (a much welcome change from Clover), you should read it in addition to using this EFI.
Component | Product |
---|---|
CPU | Intel Core i9 9900K |
MB | Gigabyte Designaire Z390 (rev 10) |
GPU | AMD Radeon VII 16 GB |
SSD | Samsung EVO 970 (NVMe – 1TB) |
BT/Wi-Fi | Fenvi T919 Bluetooth/Wi-Fi Card |
I can also confirm that this basically also works on my wife’s computer whose specs are below.
Component | Product |
---|---|
CPU | Intel Core i7 8700K |
MB | Asus ROG Maximus X Hero (Wi-Fi AC) Z370 |
GPU | AMD Radeon VII 16 GB |
SSD | Samsung 860 EVO SSD (1TB) |
BT/Wi-Fi | Fenvi T919 Bluetooth/Wi-Fi Card |
config.plist
The following fields have been replaced by [REPLACEME]
(for ease of Cmd+F):
config.plist
> PlatformInfo
SystemSerialNumber
SystemUUID
MLB
Follow these instructions to generate your own unique identifiers. The AppleCare step is optional.F9g
but any later version should workVisit the BIOS configuration page to ensure that your BIOS is configured properly.
Note: If you've recently updated your BIOS firmware, you will need to double-check these as some of them get reset after updating!
The primary changes that I remember making that differ from the fantastic OpenCore Desktop Guide for Coffee Lake are:
slide=0 alcid=7
USBPorts.kext
) that shuts off the MoBo’s built-in Wi-Fi card so that I can use the FenviHfsPlus.efi
driverRELEASE
and debugging is enabled. If you’re having issues, be sure to enable debugging as described in the OpenCore docs, and also grab the DEBUG
version of OpenCorePkg. For debugging help see the Troubleshooting section of this page.config.plist
against the corresponding version using this handy utility.config.plist
and the guide’s Gather Files section when picking drivers and kexts.config.plist
setup for info on how to enable logging.slide=1
to slide=0
USBPorts.kext
inside the config.plist
, but disabled it because it seems as though USBInjectAll.kext
does the trick19G73
=> 19G2021
works without issues.SmallTreeIntel82576.kext
for enabling the secondary Ethernet port as per issue #7ApfsDriverLoader.efi
because it was rolled into OC starting with 0.5.910.15.5
(and supplemental update).DEBUG
to RELEASE
:
DEBUG
versions to RELEASE
versions because I seem to have a stable system.config.plist
to no longer generate logs (log level now 0
).DEBUG
mode yourself by following this guide.