Create Your First Laptop Hackintosh

Catalina 15.5 hackintosh

Update 5/3/2021 – Installed Big Sur 11.3 and everything works perfectly with macBook Pro 13,2. Clover 5130 config  , OpenCore 0.6.6 config ,  if you have the exact same model. ,  Create your first Laptop Hackintosh means installing macOS Catalina 15.5 on your Windows Laptop. It’s not hard but not easy, the best thing is

DW1820A on HP EliteBook 820 G3 Catalina 15.5

dw1820a module

I decided to try the less expensive BT 4.1 and Wifi combo dw1820a for my Elitebook 820 G3 hackintosh instead of the more expensive dw1560 M2. Before we tape all the pins recommended by other people, download Windows drivers and install them first to see if they work, if they work then chances are the

How To Fix Low Backlight Level with BacklightFixup.kext

Catalina Display Backlight Control Panel

Clover boot loader seems NOT to handle Lilu.kext, WhateverGreen.kext and SSDT-PNLF.aml well when it comes to setting the backlight level on Hackintosh while OpenCore boot loader sets the maximum brightness every time. In the case of low backlight with Clover, we can use and its SSDT-PNLF.aml to set the brightness to maximum.

Install Python3 On macOS Catalina

python versions on Mac

The best way to install Python3 on macOS is to use brew.sh. Install brew and just type brew install python To check python version – macOS Catalina has python 2.7.5 built in – what we need is python3 from brew.sh. python python3