Home > Software, Troubleshooting, Windows 7 > Fixing a system stuck on the Windows Resume Loader

Fixing a system stuck on the Windows Resume Loader

Windows Resume LoaderI encountered a fairly annoying problem with my new netbook today (an Acer Aspire One D250 that I upgraded to Windows 7 over the weekend). I left the system running on battery last night, so it automatically hibernated. When I recharged it and powered it back up this evening, the keyboard would not respond on the Windows Resume Loader screen. This posed a problem, as there was no way to get the machine to return to Windows. A quick search yielded a number of other people who have encountered this problem, but not many fixes. Plugging in a PS/2 keyboard was the usual solution given, but as it’s a netbook, there’s no PS/2 port. Connecting a USB keyboard might have worked, but I didn’t have one handy.

I’m not sure why the keyboard would not respond, or if it will happen again; however there is no easy way around the issue, since Windows ignores the F8 key when hibernation data is present, so I couldn’t force it to delete the data. (The menu choice was right there, but couldn’t be selected).

Here’s how I fixed it:

  1. Connected my external USB DVD drive and booted the Windows 7 disc. You’ll also need a USB key with your BitLocker recovery key if you encrypt your drive.
  2. Access the recovery options and bring up Command Prompt.
  3. You need to delete the hibernation data (hiberfil.sys). This is a protected file; however, and it is not easy to delete even at the administrative recovery command prompt. Change to the drive letter for your hard drive. You’ll then need to enter the following commands:
     
    takeown /f hiberfil.sys
    icacls hiberfil.sys /reset
    attrib -h -s hiberfil.sys
    del hiberfil.sys

     
    (Those commands are necessary since by default even the administrative user doesn’t have access to modify the file).
  4.  

  5. Reboot the machine.

The system will then boot normally (but without the hibernation data, it’s a cold boot, so you’ll lose anything you had running when the system originally hibernated)

 
  • http://www.maiman.net/ Andrew Maiman

    Test comment.

  • http://www.facebook.com/people/Josh-North/1027774856 Josh North

    Is there any way to fix this without a Windows disk? I’m getting the same problem when I boot in Windows or Linux Mint. I have a Mint boot disk but that doesn’t seem to work..

    • http://www.maiman.net/ Andrew Maiman

      If your Linux disc supports writing to NTFS partitions, then it should work.  You may have to manually mount the partition.  A Windows Recovery CD will also work; they are available for download if you do a Google search for them.

  • Zulu722

    I have a usb bootable flash drive with the Windows disk on it as an iso file.

    With everything stuck (no keyboard, unable to access bios) will the computer still boot from the usb drive? 

  • Nona

    Thank you! This has been very helpful! I had the same problem on Windows Vista.