I've figured the method of macOS can't initialize drives that were mounted via caddy bay

Because of macOS's problematic SATA issues, I've found the patch to these problems, by copying this to your config.plist, under the Block/Patch section, save then restart, your laptop hack should now initializes all internal drives that are presented in the laptop itself:

<?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">

<array>

<dict> <key>Arch</key> <string>Any</string> <key>Base</key> <string></string> <key>Comment</key> <string>Enables hot plug for removal drives</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data> QGACAA== </data> <key>Identifier</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data> </data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>Replace</key> <data> AAAAAA== </data> <key>ReplaceMask</key> <data> </data> <key>Skip</key> <integer>0</integer> </dict> 

</array>

</plist>

submitted by /u/KhanhDoan9983
[link] [comments]