How would we know that now?
No, it does not.
(And TRIM Enabler will cause boot failure, so uh--don't run it yet).
Can confirm. Running restore just now after a install.
Here's how to fix it without full restore:
http://www.cindori.org/forums/topic/heads-up-osx-10-10-beta-no-go/
Would be nice if I could boot in recovery mode ....
Here's how to fix it without full restore:
http://www.cindori.org/forums/topic/heads-up-osx-10-10-beta-no-go/
Hi, developer of Trim Enabler here.
Working to get around this, I have every intention of supporting Yosemite for Trim Enabler.
Hi, developer of Trim Enabler here.
Status of Trim in Yosemite:
- Yosemite still limits Trim to Apple only SSD, like other OSX
- Trim Enabler runs fine and seems to add Trim support just like before
- Kernel extensions that have been modified are no longer loaded by OSX, so you will get a boot failure after enabling Trim
Working to get around this, I have every intention of supporting Yosemite for Trim Enabler.
Update: Trim Enabler works in OSX Yosemite!
But it seems that for Developer Preview, you have to add a boot argument.
Full guide to enabling Trim in Yosemite here:
http://www.cindori.org/enabling-trim-on-os-x-yosemite/
Run these commands, replacing YourDisk with the name of your Mac disk
rm -rf "/Volumes/YourDisk/System/Library/Extensions/IOAHCIFamily.kext"
cp -r "/System/Library/Extensions/IOAHCIFamily.kext" "/Volumes/YourDisk/System/Library/Extensions/IOAHCIFamily.kext"
touch "/Volumes/YourDisk/System/Library/Extensions"
kextcache -u "/Volumes/YourDisk
There's a known bug that when TRIM is enabled, the Mac will fail on the next reboot... so be careful...
Mine also died, had to Cmd+R and go into Terminal to do the fix:
Code:Run these commands, replacing YourDisk with the name of your Mac disk rm -rf "/Volumes/YourDisk/System/Library/Extensions/IOAHCIFamily.kext" cp -r "/System/Library/Extensions/IOAHCIFamily.kext" "/Volumes/YourDisk/System/Library/Extensions/IOAHCIFamily.kext" touch "/Volumes/YourDisk/System/Library/Extensions" kextcache -u "/Volumes/YourDisk
There's a known bug that when TRIM is enabled, the Mac will fail on the next reboot... so be careful...
It is not really a bug, apple decided to not load unsigned kexts which leads to this mess.
Did you try the fix?
~ Cheers