Skip to content

MasonGao/XPS-9360

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPS-9360

EFI and Tools for macOS on Dell XPS 9360 i5-8250U

Installation

-Use etcher and dmg to install MacOS

Usage

  • Boot with DVMT.efi in /CLOVER/tools, use command setup_var to modify some UEFI Variables

  • After installation, use XPS9360.sh with option --patch-hda in folder Other to inject AppleHDA

  • Run /other/HIDPI/run.command to open HIDPI or use:

     sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi-zh.sh)"
    
  • Change your Serial Number, Custom UUIDby Clover Configurator

Hints

  • If you fail to boot, change platform-id to 0x12345678.

  • Don't set the parameters in config.plist if you don't understand it.

  • Rebuild cache use kext utility or commands:

#!/bin/sh
sudo chmod -Rf 755 /S*/L*/E*
sudo chown -Rf 0:0 /S*/L*/E*
sudo chmod -Rf 755 /L*/E*
sudo chown -Rf 0:0 /L*/E*
sudo rm -Rf /S*/L*/PrelinkedKernels/*
sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches/*
sudo touch -f /S*/L*/E*
sudo touch -f /L*/E*
sudo kextcache -Boot -U /

Credits