Before you give this EFI a try, make sure you read this!
This repo includes an OpenCore EFI for 8570W.
GPU | Display | Supported? |
---|---|---|
NVIDIA | TN-Panel | Yes |
NVIDIA | DreamColor | No internal display, only external |
AMD | DreamColor | Yes |
Bold: confirmed working
Italic: not confirmed
Tested on:
Specs | Laptop 1 (@HansHubertHass) | Laptop 2 (@Bautheile) |
---|---|---|
CPU | Intel Core i7-3720QM | Intel Core i7-3840QM |
GPU | Nvidia Quadro K1000M | |
RAM | 16 GB 1600 MHz DDR3 | 32 GB 1600 MHz DDR3 |
Screen | 1080p TN-Panel | |
WiFi & Bluetooth | Azureware AW-CE123H (BCM94352HMB) | BCM943224HMS |
OS | macOS 10.15.7 Catalina | |
BIOS | F.31 | F.61 |
- Boot
- GPU acceleration
- Ethernet
- Keyboard + Trackpad (incl. Magic TrackPad 2 emulation)
- WiFi (incl. Handoff + AirDrop)
- Audio
- Docking Station (USB + DVI-D)
- ExpressCard
- Battery readout
- Power Management
- (For NVIDIA) Since the 8570W does not have an iGPU and this laptop only has a K1000M, there is no brightness control.
- SD-Card
- Trackpad won't show up in the macOS settings page when there's no battery readout
- TrackPoint
- Docking Station Audio
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 you can install Catalina:
-
Have a working install of macOS, download the Installer from the App Store, then make a bootable Installer with createinstallmedia by using this command in Terminal
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
-
If you are using Windows, use macrecovery.py from the offical OpenCore release package.
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.
If you have the original Intel Centrino Wireless-N 6205 card: You need remove the broadcom kexts and replace them with Airportitlwm and IntelBluetoothFirmware to get both WiFi and Bluetooth working. But for the full macOS experience with AirDrop, Handoff and all of that, replace the Intel WiFi card.
Use GenSMBIOS (https://github.com/corpnewt/GenSMBIOS) to generate a serial for MacBookPro9,1.
Use PlistEdit Pro or any plist editor to manually enter the details in the config where it says "YOUR OWN STUFF HERE" (as shown in photo) (SystemSerialNumber, MLB, and UUID)
You should also add your ethernet adapter's MAC address in the ROM section.
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)