
Originally Posted by
kali2000
Muy name OS X partition is Macintosh too. Then use exactly the same or not
Below the right commands for your partition name...
Code:
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelGMA*
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelHD3000*
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelHDGraphics*
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelSNBGraphicsFB.kext
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelIntegratedFramebuffer.kext
rm -rf /Volumes/Macintosh/System/Library/Extensions/AppleIntelSNBVA.bundle
rm -rf /Volumes/Macintosh/System/Library/Extensions/ATI*
rm -rf /Volumes/Macintosh/System/Library/Extensions/GeForce*
rm -rf /Volumes/Macintosh/System/Library/Extensions/NVDANV*
chown -R root:wheel /Volumes/Macintosh/System/Library/Extensions/*
chmod -R 755 /Volumes/Macintosh/System/Library/Extensions/*
Don't forget to use TAB key to complete the path and prevent typing errors...