Jump to content

Remove kext on HD using USB stick installer terminal?


Recommended Posts

Posted

I was having a boot issue on HD(still waiting for root device error) not on the HD from usb stick. I installed the IOACPIntel kext to address the problem. Now it gives me a kernel panic every time i boot the HD and the HD using usb stick.

I tried the single user mode (-s ) but still gives me the kernel panic.

I tried the very common command such as -s -x -f -v cpus=1 GraphicsEnabler=no

No luck still kernel panic. this is the Screen shot

2013_09_25_04_37_50.jpg


Is there a fix for this or do i have to reinstall the whole OS? i just want to delete the kext on my HD

Posted

hello


boot the installer


terminal

 

cd /Volumes/VOLUMEname/System/Library/Extensions
rm -rf name.kext

 

good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Posted
hello


boot the installer


terminal

 

cd /Volumes/VOLUMEname/System/Library/Extensions
rm -rf name.kext

 

good hack

 

Hello. It gives me read only.

2013_09_25_15_09_20.jpg

Posted
Hello.


Try it:

cd /Volumes/VOLUMEname/System/Library/Extensions
sudo rm -rf name.kext

 

Hi.

It says:

"sudo command not found"?

2013_09_25_16_58_42.jpg


should reinstall the osx? :D

Posted

Hello.

should reinstall the osx?

Isn't necessary.


Try:

cd /Volumes/VolumeName
rm -rf ./System/Library/Extensions/nameofkext.kext

If this doesn't work, try:

rm -rf /Volumes/VolumeName/System/Library/Extensions/nameofkext.kext

 

Good Luck!

Posted

hello


u can try also


boot


-s


and then


mount the volume

 

fsck -fy
mount -uw /

 

and then apply the commands


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...