Skip to content

Instantly share code, notes, and snippets.

@dumbfingers
Last active August 29, 2015 14:02
Show Gist options
  • Save dumbfingers/e7e3993d2e1fb2ce0ce7 to your computer and use it in GitHub Desktop.
Save dumbfingers/e7e3993d2e1fb2ce0ce7 to your computer and use it in GitHub Desktop.
Disable the 3rd party TRIM support
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