Thread: USB problem
View Single Post
 
Old 09-25-2008, 08:47 PM
colataroc colataroc is offline
Cheetah
 
Join Date: Sep 2008
Location: Rimini, Italy
Posts: 3
Quote:
Originally Posted by nfoav8or View Post
What kind of problem is OS X saying it is having? if it is simply that the permissions are incorrect then you can boot up via "-s" and perform the following:

/sbin/mount -uw /
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -R Extensions.mkext
kextcache -a i386 -e
reboot


this will simply repair the permissions and rekext your Extensions folder for the follow-on boot.

If the problem is not the permissions, let us know...
i've tried to do that but when :/root appears it also appears error: fireware unable to determinate security mode etc.. and it'a impossible to write anything....

what can i do?

EDIT: i've boot in single user mode with -x -s and i've modified the permissions now i can use my mouse and my keyboard! THANKS YOU VERY MUCH

Last edited by colataroc; 09-26-2008 at 01:23 PM.
Reply With Quote