Home

Awesome

Hackintosh configuration for Lenovo ThinkPad E580

Tested on 20KS003AXS model with macOS Big Sur (11.1)

IMPORTANT

This repo migrated to OpenCore bootloader. You still can find the last Clover files in 'EFI-Clover' folder. Be aware that Big Sur+OpenCore combination may require some/significant time for initial setup. I experienced number of annoying issues that lead to few re-installs and admin permissions recovery. Also make sure to replace PlatformInfo parameters with your own unique values:

Generic -> MLB
Generic -> ROM
Generic -> SystemSerialNumber
Generic -> SystemUUID

BIOS Settings

Not Supported Hardware

Wi-Fi Adapter

While it is possible to make the stock Wi-Fi card (Intel AC3165) work now, it is still adviced to replace it with a better card that is supported. I've replaced mine with Broadcom BCM94352Z, so this repo contains kexts for it.

Known Issues

Optional configuration

Possible fixes

Disable Hibernation

Run following commands:

sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0