Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
T400 won't hibernate (win 7)
T400 won't hibernate (win 7)
Hi Folks,
A couple months ago, my T400 stopped being able to hibernate. Now, when I try to hibernate, the screen goes blanks, the hard drive cranks for 10-15 seconds, and I get the login screen again (with all my programs still running, etc). It's as if I locked my screen.
I was messing around with services and stuff when this first happened (turning things off I didn't think I needed), but I'm not sure that's what caused the problem. I have since restored my services to their default states, but the problem persists. I have tried disabling and re-enabling hibernation, and deleting the hiberfil.sys file, all to no avail. There are no logs in the event viewer which indicate anything wrong relating to hibernation. The problem persists with clean booting (i.e. no startup programs, only microsoft services). Sleeping works just fine. No restore point is available from prior to when the problem started.
Anyone else have this problem? Any ideas on what I might do?
Thanks,
Allie
Win 7 Pro x64
T400 2764-CTO
Discrete Graphics
6 GB RAM
500 GB HDD
fully updated
A couple months ago, my T400 stopped being able to hibernate. Now, when I try to hibernate, the screen goes blanks, the hard drive cranks for 10-15 seconds, and I get the login screen again (with all my programs still running, etc). It's as if I locked my screen.
I was messing around with services and stuff when this first happened (turning things off I didn't think I needed), but I'm not sure that's what caused the problem. I have since restored my services to their default states, but the problem persists. I have tried disabling and re-enabling hibernation, and deleting the hiberfil.sys file, all to no avail. There are no logs in the event viewer which indicate anything wrong relating to hibernation. The problem persists with clean booting (i.e. no startup programs, only microsoft services). Sleeping works just fine. No restore point is available from prior to when the problem started.
Anyone else have this problem? Any ideas on what I might do?
Thanks,
Allie
Win 7 Pro x64
T400 2764-CTO
Discrete Graphics
6 GB RAM
500 GB HDD
fully updated
-
mpcook
- ThinkPadder

- Posts: 1294
- Joined: Tue May 25, 2004 6:58 pm
- Location: Cincinnati, OH USA
- Contact:
Re: T400 won't hibernate (win 7)
I have what I think is a similar problem. I have discovered what I think is a solution to my problem, maybe it's related to yours. I cannot hibernate or sleep on a random basis since installing Win 7, more often than not I would have a problem. I have tried uninstalling Access Connections and other fixes I found around with Google, even shutting off wireless with the physical switch on the front of my X60s before trying to hibernate. Every thing I tried seemed to work, but then didn't. I finally discovered what was keeping me from hibernating. I have a mapped drive which sits on my router in a seagate freeagent dockstar network adapter. If the drive is available, I have no problem hibernating. If the network connection to the mapped drive is unavailable (which happens occasionally for unrelated reasons) then I cannot hibernate. Once I get mapped properly again, I am good to go. I suggest you check to see if there are any network resource that Windows is trying to connect or disconnect from/to. If it cannot, it may result in a hang while trying to sleep or hibernate. This has resolved my frustration in trying to troubleshoot this problem.
Mike
Mike
Current: X230 i5, T420s, DellVenue11, DellXPS8930, X1 Yoga 3GEN, X1 Yoga 6GEN
Past: IBM5150-8088 500 600E 600X T20 T21 5xT23 X30 3xX31 X32 T40 T42 3xT43 T43p SL510 T60p X60T X60s T61 2xT400 T410si T400s T500-3.06GHz X200 X201 X220i5 3xX220i7 2xT420s 2xW520
Past: IBM5150-8088 500 600E 600X T20 T21 5xT23 X30 3xX31 X32 T40 T42 3xT43 T43p SL510 T60p X60T X60s T61 2xT400 T410si T400s T500-3.06GHz X200 X201 X220i5 3xX220i7 2xT420s 2xW520
-
Colonel O'Neill
- ThinkPadder

- Posts: 1375
- Joined: Tue Oct 27, 2009 8:03 am
- Location: Vancouver
Re: T400 won't hibernate (win 7)
Try looking through the network adapter's "Wake on Link" settings; maybe some network activity is causing the machine to wake back up as soon as it goes to hibernate. Likewise, look in the BIOS for wake on battery operation settings. I once had my ancient desktop restart immediately after shutting down, which was due to improper wake on ______ settings (can't remember exactly what).
W530, W520, X61T, X200s, W550s, E590, T430
Re: T400 won't hibernate (win 7)
@colonel: thanks for the reply. All network adapters have their wake functions disabled, and wake timers are disabled in the power plan.
@mpcook: nice thought. i don't have any mapped drives. i do have a printer, which i've tried removing, but no joy.
any other ideas? this is killing me.
thanks,
allie
@mpcook: nice thought. i don't have any mapped drives. i do have a printer, which i've tried removing, but no joy.
any other ideas? this is killing me.
thanks,
allie
Re: T400 won't hibernate (win 7)
You could try to run system file checker -
http://www.sevenforums.com/tutorials/15 ... ecker.html
http://www.sevenforums.com/tutorials/15 ... ecker.html
Re: T400 won't hibernate (win 7)
already ran sfc, should have mentioned that...
but JOY TO THE WORLD! I ran some random stuff I found about a similar problem in Vista, and, BANG! It works. Holy crap.
See http://social.technet.microsoft.com/for ... 53166adcc/ for the full ref, but in a nutshell:
First I ran disk partition to assign a drive letter to win 7's hidden partition, then I ran the following (thanks to darrell gorter):
1. Run CMD.EXE as administrator
2. Run the following command: bcdedit -enum all
Look for "Resume from Hibernate" in the output from the command above(example below):
Resume from Hibernate
---------------------
identifier {3d8d3081-33ac-11dc-9a41-806e6f6e6963}
device partition=C:
path \Windows\system32\winresume.exe
description Windows Vista (TM) Enterprise (recovered)
inherit {resumeloadersettings}
filedevice partition=C:
filepath \hiberfil.sys
pae Yes
debugoptionenabled No
3. Once you have found it, copy the value for identifier (in this example - {3d8d3081-33ac-11dc-9a41-806e6f6e6963})
4. Run the following command: bcdedit /deletevalue {3d8d3081-33ac-11dc-9a41-806e6f6e6963} inherit
5. Test hibernation
I have NO IDEA what BCD stores are. I can't believe this worked.
but JOY TO THE WORLD! I ran some random stuff I found about a similar problem in Vista, and, BANG! It works. Holy crap.
See http://social.technet.microsoft.com/for ... 53166adcc/ for the full ref, but in a nutshell:
First I ran disk partition to assign a drive letter to win 7's hidden partition, then I ran the following (thanks to darrell gorter):
1. Run CMD.EXE as administrator
2. Run the following command: bcdedit -enum all
Look for "Resume from Hibernate" in the output from the command above(example below):
Resume from Hibernate
---------------------
identifier {3d8d3081-33ac-11dc-9a41-806e6f6e6963}
device partition=C:
path \Windows\system32\winresume.exe
description Windows Vista (TM) Enterprise (recovered)
inherit {resumeloadersettings}
filedevice partition=C:
filepath \hiberfil.sys
pae Yes
debugoptionenabled No
3. Once you have found it, copy the value for identifier (in this example - {3d8d3081-33ac-11dc-9a41-806e6f6e6963})
4. Run the following command: bcdedit /deletevalue {3d8d3081-33ac-11dc-9a41-806e6f6e6963} inherit
5. Test hibernation
I have NO IDEA what BCD stores are. I can't believe this worked.
Re: T400 won't hibernate (win 7)
Aargh! Wait!
Turns out the BCDedit stuff *wasn't* the fix! The fix is assigning a drive letter to my hidden partition! This ties in with some other problems I've been having, I think: my machine is having trouble assigning drive letters to some USB devices (http://www.sevenforums.com/crashes-debu ... post878813), and when I hit F8 on startup, I don't get the safe boot menu (i just get a key stuck error).
So: any ideas now? Seems like windows is having trouble accessing certain volumes, or something like that? argh!
Turns out the BCDedit stuff *wasn't* the fix! The fix is assigning a drive letter to my hidden partition! This ties in with some other problems I've been having, I think: my machine is having trouble assigning drive letters to some USB devices (http://www.sevenforums.com/crashes-debu ... post878813), and when I hit F8 on startup, I don't get the safe boot menu (i just get a key stuck error).
So: any ideas now? Seems like windows is having trouble accessing certain volumes, or something like that? argh!
Re: T400 won't hibernate (win 7)
I have a similar issue on my x201, hibernating doesn't start sometimes after sleep when on battery, sometimes it "windows error recovery"s on restart (and i think can poweroff at random too). Not sure what the direct cause of all that is, but I have found disabling wake timers in the bios prevents the notebook from waking up from sleep in order to hibernate.
Re: T400 won't hibernate (win 7)
@6502: if assigning a drive letter to your hidden partition doesn't completely fix your problem, then our problems are quite different. I've *never* had any problems with sleep, and my hibernation behavior is *not* erratic. It *never* works, unless I assign a drive letter to the hidden parititon, in which case it *always* works. Disabling timers, etc, has nothing to do with my problem, unfortunately.
-
mpcook
- ThinkPadder

- Posts: 1294
- Joined: Tue May 25, 2004 6:58 pm
- Location: Cincinnati, OH USA
- Contact:
Re: T400 won't hibernate (win 7)
As it turns out, I am still searching for a solution. The problem seems to go away for a while, then it returns. I suspect it is related to power settings, but I am still trying to solve!mpcook wrote:I have what I think is a similar problem. I have discovered what I think is a solution to my problem, maybe it's related to yours. I cannot hibernate or sleep on a random basis since installing Win 7, more often than not I would have a problem.....
Mike
Current: X230 i5, T420s, DellVenue11, DellXPS8930, X1 Yoga 3GEN, X1 Yoga 6GEN
Past: IBM5150-8088 500 600E 600X T20 T21 5xT23 X30 3xX31 X32 T40 T42 3xT43 T43p SL510 T60p X60T X60s T61 2xT400 T410si T400s T500-3.06GHz X200 X201 X220i5 3xX220i7 2xT420s 2xW520
Past: IBM5150-8088 500 600E 600X T20 T21 5xT23 X30 3xX31 X32 T40 T42 3xT43 T43p SL510 T60p X60T X60s T61 2xT400 T410si T400s T500-3.06GHz X200 X201 X220i5 3xX220i7 2xT420s 2xW520
Re: T400 won't hibernate (win 7)
@mpcook: I'm quite sure that our problems are not the same. I have no problem sleeping. My issues stem from something having to do with recognizing the hidden partition. When I move my BCD store to the C drive, my problems go away. Of course, that's not a good solution as bitlocker requires the BCD Store to be on the hidden partition.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 8 Replies
- 15564 Views
-
Last post by Loci
Fri Oct 31, 2025 3:02 pm
-
-
Display brightness issue with Win 10 on W520
by jdwis » Tue Nov 04, 2025 2:22 pm » in ThinkPad W500/W510/W520 and W700/W701 Series - 4 Replies
- 17177 Views
-
Last post by jdwis
Thu Nov 13, 2025 8:05 am
-
-
-
WTB: ThinkPad with 32GB RAM, and 512GB SSD, Win 11 Pro
by Oswego » Mon Feb 16, 2026 1:53 am » in Marketplace - Forum Members only - 3 Replies
- 3346 Views
-
Last post by 28CarsLater
Thu Feb 26, 2026 2:01 pm
-
-
-
T480 won't boot - power button just flashes.
by kae2020 » Fri Dec 05, 2025 11:20 am » in ThinkPad T430-T495 / T530-T590 Series - 2 Replies
- 11796 Views
-
Last post by kae2020
Sun Dec 07, 2025 2:03 pm
-
Who is online
Users browsing this forum: No registered users and 30 guests





