
09-25-2008, 07:51 PM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
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...
EDIT: glad you caught that.... "-x -s" should have been what I wrote so you would boot in safe single user mode instead of simply single user mode. Thanks.
Last edited by nfoav8or; 09-26-2008 at 06:23 PM.
|