Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Lgcolddrink

macrumors newbie
Original poster
Feb 12, 2009
3
0
Last night after I shut my MBP, I went to re-open it a few minutes later to find the computer to do nothing. If I try a hard restart with the power button it sounds like it is going to boot but nothing happens. The only real indication I have that it is even on at all is the light on the lid latch is on but not pulsating. When the lid is up the light is very faint and when the lid is closed the light is bright. I have tried most of the things i saw on the apple support site with no luck. Any help would be appreciated. Thanks in advance.

-Lg
 
Is the HD spinning? hold your ear to the right palm rest and press the power button.
I assume you have already tried resetting the PMU (power management unit) with the key combo from Apple support.
 
I don't believe the hard drive is spinning. I also did try the resets through apple.
 
Sounds like there may be a problem with the computer getting power.
I know its a default response around here, but you should call applecare, they will get you fixed up.
Sorry I can't be more help
 
No worries. I called them and they ran me through the same steps I already went through off of the apple support page. they told me to take into an Apple store and get it checked out.

Thanks for the help. :)
 
I have been having the same problem. Just started happening about a week ago. Spoke with Apple and as well no luck. They also told me that I would have to go to an Apple store.

I have found that it takes about 5 to 10 minute to boot (most of the time booting there is nothing but a blue screen). But once up and running it works great, just like normal.

Once I close the lid it seems as though it gets stuck in sleep mode. The sleep light is a constant dim light, not the usual pulsating light. And when I open the lid there is nothing but a black screen and a dim lit light.

Mine was purchased late 2008 when they had the special for the recondition MBP just before they released the new Mac Books.
 
I had this problem recently, The screen lit up but stays blank... Can't do anything and doesn't respond to any keys. I had to power down it by pressing power button for few seconds.
 
Check if your MacBook Pro boots up normally when plugged into an external monitor (if possible). If it does, then it seems your MBP isn't properly coming out of sleep mode.

I had this problem recently with my previous MBP, and they decided to send it in to replace the logic board (motherboard) and the LVDS cable.
 
This is taken from this site: http://www.windley.com/archives/2007/10/fixing_macbook_pro_sleep_problems.shtml
I had the same problem and stumbled across this, it definitely solved it.
Fixing MacBook Pro Sleep Problems

One of the things I loved about my Powerbook was that it slept—and woke—reliably. I would go weeks without rebooting my machine and I bragged about it often to the poor saps who had to use XP on their laptops. I haven’t been singing the praises of OS X stability as loudly lately because ever since I went to the Mac Book Pro (MBP), my machine has had issues with sleeping and waking to the point that it probably got rebooted once a day.
Well, no more! I tried something a few weeks ago that has made my MBP into a machine I can love again. Here’s what I did.
When Apple shipped the MBP, they changed how sleep works. What? Mess with perfection? Yup, that’s what they did, although they had a reason (I’m not saying it’s a good one). The old Powerbooks could tolerate a battery switch when they were asleep without losing state. The MBPs can’t. If you put your MBP to sleep, switch batteries, and then wake it, you’ll note you’ve see a whited-out screen and a progress bar at the bottom. The machine is waking from hibernation. If you pop a battery out of a sleeping MBP, it automatically hibernates.
In order support this automatic hibernation, the machine has to write the contents of RAM to disk every time it goes to sleep. This is called “SafeSleep” by Apple. I call it “SureDeath.” That’s why putting a MBP to sleep takes to long. For whatever reason, that process seemed to be causing problems for me. Maybe because I’ve frequently got almost 4Gb of RAM in use with virtual machines, and so on. Often my machine would refuse to sleep or never wake up once it got there.
Here’s the good news: Apple left the old mode in the OS and you can activate it if you want. You can also switch back to SafeSleep anytime you like. According to this MacWorld article, OS X supports five different sleep modes:
0 - Old style sleep mode, with RAM powered on while sleeping, safe sleep disabled, and super-fast wake.
1 - Hibernation mode, with RAM contents written to disk, system totally shut down while “sleeping,” and slower wake up, due to reading the contents of RAM off the hard drive.
3 - The default mode on machines introduced since about fall 2005. RAM is powered on while sleeping, but RAM contents are also written to disk before sleeping. In the event of total power loss, the system enters hibernation mode automatically.
5 - This is the same as mode 1, but it’s for those using secure virtual memory (in System Preferences -> Security).
7 - This is the same as mode 3, but it’s for those using secure virtual memory.
From Macworld: Mac OS X Hints: Set newer portable Macs’ sleep mode
Referenced Wed Oct 17 2007 09:58:31 GMT-0600 (MDT)
The first step is to check which mode you’re in now. Use this command from the terminal:
pmset -g | grep hibernatemode
Make a note of which mode it is (probably 3) so that you can return to it if you want.
Now, set your MBP to use mode 0:
sudo pmset -a hibernatemode 0
That’s it. I rebooted. Not sure it that’s necessary, but what the heck.
Now, you may be wondering…if my MBP was writing memory out to disk, is that stored somewhere, taking up precious disk space? Yes! Here’s how to recover it:
sudo rm /var/vm/sleepimage
My sleep image was 4Gb since that’s how much memory I have. Nice to have it back.
Now, a word of warning: if you change to sleep mode 0 on a MBP, you lose the ability to do a battery swap without plugging the machine in. I only do that occasionally, so I’m happy to forego the feature if my machine works more reliably every day.
As I said, I made this change two weeks ago and my machine has been as stable as my old Powerbook every since. I’m happy to have solved one of the annoyances of my computing life. As always…YMMV.
Update: Bryan Morse made me aware of this Tidbits article that contains a script you can run as a cron job that will put you in hibernate mode when your battery gets low. Some people have reported that occasionally OS X will switch the mode back to 3 so you have to check to make sure you’re still in 0 (and delete the sleepimage file). This script does that as well.
 
This is taken from this site: http://www.windley.com/archives/2007/10/fixing_macbook_pro_sleep_problems.shtml
I had the same problem and stumbled across this, it definitely solved it.

So has anyone done this? I started to, but got this ominous warning from terminal:

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.
 
So has anyone done this? I started to, but got this ominous warning from terminal:

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

I have, it's perfectly safe. That warning is just to tell you that in the event your computer lost power in sleep mode, you would lose the immediate data stored in the RAM.
 
I had a few sleep issues with my unibody MBP; not going to sleep, not shutting down or starting up again after sleep. Turns out OSX had got its permissions in a twist; one whiz over with Disk Utility and hey presto.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.