Home

Awesome

Hackintosh on Dell Precision 3240 Compact PC (OpenCore) Comet-lake

What works

Installation

Bios Settings

Tested with BIOS version 1.16.0

Update the following settings in BIOS with RU.exe or bios-extraction-guide (Dell)

UEFI VariableOffsetValueComment
SaSetup0xF50x2DVMT: 64M
CpuSetup0x3E0x0CFG Lock: OFF

Update the following settings in BIOS:

ItemValue
System Configuration
Memory Map IO above 4GBEnabled
Security
TPM 2.0 SecurityDisabled
Secure Boot
Secure Boot EnableDisabled
Intel Software Guard Extensions
Intel SGX EnableDisabled
Performance
Intel SpeedStepEnabled
C-States ControlEnabled
Cache PrefetchHardware Prefetched - Enabled
Adjacent Cache Prefetcher - Enabled
Intel Turbo BoostEnabled
HyperThread ControlEnabled
Enable Intel Speed Shift TechnologyEnabled
Power Management
Deep Sleep ControlEnabled in S4 and S5
USB Wake SupportDisabled
Virtualization
VirtualizationEnabled
VT for Direct I/OEnabled

Post Install

Power management Settings

Disable hibernation, act like a real mac

sudo pmset standby 0
sudo pmset autopoweroff 0 
sudo pmset proximitywake 0
sudo pmset powernap 0 
sudo pmset tcpkeepalive 0
sudo pmset womp 0
sudo pmset hibernatemode 0

Delete the sleepimage file and block MacOS from creating it again.

sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Changelog

2023-01-10

2022-12-11

2022-11-15

2022-09-14

2022-09-02

2022-07-05

2022-06-12

2022-06-08

2021-12-07

2021-11-22

2021-09-25

Credits