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
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: 2 x W520 ET, 3 x X220 i7, T420, X230 i5, T420s, MacbookPro, Dell Venue 11 Pro
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 X220i7 2xT420s
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 X220i7 2xT420s
-
Colonel O'Neill
- ThinkPadder

- Posts: 1359
- 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).
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen & MB168B+
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
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.
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: 2 x W520 ET, 3 x X220 i7, T420, X230 i5, T420s, MacbookPro, Dell Venue 11 Pro
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 X220i7 2xT420s
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 X220i7 2xT420s
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
-
-
T400 - Ultrabay Battery won't work
by timtakpad » Mon Jan 30, 2017 6:20 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 9 Replies
- 1662 Views
-
Last post by TonyJZX
Fri Apr 07, 2017 1:39 am
-
-
- 10 Replies
- 3654 Views
-
Last post by kfzhu1229
Sun Jan 01, 2017 8:22 pm
-
-
How can I find out if I can run Win10 or Win 7 on this T60?
by Muse » Sat Jan 07, 2017 10:29 am » in ThinkPad T6x Series - 15 Replies
- 2227 Views
-
Last post by sebileis2017
Thu Mar 09, 2017 11:24 am
-
-
-
P70 - need (34mm) ExpressCard reader (board) 'Device description' & 'Hardware ID' in Win 10 Pro 64-bit OS
by Frankenstien » Thu Feb 02, 2017 9:35 pm » in Windows 10 - 0 Replies
- 600 Views
-
Last post by Frankenstien
Thu Feb 02, 2017 9:35 pm
-
Who is online
Users browsing this forum: No registered users and 5 guests





