Thank you, thank you, thank you!! I've been trying to reinstall Sierra on my Hackintosh for months but finally succeeded by using this link. I can't believe it. I'll delete the Chopintosh install in a few days after finalizing this install.
MaLd0n i created my hackintosh but at pci device not show up all device, can help me to makae DSDT
My hackintosh specification:
ASUS Z270 MAXIMUS IX CODE BIOS 1301
Core i5 7600K overclock 4.8Ghz
Memory 16GB
AMD RADEON RX 560
Use pci card broadcom wifi & bluetooth
DSDT and clover compile RunMe.app
I resolved the problem. Just set this coding in your config.plist:
"
<key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>USB 10.13.4+ by PMHeart</string> <key>Disabled</key> <false/> <key>Find</key> <data> g32UDw+DlwQAAA== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.13.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g32UD5CQkJCQkA== </data> </dict> </array>
"