DELL Precision T5810 OpenCore 0.9.1. Support macOS Big Sur/Monterey/Ventura.
OpenCore loader (0.9.1) for DELL workstations T5810 (reported to also work on T7810). Support macOS Big Sur to Ventura (13.4 tested).
Adding ResetTSCAdjust.efi driver to perform TSC Reset during booting, required to solve the kernel panic during Monterey/Ventura booting.
Supported Hardware
- Precision T5810 (BIOS A33)
- CPUs: E5-1600/2600 V3 & V4 Xeons (Hanswell/Broadwell)
- Required BIOS Settings: SATA Operation -> AHCI, Secure Boot Enable -> Disabled, VT for Direct I/O -> Disabled.
- [TIP]: If you had a working setup, but suddenly encounter OC/macOS booting issue, e.g. after a CPU change, toogle the BIOS setting [Memory Map I/O ABove 4G] could fix the problem. Either [YES] or [NO] would work. This would force the BIOS to re-initialize for the new hardware.
Installation:
- Generate new serials unique for your system
- Choose correct CPU Emulation. Modify config.plist->Root->Kernel->Emulate->Cpuid1Data
- For V3 Xeon's: C3060300 00000000 00000000 00000000 (<- current setting)
- For V4 Xeon's: D4060300 00000000 00000000 00000000
What Works:
- Everything, except Sleep/Wake (loss of USB funciton after waking from sleep. Should be disabled for now).
EFI Folder
-
OpenCore 0.9.1
-
SYMBIOS: iMacPro1,1
-
ACPI folder:
- SSDT-EC.aml - Fix Embedded Controller, via OC Guide
- SSDT-HPET.aml - Fix HPET/IRQ conflict. Created with SDDTTimes, via OC Guide
- SSDT-PLUG.aml - Enable CPU power management, via OC Guide
- SDT-UNC.aml - Disable unused Uncore Bridges, via OC Guide
- SSDT-RTC0-RANGE.aml - Fix RTC range, via OC Guide
- SSDT-USBX.aml - Fix USB BUS Power properties, via OC Guide.
- SSDT-SBUS-MCHC.aml - SBUS/MCHC fix, via OC Guide
-
Kexts folder:
- Lilu.kext
- WhateverGreen.kext
- VirtualSMC.kext
- AppleALC.kext - On-board Audio (Layout ID 11)
- CpuTscSync.kext - CPU TSC sync (fix TSC out of sync from wake/sleep)
- IntelMausi.kext - Intel LAN port driver
- USBMap.kext - Custom USB port maps for T5810
- NVMeFix.kext - NvMe SSD on PCI-E adapter
- CtlnaAHCIPort.kext - additinal SATA ports support
- X99_InjectorUSB3.kext - USB3 ports injector
-
Driver folder:
- ResetTSCAdjust.efi - Reset TSC sync at OC boot (required for Monterey/Ventura. DELL BIOS failed to do this.)
Credits:
- This EFI was optimized from two earlier builds by OreyM (GitHub link) and NOTNICE (Github link).
- ResetTSCAdjust.efi tool by denskop (Github link). This little tool allowed CPU TSC sync to be performed before macOS launch (DELL BIOS failed to do this). Without this, Monterey/Ventura booting would encounter kernel panic due to "non-monotonic time" error.