Home

Awesome

Dell XPS 9500 macOS Monterey

This is an OpenCore EFI that allows you to install and boot macOS Monterey on your Dell XPS 15 9500 (2020).

Thanks to @zachs78 and @thefiredragon for previous repos I built this from.

<b>OpenCore Version:</b> 0.7.4

<b>macOS Version:</b> Monterey 12.0.1


Functional Status

Function / HardwareStatus
iGPU UHD630 AccelerationWorking
CPU Power ManagementWorking - idles at 800MHz, boosts to max Turbo frequency
Laptop KeyboardWorking
Laptop TrackpadWorking
Laptop Headphones JackWorking
Built-in SpeakersWorking
Built-in MicWorking
Hotkeys for audioWorking
USB 3.xWorking
USB 2.0Working
Fingerprint SensorNot working
TouchscreenWorking
SD Card SlotNot Working
Screen brightnessWorking, hotkeys fn+S/fn+B to decrease/increase brightness
Built-in WifiWorking
Built-in BluetoothSemi-working, AirDrop is not currently working
Dell USB3.1 dockWorking
RTL8153 USB Ethernet on Dell dockWorking
Other peripherals on Dell dockWorking
Built-in webcamWorking
SleepDell BIOS bug (see below to block sleep)

BIOS Settings

Disable the following


Important

This EFI was created from scratch using Dortania's vanilla laptop guide with additional info from the Comet Lake setup https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/coffee-lake-plus.html#starting-point

You are strongly advised to read the guide fully before using the EFI in this repository. Do not use the EFI as is. You will need to learn how to replace the serial number with GenSMBios and disable cfg lock at the very least.


How to disable CFG Lock

This is specific to XPS 15 9500 only (along with its sibling models and previous gen).

Select the modGRUBShell option at startup (OpenCore boot selection page). At the grub prompt, enter the following commands (the first line unlocks CFG, the second line unlocks overclocking).

setup_var CpuSetup 0x3e 0x0
setup_var CpuSetup 0xda 0x0
exit

Restart your laptop and boot into the BIOS. Do a factory reset. Now your CFG lock will be disabled. You can confirm that by running the VerifyMSR2 option.

If you update your BIOS, you may need to do this again but so far Dell has been kind to us.


<a name="sleep"></a>S3 sleep issue with XPS 9500 and other "modern" laptops - credit to @zachs78

Thanks to Microsoft, we are losing the ability to really put our laptops / desktop to sleep. In their infinite wisdom, they decided that we need our laptops and desktops to be "instant on" because we need to receive notifications such as emails and phone calls (hey Satya, heard of a smartphone?)

Manufacturers such as Dell and Lenovo have very stupidly followed Microsoft's advise, by gradually removing S3 sleep mode, breaking compatibility with other OSes such as Linux and Mac OS.

The bigger issue here is that "modern standby" just does not work on Windows itself. The laptop never sleeps if you have background apps running - these days, they always receive notifications/messages. We'll need to close the apps to prevent this and if you do, you might as well shutdown. Care to address the white elephant, Satya (not blessed with high IQ but this is common sense, surely)? We close the lid because we don't want to be disturbed. If it's urgent, perhaps pick up the phone? ¯\_(ツ)_/¯

TL;DR Sleep is broken for Dell XPS 9500 on Windows too. We can still opt-in to use S3 on Windows but Dell has chosen not to implement (or very incompetent at implementing) a working version of S3 resume in their BIOS for XPS 9500. When you resume, you'll get the same behavior as Catalina - Dell logo that never goes away until you hard reset.

To avoid this behavior, we run the following command to block sleep from occurring in the first place.

sudo pmset -a disablesleep 1

If you do not mind losing sleep in Windows as well, an alternative method is to enable "Block Sleep" in the BIOS Setup.


Brightness hotkeys

fn+S and fn+B hotkeys are currently used to adjust brightness.


Undervolting

This EFI comes preinstalled with VoltageShift kext. To undervolt, visit https://github.com/zspherez/VoltageShift (skip the kext loading part).