![]() |
Reinstall Kext from Backup folder in Single User Mode -s
Boot into Single User Mode by using the -s boot-flag 1. Allow for the modification of files by typing: Code:
/sbin/mount -uw / Code:
cd /System/Library Code:
cp -R /Backup/forcedeth.kext Extensions/forcedeth.kext Code:
chmod -R 755 Extensions/ Code:
chown -R root:wheel Extensions/ Code:
touch Extensions/ Code:
rm -Rf Extensions.mkext -v Verbose Mode displays useful information durring the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. |
Silly me. I did'nt know there was a 2nd page. Thanks for the effort, Lance. I figure that restoring back to where it was brings me back to the original problem. And not knowing that there was a 2nd page that is waiting for me to read and respond, I decided to install version 10.5.6. Well, I just did to night and the new version seems to work fine. Thanks a lot for your help. Your description of the script commands was a great help to me.
|
No problem :)
|