Last active
August 29, 2015 14:02
-
-
Save dumbfingers/e7e3993d2e1fb2ce0ce7 to your computer and use it in GitHub Desktop.
Disable the 3rd party TRIM support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable TRIM support for 3rd party SSD on your Mac's boot disk will result into "Still waiting for root device" error while booting up. | |
To solve this problem, simply head to recovery and go into Terminal, input: | |
rm -rf /Volumes/<10.10 Partition>/System/Library/Extensions/IOAHCIFamily.kext | |
cp -r /System/Library/Extensions/IOAHCIFamily.kext /Volumes/<10.10 Partition>/System/Library/Extensions/IOAHCIFamily.kext | |
touch /Volumes/<10.10 Partition>/System/Library/Extensions | |
kextcache -u /Volumes/<10.10 Partition> | |
Thanks for: http://www.cindori.org/forums/topic/heads-up-osx-10-10-beta-no-go/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment