XPS15-9560 Hackintosh Clover Config.
- Add branch of OpenCore
For more details, please visit changelog.md
- Update
VoodoI2C
to2.4.2
- Update
Clover
to 5114;
macOS 10.15.4
works properly in current configuration.
- CPU:Intel I7 7700HQ
- RAM:16G(8G*2) 2400MHz DDR4
- HardDisk:Toshiba NVMe 512G
- WIFI:Dell Wireless 1830 (Also named as DW1830)
- Screen:4K(touch)
- Fingerprint sensor
- Discrete graphic card, since macOS doesn't support Optimus technolog
- SD Card Reader
- Intel Bluetooth only works after warm restart from Windows
- Stock Wi-Fi Card Killer Wireless 1535
- Everything else works well
Please refer to the detailed installation tutorial Xiaomi Mi Notebook Pro High Sierra 10.13.6 or video tutorial Xiaomi NoteBook PRO HACKINTOSH INSTALLATION GUIDE !!!.
If the tracpad doesn't work during installation, please plug a wired mouse or a wireless mouse projector before the installation. After the installation completes, open Terminal.app
and type sudo kextcache -i /
. Wait for the process ending and restart the device. Enjoy your trackpad!
- Don't turn on
FileValue Encryption
!!!
If you are using a 1080P screen, please notice:
- (not must)Use xzhih/one-key-hidpi to enable HiDPI;
- Use
Clover Configurator
to editCLOVER\Config.plist
, and delete all values inBoot Graphics
, or useOther Text Editor (Such as NotePad)
and delete the part as after shows:<key>BootGraphics</key> <dict> <key>EFILoginHiDPI</key> <integer>2</integer> <key>UIScale</key> <integer>2</integer> <key>flagstate</key> <integer>1</integer> </dict>
- Use
Clover Configurator
to editCLOVER\Config.plist
, and change theTheme
part toOutlines1080
inGUI
part,or useOther Text Editor (Such as NotePad)
to replaceOutlines4K
toOutlines1080
(orUniverse
If you want to use the old one);
If you are not using i7-7700HQ,please notice:
- (Must)Please Insure you have already boot in your macOS normally;
- (Must)Delete
CLOVER\Kexts\Other\CPUFriendDataProvider.kext
; - (Must)Use stevezhengshiqi/one-key-cpufriend to generate a new
CPUFriendDataProvider.kext
and place it inCLOVER\Kexts\Other
;
open Terminal.app
and exec
$ defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
then reboot.
set Post-install/HoRNDIS.kext
to CLOVER/kexts/Other
sudo mount -uw /
Rebuild kextcache after each macOS minor update, you can create a file named rebuilt.command
containing the command sudo kextcache -i /
. When an update is finished, you can directly run this file and input your password to rebuild kextcache. This can repair some minor issues such as Brightness Control Failure
or USB-C Device cannot work properly
.
- Disable Power Nap,
System Preferences
->Energy Saver
disable allPower Nap
options, and disableWake for Wi-Fi network access
option. - dissble Wake for Bluetooth,
System Preferences
->Bluetooth
->Advanced
disable all options. - For DW1830 users, in order to imporve its performance and stability in Windows, please hit
Win+X+M
to openDevice Manager
, find the column Network Adapter and findDell Wireless 1830 802.11ac
and double click it, in theAdvanced
tab, findBluetooth Cooperation
and set it toDisable
.
Apple、RehabMan、Acidanthera、PMheart、alexandred、wmchris、darkhandz、gunslinger23、goodwin、blackosxBadruzeus and so on.