Before you give this EFI a try, make sure you read this!
This repo includes an OpenCore EFI for the 8570W and 8770W with the 1080p TN display. DreamColor IPS displays are NOT supported!
NVIDIA: Quadro K1000M-K5000M / K1100M-K5100M (Check here)
AMD: FirePro M4000
Tested on:
Specs | 8770W (@HansHubertHass) | 8570W (@HansHubertHass) | 8570W (@Bautheile) |
---|---|---|---|
CPU | Intel Core i5-3360M | Intel Core i7-3740QM | Intel Core i7-3840QM |
GPU | AMD FirePro M4000 | Nvidia Quadro K1000M | Nvidia Quadro K1000M |
RAM | 8 GB 1600 MHz DDR3 | 8 GB 1600 MHz DDR3 | 32 GB 1600 MHz DDR3 |
Screen | 1080p TN-Panel | ||
WiFi | Intel Centrino Advanced-N 6200 | Azureware AW-CE123H (BCM94352HMB) | BCM943224HMS |
Bluetooth | HP BCM20702MD | ||
macOS | Monterey | Catalina | Big Sur |
- Audio
- Battery readout
- Boot
- Bluetooth
- Broadcom WiFi (incl. Handoff + AirDrop)
- Docking Station (USB + DVI-D)
- Ethernet
- ExpressCard
- GPU acceleration
- Keyboard + Trackpad (incl. Magic TrackPad 2 emulation)
- SD-Card (if disabling IEEE 1394)
- Firewire / IEEE 1394 (if disabling Flash media reader)
- Sleep
- TrackPoint
- Power Management
- (NVIDIA) Brightness Control
- (AMD) buggy Brightness Control
- DRM (Apple TV+ + Netflix & Prime, when using Safari)
- bottom trackpad buttons
- Docking Station Audio
- Fingerprint sensor
- One of the left USB 2.0 ports is broken due to a stupid implementation from HP (why did they map the internal bluetooth controller to the same port that an external device plugs into)
Go to the Releases page of this repo and download the latest release. Then, copy the EFI folder to your EFI partition... That's it.
There are two ways for installation:
-
If you have a working macOS install, download the Installer from the App Store and make a bootable Installer with
createinstallmedia
by using this command in Terminal:Big Sur:
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
Monterey:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
-
If you are using Windows, use macrecovery.py from the offical OpenCore release package. Follow this guide to understand how it works.
After you have created a bootable Installer, copy the EFI folder to the EFI partition and install as usual. After the installation, mount the EFI partition of the installed OS and copy the EFI folder to its partition.
Use GenSMBIOS (https://github.com/corpnewt/GenSMBIOS) to generate a serial for MacBookPro9,1 or 10,1
use PlistEdit Pro or any decent plist editor to manually enter the details in the following sections of the config (as shown in the video): (SystemSerialNumber, MLB, and UUID)
SMBIOS.mp4
You should also put in your ethernet adapter's MAC address into the ROM section.
If you have the stock HP BCM943224HMS or a card based on the BCM94352HMB wifi chip, they will work out of the box, no need to do anything here.
Intel WiFi users will need remove AirportBrcmFixup.kext, replace it with Airportitlwm and do an OC snapshot with ProperTree to get WiFi working. If you want the full macOS experience with AirDrop, Handoff and all of that, replace the Intel WiFi card with a supported Broadcom one.
Recommended WiFi cards: Azureware AW-CE123H, Dell DW1550
Some countries have different 5GHz bands and may not be supported for some. You can specify other country codes like: US, DE, #a, etc by going into:
EFI/OC/config.plist > DeviceProperties > Add > PciRoot(0x0)/Pci(0x1C,0x3)/Pci(0x0,0x0)
and rename/uncomment:#brcmfx-country
tobrcmfx-country
and set the desired value (#a is the preset value, replace with the country code that you need)
Some cards however have their country code hardcoded to the module in which the setting causes macOS to either no longer boot or your wifi to stop working and you're pretty much out of luck at that point.
System Configuration Menu
Boot Options
-
SecureBoot: Disabled
-
Boot Mode: UEFI
Device Configurations
-
SATA Device Mode: AHCI
-
Wake on USB: Disabled
-
Virtualization Technology: Enabled
-
Virtualization Technology for Directed I/O: Disabled
-
TXT Technology: Disabled
-
Intel HT Technology: Enabled
Built-in Device Options
-
LAN/WLAN Switching: Disabled
-
Fingerprint Device: Disabled
Port Options
-
Serial Port: Disabled
-
Parallel Port: Disabled
-
Flash media reader: Enabled
-
1394 Port: Disabled
-
Smart Card: Disabled
For those using an NVIDIA GPU wanting to run Monterey:
-
Navigate to
Kernel > Misc > Security
and changeSecureBootModel
fromEnabled
toDisabled
-
Nagivate to
NVRAM > 7C436110-AB2A-4BBB-A880-FE41995C9F82
and changecsr-active-config
from00000000
to02080000
After installing Monterey, you need to install the Post-Install Volume Patch using OpenCore Legacy Patcher to patch the NVIDIA graphics kexts back to Monterey. Keep in mind that you'll lose System Integrity Protection and the ability to apply Delta OTA updates for doing this. The patch needs to be reapplied after every macOS update.
AMD users won't need to do any of the steps above, as Monterey natively supports all GCN based AMD GPUs.
Thanks to:
- me (for wasting my time writing this, providing fixes and creating this EFI)
- acidanthera (for making an awesome bootloader)
- Rehabman (for fixing keyboard issues and providing patches for 8x70)
- TECHNIKVERBOT (for the idea to do this because there were no downloads outside of China :P)
- HansHubertHass and Bautheile (for being our testers)
- Krutav (Dell vBIOS injection through OpenCore on the ROMless HP FirePro M4000)