http://forum.osx86scene.com/viewtopic.php?f=16&t=229
sudo cp -R /Volumes/osxdisk/Users/user/Desktop/gma950.kext /Volumes/osxdisk/System/Library/Extensions/
sudo chmod -R 755 /Volumes/osxdisk/System/Library/Extensions/gma950.kext
sudo chown -R root:wheel /Volumes/osxdisk/System/Library/Extensions/gma950.kext
ls -lr /Volumes/osxdisk/System/Library/Extensions/
and make sure all the owners are root:wheel, and the permission is 755 which would look like rwx-r-x-r-x.
the -t switch gives a diagnostic output of any errors. sudo kextload -t /Volumes/osxdisk/System/Library/Extensions/gma950.kext
to rebuild your kext cache. sudo kextcache -k /system/library/extensions
Also, next time you reboot, be sure to boot with a "-f" from your darwin bootloader to ignore previously cached kexts and rebuild your kext caches.
sudo rm -rf /Volumes/osxdisk/System/Library/Extensions/gma950.kext
-- DetlevLengsfeld 2008-04-18 11:38:19
| /Befehle vom Commandprompt /EFI der Bootloader /Intel Video /Magie der Systemerweiterungen /Rescue the thing |
OSx86 Project/Magie der Systemerweiterungen (last modified 2008-11-04 06:59:55)