Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Only working in Safe Mode

For the past couple weeks, my I Mac G5 with 10.4.11 is only working properly in safe mode. I successfully erased the HD and reinstalled the system software. Still having same issue when not in safe mode. It starts up OK, but shortly after opening main screen, it locks up. Screen is still there and cursor moves around, but nothing is working. Force quit also does not work. As soon as I reboot into safe boot, works OK. Any help?? What do I do next?

I Mac G5, Mac OS X (10.4.11)

Posted on Nov 29, 2009 1:40 PM

Reply
18 replies

Apr 1, 2010 12:23 PM in response to drrogo

And another. At first I had a weird pixelated screen, then it would just get stuck on a blue screen. I did lots of pram resetting and every other thing I could think of. It would not start from the supplied techtool deluxe cd that came with the apple protection plan, but it did start from the install disk, so I archived and reinstalled, but that froze up near the end. I then ran the hardware checker (option key on reboot with cd 1 in) and that all checked out. I then restarted in safe mode and it asked for the second cd. Got through the whole process and now it is running and I'm going to backup everything before I see if it will start not in safe mode, but my hopes are not high.

What's up with this?

Apr 11, 2010 8:54 AM in response to mh718

Here's something to try. There are a number of kernel (system) extensions that are not loaded in Safe Mode. You can try removing them one at a time as mentioned in a comment above.

OR

you can boot into Safe Mode and then try adding them to see which ones are not good.
To do this, boot into Safe mode, open terminal and either type the following or create a bash shell script with the following commands:

for file in `ls /System/Library/Extensions/*.kext`
do
echo $file
sudo kextload /System/Library/Extensions/$file
done

A whole lot of messages will appear on the screen. Scroll back up the terminal window (or command-F to find the word "failed". Some of the extensions presumably failed. Then you know what part of te hardware is giving trouble. You can move these extension files out of /System/Library/Extensions and if lucky be abe to boot into normal mode--but your system won't be fully working until you get the hardware that those extensions use fixed.

In my case it is the ApplePMU extension. Sounds like the power management system is faulty.
Dan

Apr 11, 2010 12:41 PM in response to dschult

Mine starting doing it yesterday. I first noticed the problem under normal mode when nothing responded to the cursor, and when I tried restarting, it stuck on a solid blue screen. After reading about safe mode, I tried that, and it works, but even booting from an external disk requires safe mode, so I knew something with the hardware must be wrong.

I'd like to know if anyone comes up with a common solution.

Only working in Safe Mode

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.