/OpenCore-DELL-OptiPlex-5060-MFF

OpenCore configuration for running macOS on OptiPlex 5060 MFF

Primary LanguageASLGNU General Public License v3.0GPL-3.0

Hackintosh on DELL OptiPlex 5060 MFF via OpenCore

About this mac

macOS Supported: 12.3+

This is light configuration to run macOS smoothly. With Chime sound at boot. 🔉

Hardware configuration

Component Model
CPU Intel Core i5 8500T & UHD630
Motherboard IPCF-BS/EK
RAM 2×8GB HyperX Impact 2666MHz (HX426S15IB2/16)
Audio Chipset ALC-3234
Ethernet Intel I219-V
WiFi & Bluetooth Apple BCM94360CS2 802.11ac WLAN + Bluetooth 4.0
OS Disk (NVMe) INLAND Premium 256GB PCIe3.0 x4

Before you start make sure you have

  • Working hardware
  • BIOS version <=1.25.0
  • Actual OpenCore =0.9.4
  • Populated PlatformInfo > Generic section in config.plist, can be easyly done with macserial tool from OpenCore utilities.

Installation

BIOS Settings

  • [Restore Settings] → BIOS Defaults → [OK]
  • Secure Boot → Secure Boot Mode → Audit Mode [Check]
  • Power Management → DeepSleep Control → Disable [Check]

IMPORTANT HIDDEN BIOS SETTINGS

In OC menu you can notice two options to launch setup_var.efi that allows to set hidden BIOS options. Such as CFG-Lock and DVMT Pre-Allocated. Here is extracted section for BIOS 1.25.0 (identical with 1.18.0).

⚠️ Attention: Anyway you must know the correct address for options that you want to change. Address of the option can change within different versions of BIOS for the same hardware otherwise you can corrupt your BIOS. ⚠️

RAW values
# CFG Lock = Disable
setup_var 0x5BE 0x0

# DVMT Pre-Allocated = 64MB
setup_var 0x8DC 0x2

What's behind the scenes

You must download all not bundled kexts and drivers from repositories by yourself. HfsPlus.efi driver and resources for Chime sound & OC GUI at boot.

Kexts

EFI drivers

  • VirtualSMC.efi - only needed if you use File Vault 2 or authrestart.

Chnagelog

8/11/2023
  • OC v0.9.6
13/09/2023
  • OC v0.9.5
23/08/2023
  • OC v0.9.4
20/06/2023
  • OC v0.9.3 update
20/06/2022
  • OC v0.8.1 update
01/06/2022
  • The initial push to GitHub