Home

Awesome

Dell Precision 5510 4K High Sierra Installation

This repository is based on wmchris' high sierra repo for XPS15 9550.

You may refer to darkhandz's Chinese tutorial for calculating slider values.

Directory Info

Installation Pitfalls

The Current Status:

Working:

Not Working:

Things that are not listed here have not been tested.

Fix for 4K:

This has already been achieved by using CoreDisplayFixup.kext and Lilu.kext (both included in the repo).

  1. boot the installer with an invalid ig-platform-id in Clover, e.g. 0x12345678
  2. after the system is installed, disable SIP if necessary
  3. apply the pixel clock patch below
sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\xC0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/CoreDisplay.framework/Versions/Current/CoreDisplay
sudo codesign -f -s - /System/Library/Frameworks/CoreDisplay.framework/Versions/Current/CoreDisplay
  1. reboot with a valid ig-platform-id in Clover, e.g. 0x191b0000

Issues <a name="issues"></a>

  1. [Rare] Random fs_get_inode_with_hint errors on reboot.
    • I've had this happened to me several times. I have no idea when and why this happens, but when it does, the fix is to replace apfs.efi in CLOVER with the one in the system. You may find your own apfs.efi in /usr/standalone/i386.    * It's best if you could have a bootable (and of course working) macOS installation on an external disk in case things like these happen. I personally created such one with Carbon Copy Cloner.