Disclaimer 1: Hackintoshing is against Apple EULA for macOS. This repository is only here for educational purposes. Try this at your own risk only if you want to and you know what you are doing.
Disclaimer 2: Hackintoshing is not an exact science. Consequently, there are chances that this tutorial does not work, even on the exact same laptop. YOU are reponsible of your hardware and what you do with it. I am not responsible if you brick your machine or anything.
Download an image of macOS Big Sur. This image worked perfectly fine for me.
Flash this image to your USB drive (16 GB +) using Etcher.
Download and unzip GenSMBIOS, gibMacOS and ProperTree. You will additionnaly need to install Python (3.8 +) on your computer (add Python to PATH when it is prompted during installation).
Download and unzip this repository.
Run ProperTree and open EFI/OC/config.plist
from this repository with it.
Run GenSMBIOS. Select “Generate SMBIOS” and type “MacBookPro14,1”. Enter the given values in the PlatformInfo
part of the config.plist
file opened in ProperTree, like in the following image:
Source: dortania.github.io
Open MakeInstall
from gibMacOS (as an administrator) and find the number of your USB drive. Assuming that 1
is the number of your USB drive, type “1U”.
Mount the EFI partition of your USB drive (on Windows, assign this partition a letter using the partition manager or a program such as AOMEI Partition Assistant (the standard version is enough)).
Save the config.plist
file in ProperTree and copy the EFI
folder (the folder itself, not its content) to the root of the EFI partition you just mounted.
Shutdown your Lenovo PC, open the BIOS, and:
- select
UMA Only
forGraphic Device
; - set
Intel Virtual Technology
andIntel(R) Hyper-Threading Technology
toDisabled
; - in
Storage
, setController Mode
toAHCI mode
; - set
Intel SGX
andSecure Boot
toDisabled
.
Follow the normal process of a macOS installation (you will have to format your disk to the “Mac OS extended (journaled)” format using Disk Utility). The boot option name you will have to select will change (“Install macOS Big Sur” ➔ “Macintosh HD” ➔ the name of the partition you chose to install macOS on)
And it is done!