The typical configuration for a successful XPS 9370 Hackintosh includes: : Intel Core i7-8550U or i5-8250U (Kaby Lake R).
bootloader over the older Clover method for better stability and security. xps 13 9370 hackintosh free
: CPU/GPU acceleration, power management, native audio (with AppleALC), and 4K video output. The typical configuration for a successful XPS 9370
Once everything works, open your Config.plist and remove -v from boot-args. You now have a silent, beautiful boot screen that looks exactly like a real MacBook Pro. native audio (with AppleALC)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DeviceProperties</key> <dict> <key>PciRoot(0x1)/Pci(0x1C,0x1)/Pci(0x00)</key> <dict> <key>disable-external-gpu</key> <true/> </dict> </dict> <key>Kernel</key> <dict> <key>Arguments</key> <string>-v -x -f npci=0x2000</string> </dict> <key>Misc</key> <dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v -x -f npci=0x2000</string> </dict> </dict> </dict> </plist>