
Originally Posted by
vudothienan_1810
How do you do that ? My mouse doesn't work anymore, IDK why but the keyboard still work
PowerOff the machine by pressing the COMBO keys below...
Apple Keyboard...
Code:
CTRL + OPTION + COMMAND + F12
PC Keyboard...
Code:
CTRL + WINDOWS + ALT + F12
PowerOn the machine again and use the flag -s to boot the system...
When you reach the "root#" prompt, run the commands below...
Code:
fsck -fy
mount -uw /
chown -R root:wheel /Extra/Extensions/*
chmod -R 755 /Extra/Extensions/*
chown -R root:wheel /System/Library/Extensions/*
chmod -R 755 /System/Library/Extensions/*
kextcache -v 3 -a i386 -a x86_64 -m /Extra/Extensions.mkext -z /Extra/Extensions/
kextcache -v 3 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext -z /System/Library/Extensions/
reboot
Boot normally and see what happens...