InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Undo/ unstall kext (http://infinitemac.com/showthread.php?t=2372)

Doerak 03-15-2009 04:46 PM

Undo/ unstall kext
 
He,
:o
For example :i installed AppleACPIPlatform.kext in extension folder. After reboot it gives a kernel panic.
How can i uninstall this kext and replace the backed- up kext. And not have to reinstall the OSX.
I've read: after reboot press f8.
There are -v -s -x

or

boot with -s, then type
Code:

mount -uw /
rm -R /system/library/extensions/AppleACPIPlatform.kext

Can you pleace give some advice on this, thanks.

Taisto 03-15-2009 05:00 PM

Yepp, just like that. Boot with -s, mount drive, remove kexts with rm, copy backep up kexts with cp command, repair permissions and ownership, and use reboot command. Should work again.

Doerak 03-15-2009 05:28 PM

Thanks, will give it a try.