
02-21-2008, 08:58 AM
|
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.
|