We can become in root or run any commands with sudo (in this case, we option to become in root)
First, backup the .kext for BlockStorage
iguanas-MacBook:~ root# cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage.original
Run the following perl script in the IOAHCIBlockStorage
iguanas-MacBook:~ root# perl -pi -e 's|(^\x00{1,20})[^\x00]{9}(\x00{1,20}\x54)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage
Through kextcache reload the Extensions.
iguanas-MacBook:~ root# kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
To force the reload, touch the Extensions folder with:
iguanas-MacBook:~ root# touch /System/Library/Extensions/