Jump to content
2 posts in this topic

Recommended Posts

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 by aleatorio
Link to comment
https://www.insanelymac.com/forum/topic/333917-hack-dont-read-external-hd/
Share on other sites

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>

 

 

"

  • Thanks 1
×
×
  • Create New...