BSOD on startup - PAGE_FAULT_IN_NONPAGE_AREA


  1. Posts : 5
    Windows 7 Professional x64
       #1

    BSOD on startup - PAGE_FAULT_IN_NONPAGE_AREA


    Hello All,
    I am experienceing the BSOD PAGE_FAULT_IN_NONPAGE_AREA. This occurred suddenly while browsing the web on a known SAFE site (browsed from other machines with no issues).

    Once it came up, I have been unsuccessful in getting back into Windows at all. I have tried the following:

    Safe Mode (all varieties): Failed
    Point in time restore (not image backup): Failed
    System recovery repair: Failed
    Removed memory one by one to eliminate defective memory: Failed

    No matter what I try - the BSOD happens on every boot.

    This machine is a
    Lenovo W520 - 8GB RAM
    Windows 7 Pro x64 - OEM
    OS is in original condition except for repair attempts noted above (no reinstall).

    There *should* be nothing that was done to cause this that I can recall (no driver installs, no new hardware, etc).

    Ideally, I would like to be able to run a repair install over the old OS - like we used to do with XP - but I cannot find that option - It looks like Windows will install in a new dir and rename the old - not the outcome I was hoping for.

    I'm hoping someone can lead me in the right direction here - I'm out of my element with Windows 7. Please let me know what other info you might need from me if you have any suggestions.

    TIA
    Mike
      My Computer


  2. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #2

    Windows does have a repair install (in place upgrade installation) feature, but you have to get Windows running first. Startup Repair - Run 3 Separate Times is good information if you have not tried the startup repair three times in a row yet with a restart in between each attempt. Also, you can try manually doing a startup repair with the methods outlined in Startup Repair Infinite Loop Recovery.
      My Computer


  3. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #3

    Thank you for the suggestions. I tried each of these methods with no joy. I cannot seem to get beyond the boot process despite my best efforts.

    Is my only other option to do a reinstall? I would really like to avoid this at all costs. If there are any other suggestions, please let me know.

    Thanks,
    Mike
      My Computer


  4. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #4

    Since this is a laptop, the following steps may resolve the boot crisis.
    1. Go into your BIOS and load default settings to clear the CMOS memory.
    2. Save Settings and exit the BIOS.
    3. Shut down and turn off the computer.
    4. Unplug the computer from the wall or surge protector (then remove the battery if it is a laptop).
    5. Hold down the power button for 30 seconds. This closes the circuit and ensures all power from components is drained to clear the software connections between the BIOS and hardware and clear any corruption in the temporary memory.
    6. (If it is a laptop, plug the battery back into the laptop and then) Plug the computer back into the wall.
    7. Turn it on to reinitialize the software connections between the BIOS and hardware, and post back your results.

    If the above steps do not allow you to boot still, proceed to the next steps.

    You may have hard disk errors. Use Advanced Boot Options to select Repair Your Computer and get to the System Recovery Options. Then select the command prompt. Do the following:
    chkdsk /r c:
    chkdsk /r d:
    chkdsk /r e:
    chkdsk /r f:
    .etc until you get the message that the volume could not be opened for direct access. For any drives that do not give the message:
    "Windows has checked the file system and found no problems"
    run chkdsk again as above.

    I realize you may only have one disk show up in Windows explorer, but you may have more than one disk through recovery options. This is because the system creates a hidden boot partition (which will be C: in recovery), you may have a recovery partition for your PC that is hidden (which will be D: in recovery), and you will have your primary Windows partition (which may be E: in recovery). A custom PC will likely have at least C: and D: to scan.
      My Computer


  5. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #5

    It is a laptop.
    Battery/BIOS/Power procedure did not help. BSOD.
    Ran CHKDSK on C, D, E, as indicated above - No errors, no bad sectors.
    Same BSOD.
      My Computer


  6. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #6

    The only other thing we have not tried (or if you already tried it, you did not mention) was start Advanced Boot Options and choose Last Known Good Configuration (advanced).
      My Computer


  7. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #7

    Yup - I actually did try that - no help.
      My Computer


  8. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #8

    Sadly, the only option left is a clean install or side by side install. If you want to backup any data, I can walk you through the steps in the recovery environment.
      My Computer


  9. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #9

    That's what I figured. I pulled off a few folders to an external USB from the command prompt - and I think I got most of the Users folder. If there are any other "best practices" for backing up other data, like my Outlook contacts and email (I had lots saved in folders), I'd appreciate it. Oh, and if you have any idea how I can save my iTunes playlists as well as my Picasa "faces" library, that'd be just swell! :)
    Thanks!
    Mike
      My Computer


  10. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #10

    iTunes playlists are saved in users, correct? What about Picasa? I would backup your whole users folder. Use the following method.

    To backup via the Windows 7 installation disc, start the Windows installation with your external drive plugged in and do the following steps.
    1. Press Shift + F10 when the installer loads.
    2. Search for the drive with the Windows directory on it. Type the following commands into the prompt:
      • C:
      • dir
      • D:
      • dir
      • e:
      • dir
    3. etc. until you see Windows toward the bottom of what is listed by dir.
    4. Mark down the drive letter that has Windows on it.
    5. Find the external drive using the same drive letter, dir procedure (you may get the message The device is not ready for drives that do not exist)
    6. Once you find the external drive layout you are familiar with, you can back up your files using the following commands (in my commands, I assume the Windows drive is C: and the backup external drive is F:, so use the appropriate drive letters for your case).
      • robocopy /s /r:5 /w:0 /xo /xj C:\folderNameToBackup F:\backupFolderName

      If you only want to back up a subdirectory, use
      • robocopy /s /r:5 /w:0 /xo /xj C:\topFolder\folderNameToBackup F:\backupFolderName
    7. In the above, folderNameToBackup is the name of the folder you want to make a backup of. backupFolderName is the name you want to use for the backup. For example, if I want to backup the whole users folder, I would use:
      • robocopy /s /r:5 /w:0 /xo /xj C:\Users F:\backupUsers

      or to backup just my user
      • robocopy /s /r:5 /w:0 /xo /xj C:\Users\Mike F:\backupUsers\Mike
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:37.
Find Us