Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Remove Power Delete too' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remove Power Delete too
Authored by: Paul Burney on Jun 05, '02 09:25:48AM

It appears that all the old kernel extensions are incompatible with this version of 10.1. I got the kernel panic on reboot because of Power Delete. As with the others, the solution is to:

cd /Library/StartupItems

sudo rm -rf PowerDelete

If you have already restarted and are having panics, you can either boot into OS 9 or from a boot CD to remove the file and then boot back into OS X

OR

boot into single user mode (Apple - S at startup), follow the instructions to check and mount the disk, and enter these commands:

cd /Library/StartupItems

rm -rf PowerDelete

Hope that helps.



[ Reply to This | # ]