aleatorio Posted April 25, 2018 Share Posted April 25, 2018 (edited) Good evening to all. So, I have an external 1TB seagate HD and it always reads normally, but now when I plug it into my HACK it just does not read, it does not even appear on the disk utility. The light always turns blue from the HD without blinking. However I plugged it into windows, on a macbook and it worked normally. I already formatted my hack but it did not work. Thank you in advance for the help and sorry my bad english my kexts: AppleALC.kext FakeSMC.kext IntelGraphicsFixup.kext IntelMausiEthernet.kext Lilu.kext WhateverGreen.kext VoodooHDA.kext USBInjectAll.kext NvidiaGraphicsFixup.kext GTX 1080 Windforce core i5 7º generation 8gb Ram H170M Plus BR Edited April 25, 2018 by aleatorio Link to comment Share on other sites More sharing options...
aleatorio Posted April 25, 2018 Author Share Posted April 25, 2018 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> " 1 Link to comment Share on other sites More sharing options...
Recommended Posts