Contribute
Register

Yosemite & TRIM (Clover)

Status
Not open for further replies.
All two values are correct!
Here is the third:
Code:
			<dict>
				<key>Comment</key>
				<string>TRIM Enabler</string>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Find</key>
				<data>[b][color=red]QVBQTEUgU1NEAFQ=[/color][/b]</data>
				<key>Replace</key>
				<data>AAAAAAAAAAAAAFQ=</data>
			</dict>
But judging from my experience I would not recommend using QVBQTEUgU1NEAA==
 
This is what i do to work , type in 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.bak

sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage

sudo touch /System/Library/Extensions


touch /System/Library/Extensions
kextcache -prelinked-kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache -K /System/Library/Kernels/kernel /System/Library/Extensions
 
This is what i do to work , type in 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.bak

sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage

sudo touch /System/Library/Extensions


touch /System/Library/Extensions
kextcache -prelinked-kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache -K /System/Library/Kernels/kernel /System/Library/Extensions
DON'T TRY THIS. It might have ruined my OSX. I am trying to get this fixed now :-X

How i fixed it is here:
http://www.tonymacx86.com/hp-probook-yosemite/147917-10-10-hangs-startup.html
 
This doesn't affect us as we have to use kext-dev-mode=1 anyways, which would solve the problem that the article is talking about on real macs.
 
Clover
<dict>
<key>Find</key>
<data>AEFQUExFIFNTRAA=</data>
</dict>

Confirming - works with 10.10.1. But must be added to .plist manually. Clover Configurator saved changed values.
 
Confirming - works with 10.10.1. But must be added to .plist manually. Clover Configurator saved changed values.


Worked for me too. Manually added to .plist
 
Status
Not open for further replies.
Back
Top