Contribute
Register

Trim Enabler broken after 10.8.1 update.

Status
Not open for further replies.
Joined
Feb 21, 2012
Messages
25
Motherboard
Z68MA-D2H-B3 rev 1.3
CPU
Core i5-2500K
Graphics
eVGA Geforce 560 (vanilla)
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
  2. iOS
Trim enabler is busted now for me after this update. Anyone know of a fix?
 
Withdrawn. Fixed it with the following via terminal:
-sudo 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

-sudo perl -pi -e 's|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00{1,20})[^\x00]{9}(\x00{1,20}\x4d)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage

-sudo touch /System/Library/Extensions/

Source: https://gist.github.com/3449712
 
Status
Not open for further replies.
Back
Top