Jump to content
10 posts in this topic

Recommended Posts

Hey everyone... first off thanks to jAs and to everyone else who contributed to the install disk......

also I have a slight problem on deleting a kext file.

 

Could someone tell me how I would go about deleting a kext?

I need to delete the nvidia kext

*I think*

Here is a screenshot so someone who knows how to delete them will know where it is located and can give me the command to do so.

post-33378-1172529398_thumb.jpg

 

please and thank you.

Link to comment
https://www.insanelymac.com/forum/topic/43666-deleting-a-kext/
Share on other sites

In single user mode, you have to do this:

 

CODE
sudo -s	 <----- To make sure you are root (just in case)
cd /System/Library
rm -rf Extensions.mkext
rm -rf Extensions.kextcache
cd Extensions
kextload [kextname]	 <----- To make sure the kext is found
rm -rf [kextname(s), separated by spaces if multiple]
reboot

I don't see how installing mac again is a big deal....as long as you have backed up. It only takes like 15 minutes to do so (reinstall). Good luck :)
I wish it was 15 minutes to install. Takes alot longer on my hacintosh. Last install I did from the JaS 10.4.8 PPF1 DVD was well over 1/2 hour. DVD access very slow during install. But of course it flies when installed.

My install took about 20 minutes... but I only selected the intel patch and not all the other stuff... that slows it down a lot.

my last resort is to download the 10.4.6 it is so big.

Here is a screen shot... Is there another kext I should delete?

I deleted it and the same error comes up :)post-33378-1172617117_thumb.jpg

Edited by srs2388

Guess I really need to look at the image. :D

 

Does OS X boot up or hang at the screen below? If it boots up and seems to work normally then I personally wouldn't worry about it. The NVDANV10Hal.kext does belong to the GeForce video (very old if my thoughts are correct.) If you have a 6xxx(?) or a 7xxx then it uses NVDANV40. You could try to delete this kext so the error won't appear.

sudo rm -R /System/Library/Extensions/NVDANV10Hal.kext
sudo rm /System/Library/Extensions.kextcache
sudo rm /System/Library/Extensions.mkext

Then reboot.

×
×
  • Create New...