Jump to content
3 posts in this topic

Recommended Posts

This is an interesting problem I hope the experts here can solve.

 

I needed to move some data from my MacOSX HD to my ubuntu linux partition yesterday so I changed permissions on my HD inside OSX by right clicking the HD and selecting "read and Write" permisiions for everyone.

 

Rebooted into ubuntu and copied the files.

 

Then tried to boot back into OSX and it would not boot. I repaired permissions using the OSX install DVD and tried to boot again. It booted this time but when I got to my desktop, a message popped up and said that some kexts were installed improperly and couldn't be used. They were my graphics kexts, my "Sata fix (new) kext and my R1000 ethernet kext.

 

Ok, what just happened and how do I fix it??

Link to comment
https://www.insanelymac.com/forum/topic/187277-ipc-1056amd/
Share on other sites

Try repairing permissions with OSX86Tools. Or use terminal:

sudo -s
chmod -R 755 /System/Library/Extensions
chown -R root:wheel /System/Library/Extensions
rm -Rf /System/Library/Extensions.mkext

Restart with -f -v on boot.

Link to comment
https://www.insanelymac.com/forum/topic/187277-ipc-1056amd/#findComment-1270842
Share on other sites

×
×
  • Create New...