Jump to content
12 posts in this topic

Recommended Posts

I have succesfully intalled 10.4.4 but i needed to copy the IONetworkingfamily.kext to get my network card to work(3c905c) so i copied the kext over replaced it and then entered these commands in order

rm /system/library/extensions.kextcache

rm /system/library/extensions.mkext

chmod -R 755 /system/library/extensions

chown -R root:wheel /system/library/extensions

kextcache -k /system/library/extensions

 

and then wehn i reboot after that i get the screen in my picture.

 

so im wondering what am i doing wrong

post-7060-1147657756_thumb.jpg

Did you try to recreate the symbolic link, i.e. before removing the mkext and cache with the 'rm' command, type:

cd /System/Library/Extensions/

then :

ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext

and then flush the cache and reboot.

 

edav.

i tried that in this order

cd /system......

ln -s .......

rm /system/library/extensions.kextcache

rm /system/library/extensions.mkext

chmod -R 755 /system/library/extensions

chown -R root:wheel /system/library/extensions

kextcache -k /system/library/extensions

 

and it still fails to boot i end up at the same screen

Hi Joe912,

 

Your kernel crashes during boot but I'm surprised that a simple IONetworkingFamily.kext hack did cause that... ;)

 

If you're able to replace the hacked file by the original kext file, then do it. If not and unless somebody here can give you a step-by-step process to repair what causes you kernel panic, then I would recommend to reinstall the whole stuff...

 

In the screenshot you did, we cannot see the first messages at the top of the screen : what are they?

 

edav.

×
×
  • Create New...