EFI and Tools for macOS on Dell XPS 9360 i5-8250U
-Use etcher and dmg to install MacOS
-
Boot with
DVMT.efi
in/CLOVER/tools
, use commandsetup_var
to modify some UEFI Variables -
After installation, use
XPS9360.sh
with option--patch-hda
in folderOther
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 UUID
by Clover Configurator
-
If you fail to boot, change
platform-id
to0x12345678
. -
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 /