|
|
|
|
|
by suhailpatel
4225 days ago
|
|
My rMBP updated just fine to 10.10.1 but when I went to update my sister's MBP with a 840 SSD and Trim Enabled I ran into the grey forbidden screen and safe mode yielded the 'Waiting for root device' error. This can be fixed by going into recovery mode (Command+R) on boot and running the following commands: 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>
The update installed just fine after that, the commands disable TRIM and restore the original OSX kext which was replaced by TRIM EnablerCommands Source: http://www.cindori.org/forums/topic/heads-up-osx-10-10-beta-... |
|