Dyno Posted October 2, 2006 Share Posted October 2, 2006 Whenever I boot up my OS 10.4.7 i get the error. The System extension "/system/library/extensions/appleVIAA.kext" was installed improperly and cannot be used. Please try reinstalling it or contact the products vendor for an update. how would i fix this without reinstalling the OS. Thank Link to comment https://www.insanelymac.com/forum/topic/29134-error-when-booting-up/ Share on other sites More sharing options...
Rammjet Posted October 2, 2006 Share Posted October 2, 2006 Go into Terminal and type: cd /System/Library/Extensions sudo find AppleVIAATA.kext -type d -exec /bin/chmod 0755 {} \; sudo find AppleVIAATA.kext -type f -exec /bin/chmod 0644 {} \; Link to comment https://www.insanelymac.com/forum/topic/29134-error-when-booting-up/#findComment-199978 Share on other sites More sharing options...
SushiChef Posted October 3, 2006 Share Posted October 3, 2006 Worked like a charm Link to comment https://www.insanelymac.com/forum/topic/29134-error-when-booting-up/#findComment-200794 Share on other sites More sharing options...
Recommended Posts