Jump to content
21 posts in this topic

Recommended Posts

I got 2 hard drives. PATA and SATA. OK. I installed OSX to my PATA-drive. Everything works...My SATA-drive was in the desktop. Then I rebooted, and i logged in to osx. It says AppleVIAATA.kext error, and my SATA-drive was disappeared...What's wrong. What can I do?

 

(Sorry for my English...)

 

(SATA-support is included in my install-DVD)

Your AppleVIAATA.kext has a permissions error. Once you fix it, things should go back to working.

 

Go into Terminal (in Utilities folder) and type:

 

cd /System/Library/Extensions
sudo find AppleVIAATA.kext -type d -exec /bin/chmod 0755 {} \;
sudo find AppleVIAATA.kext -type f -exec /bin/chmod 0644 {} \;
cd /System/Library
rm -rf Extensions.mkext
rm -rf Extensions.kextcache
reboot

I had the same problem and then edited the AppleVIAATA.kext info.plist file following some directions on this fourm and then my partition would not boot correctly anymore unless i booted with -x and -v. So don't try editing the kext beacuse according to the topic it boots one in three times correctly.

Well I have nForce4 working now on myz 10.4.6 but any other one i update to or install doesn't have support for it. I am going to experiment with taking the kext file from 10.4.6 and updating and using it in the updated installation so my sata will work because vista rc1 is on sata and that is my 2nd main OS

I think it's weird, that when i log in to OSX, there is no SATA-drive in the desktop, but when i go to Disk Utility (it crashes and i ''force exit'' it) then my SATA-drive appears to desktop...

I think we can find solution for this...

 

And, Gio, I'm using Jas 10.4.6. What do you think, should I switch to Myz so I can get nforce sata working?

×
×
  • Create New...