Jump to content
7 posts in this topic

Recommended Posts

when i boot in safe mode using -s

I have to delete ati kext from /System/Library/Extensions , because it seems that my ati card is not supported,,,

I m logged as a root

but when i trry to delete it shows me read only

So WHAT TO DO TO DELETE THESE FILES ?????????????????????

 

1) Make sure you are root by sudo bash

2) rm -R <name>.kext

 

Alternatively, access your filesystem from Linux and delete it from there

http://forum.osx86project.org/index.php?sh...t=0entry22574

It didn t work using sudo bash

I didn t understand how to access to this system by linux

If someone could help me ....

type in Linux:

su

mkdir /tmp/osx86

mount -t hfsplus /dev/hda1 /tmp/osx86 (change /dev/hda1 with YOUR osx86 partition)

cd /tmp/osx86

ls (you should see osx86)

 

delete the kext in Linux:

cd /tmp/osx86/System/Library/Extensions

rm -r -f ATI* (edit: don't forget the *)

Edited by DrJägermeister

first of all don't delete them, just move them to Extensions.disabled folder, done.

 

#sudo mv /System/Library/Extenstions/ATI*.kext /System/Library/Extensions.disabled

 

second I read everyone saying to do this...I did this and it hasn't changed a thing because the system will not load these kexts anyway. Has anyone ever got them to load because I think if you have ATI the driver is loaded as generic hardware. Am I wrong or is there working support for ATI video and audio. I have Radeon 9000 IGP and I tried editing ATIRadeon8500 with no avail.

Edited by devDelay
×
×
  • Create New...