August 31, 2009
fix for Acer laptops
Some acer laptops (5920 for example) freezes sometimes durring osx boot, before root partition mounted.
It seems to be caused by AppleUSBUHCI.kext
and here is how to fix it:
1) open this file /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/Info.plist (you need root rights to edit this file)
2) find this text there :
<key>OSBundleRequired</key>
<string>Root</string>
and replace it with
<key>OSBundleRequired</key>
<string>Safe Boot</string>
3) run this command to update caches
sudo touch /System/Library/Extensions/IOUSBFamily.kext /System/Library/Extensions
4) done
Comments(12)


