The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    New T420 crashes intermittently

    Discussion in 'Lenovo' started by therealkamino, Sep 4, 2011.

  1. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    Hi

    I recently purchased a T420 and it is crashing intermittently. Any help troubleshooting the problem would be appreciated. Here are the details:

    * 64bit Win 7 OS. i52520M, 8GB ram, 64GB Crucial M4 SSD, Intel HD 3000 graphics
    * computer freezes then reboots every hour or so, sometimes more, sometimes less
    * no BSOD and no crush dump files are created. Event Viewer logs a 'Critical' Event ID 41.
    * crashes occur both with and without the power adapter plugged in.
    * crashes occured on the original configuration out of the box (250GB hard drive, 2GB ram, pre installed Win 7 64bit) and also with the new configuration (all new ram modules, new hard drive, fresh Win 7 install)

    Has anyone else had this problem?
     
  2. talin

    talin Notebook Prophet

    Reputations:
    4,694
    Messages:
    5,343
    Likes Received:
    2
    Trophy Points:
    205
    Are you still using the original pre-installation of windows?
     
  3. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    No I did a fresh install when I put in the SSD
     
  4. talin

    talin Notebook Prophet

    Reputations:
    4,694
    Messages:
    5,343
    Likes Received:
    2
    Trophy Points:
    205
    Ok. I would suggest if you haven't done so, to run an updated virus scan first. If you have and you're clean, and since you said you have the same symptoms before and after your hardware upgrades, I would suggest giving Lenovo support a call.
     
  5. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    Thanks Roger. Just scanned and there were no threats found.

    I was hoping there might be a simple fix rather then calling Lenovo...
     
  6. blinder

    blinder Notebook Consultant

    Reputations:
    12
    Messages:
    228
    Likes Received:
    0
    Trophy Points:
    30
  7. sprtnbsblplya

    sprtnbsblplya Notebook Deity

    Reputations:
    420
    Messages:
    1,339
    Likes Received:
    0
    Trophy Points:
    55
    If the Crucial M4 is based on Sandforce controller, there is your problem.
    I had a Sandforce SSD and it sucked hard on the T420, lots of crashes, blue screens, sometimes wouldn't even boot, never resumed from sleep.
    Sent it back to Amazon and bought a mSATA, never had a problem with it and its been over a month since it has been installed.
     
  8. PatchySan

    PatchySan Om Noms Kit Kat

    Reputations:
    3,971
    Messages:
    2,248
    Likes Received:
    221
    Trophy Points:
    81
    If you haven't done so try updating the firmware on the Crucial SSD to see if that stabilises things, also when people do a Clean Installation it can be easy to forget adding the Intel Rapid Storage Technology AHCI driver on the system, some Crucial drives perform better with it so ensure you have this on too.
     
  9. talin

    talin Notebook Prophet

    Reputations:
    4,694
    Messages:
    5,343
    Likes Received:
    2
    Trophy Points:
    205
    He said he's been having these problems before and after the hardware upgrades, that's why I'm thinking it's not related to his SSD.
     
  10. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    Thanks for the replies.

    blinder - I followed the steps in your link but it still didn't record a crash dump.

    sprtnbsblplya - the crashes happen on both my SSD and regular HDD so I think it might not be the SSD's fault.

    Hearst - I have the 10.6.0.1002 version of the RST driver downloaded from the Intel site. I notice that the RST driver on the Lenovo site is a little older 10.1.0.1008 do you think I should use this one?
     
  11. blinder

    blinder Notebook Consultant

    Reputations:
    12
    Messages:
    228
    Likes Received:
    0
    Trophy Points:
    30


    @therealkamino,

    And you've definitely set these two reg keys mate?:

    \HKLM\System\CurrentControlSet\Control\ CrashControl\CrashDumpEnabled DWORD value to 1

    \HKLM\System\CurrentControlSet\Control\CrashControl\AlwaysKeepMemoryDump DWORD value to 1


    try the following two commands from a command prompt if you like (they will prompt for overwrite if the values exist already):

    reg add HKLM\System\CurrentControlSet\Control\CrashControl /v CrashDumpEnabled /t REG_DWORD /d 1

    reg add HKLM\System\CurrentControlSet\Control\CrashControl /v AlwaysKeepMemoryDump /t REG_DWORD /d 1


    if you've got those two - you should see C:\WINDOWS\MEMORY.DMP on the next boot after your crash, and from there it's pretty easy to see which driver is causing this.
     
  12. hceuterpe

    hceuterpe Notebook Evangelist

    Reputations:
    111
    Messages:
    380
    Likes Received:
    0
    Trophy Points:
    30
    Could be that you have defective RAM. Have you tried to a run a memory test on it yet?
     
  13. ThinkRob

    ThinkRob Notebook Deity

    Reputations:
    1,006
    Messages:
    1,343
    Likes Received:
    2
    Trophy Points:
    56
    This man is on to something. :D

    Seriously, run memtest86+ before you try anything else. It'll rule out defective memory pretty quickly...
     
  14. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    blinder - I had \HKLM\System\CurrentControlSet\Control\ CrashControl\CrashDumpEnabled DWORD set to 2 instead of 1. I made the change and will see if this works when I get another crash.

    I thought a RAM defect was unlikely since it crashes with the original 2GB module on its own and also with the new 2x4GB sticks in it now. I'll try memtest86+ if I don't get a crash dump next time.

    Thanks
     
  15. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    ! latest update !
    Crashed again this morning but no crash dump was saved (i think because it is a hardware related crash?).

    Ran memtest86+ and it passed the tests so we can rule out RAM now.

    What would be the next course of action? I think I will start a similar thread on the Lenovo support forum too.
     
  16. jashsu

    jashsu Notebook Geek

    Reputations:
    15
    Messages:
    97
    Likes Received:
    1
    Trophy Points:
    16
    I think your best bet if it is still possible is a return/exchange. This is not expected behavior and it definitely should not be occurring if the machine is in a completely factory stock state (original memory, HDD, preloaded image, etc)
     
  17. therealkamino

    therealkamino Newbie

    Reputations:
    0
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    5
    I was hoping not to have to return the machine as I live in Australia but purchased it from Lenovo USA. I would be up for freight costs plus a lengthy delay before I got it back...

    I will look into the warranty fineprint and see if Lenovo Australia will fix it.

    Has anyone had experience returning stuff to their local Lenovo when it was purchased in another country?
     
  18. PatchySan

    PatchySan Om Noms Kit Kat

    Reputations:
    3,971
    Messages:
    2,248
    Likes Received:
    221
    Trophy Points:
    81
    The ThinkPad T420 should be eligible for IWS (International Warranty Services) so you shouldn't need to send it back to the US. You can double check by typing the machine type of your system into this site. If it does qualify then you can call up your nearest service centre in Australia to have your T420 repaired.