Jump to content
2 posts in this topic

Recommended Posts

To remove the injecter boot to single user mode, first press F8 when asked and then type "-s" without quotes. When it loads up type without the quotes:

 

"/sbin/mount -uw /"

"rm -R /system/library/extensions/name_of_the_injecter.kext" (natit.kext or nvinject.kext in most cases)

 

 

Be carefull of where the spaces go, if I substitute spaces for _'s it looks like this:

 

"/sbin/mount_-uw_/"

"rm_-R_/system/library/extensions/name_of_the_injecter.kext" (natit.kext or nvinject.kext in most cases)

 

Put a space where the _'s go, DO NOT TYPE _'s.

×
×
  • Create New...