Jump to content

Deleting a kext in single user made OS X 10.4 10.5


navskin
 Share

1 post in this topic

Recommended Posts

Boot your computer with the boot flags as

 

-V -S

 

The when the command promt in the bottom right on the page has loaded type this command to mount the as drive read and write.

 

1. fsck –y

 

2. mount -uw /

 

then once you have mounted your drive enter the flowwing commands in the promt.

 

1. cd /System/Library/Extensions

 

2. kextload NAME OF KEXT.kext

 

3. you should get conformation of load

 

4. unloadkext NAME OF KEXT.kext

 

5. rm –rf NAME OF KEXT.kext

 

 

then reboot and your kext will be deleted and then boot your system with this commands to rebulid the kext cache.

 

-V –F

 

Than done you system should boot without the kext that broke it deleted.

 

I made this guide just by googleing things so i just made it simple for the noobs.

i know what it was like to be a noob i hated it. :(

Link to comment
Share on other sites

 Share

×
×
  • Create New...