Thread: Nvidia 7300GS
View Single Post
 
Old 02-21-2008, 08:58 AM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
That error is because you did not repair permisions on the files. Open terminal
Code:
sudo -s
##enter password
chown -R root:wheel /system/library/extensions/*
chmod -R 755 /system/library/extensions/*
Then reboot with -f in the bootloader.
Reply With Quote