
12-05-2008, 04:10 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
you need to include "&&" in between them... when in single user mode you don't need to include sudo
boot with "-s" and use:
Code:
/sbin/mount -uw /
cd /System/Library/
chmod -R 755 Extensions/ && chown -R root:wheel Extensions/
rm -Rf Extensions.mkext
restart
now it will load all the extensions at boot since it doesn't have a .mkext file to use (don't worry, it will recreate it).
|