Solved BSOD Windows 8.1 - INPAGE Errors

Trier

New Member
Messages
2
Hello!

The BSOD errors i got so far are: KERNEL_DATA_INPAGE_ERROR and PAGE_FAULT_IN_NONPAGED_AREA.
I checked the event viewer and this error repeats a lot: \Device\Harddisk\DR0 has a bad block.

I used chkdsk /F/R hoping it may fix the hard disk issue and consequently the BSOD errors. No results!

So i was thinking about formating the computer. Its pretty much my last resource so some help will be really nice!

I attached the "SF Debug Tool" zip.

Thank you very much!
 

My Computer

System One

  • OS
    Windows 8.1
Hi Trier & Welcome to the forums ^_^,

I have analysed your dump files and below has been provided an analysis of the same for informative purposes :-
Code:
2: kd> k
Child-SP          RetAddr           Call Site
ffffd002`0a1f4238 fffff801`143f470d nt!KeBugCheckEx
ffffd002`0a1f4240 fffff801`142f9d38 nt! ?? ::FNODOBFM::`string'+0x855d
ffffd002`0a1f4330 fffff801`142d8495 nt!MiIssueHardFault+0x184
ffffd002`0a1f43f0 fffff801`143e5f2f nt!MmAccessFault+0x3d5
ffffd002`0a1f4530 fffff801`146786fa nt!KiPageFault+0x12f
ffffd002`0a1f46c0 fffff801`1467321f nt!CmQueryValueKey+0x1da
ffffd002`0a1f47a0 fffff801`143e74b3 nt!NtQueryValueKey+0x51f
ffffd002`0a1f4a90 00007ffd`891d17ea nt!KiSystemServiceCopyEnd+0x13
00000023`b416dad8 00000000`00000000 0x00007ffd`891d17ea
As we can see from the stack, the Page Fault occurred when the OS was querying a value of the asked key.
Kindly run the DISM and System File Checker.
Then please run the following DISM commands to see if there's any problems with the system (from an elevated (Run as administrator) Command Prompt). Press Enter after each one:
Code:
Code:
Dism /Online /Cleanup-Image /ScanHealth
Code:
Code:
Dism /Online /Cleanup-Image /CheckHealth
If the problem is fixable, you can use this command to repair it (from an elevated (Run as administrator) Command Prompt). Press Enter after typing it:
Code:
Code:
Dism /Online /Cleanup-Image /RestoreHealth
From this article: Repair a Windows Image

Once this is done, also run sfc.exe /scannow from an elevated (Run as administrator) Command Prompt to check for further corruption.
If the problem is still not solved, I would suggest you to run the Hard Drive Diagnostics over **HERE** and then report back with the results.

Let me know how it goes ^_^
 
Last edited:

My Computer

System One

  • OS
    Windows 8.1 Industry Pro B-)
    Computer type
    Laptop
    System Manufacturer/Model
    Toshiba
    CPU
    Core I5 2430M @ 2.4GHz
    Memory
    8 GB DDR3 @ 1600MHz Dual Channel ^_^
    Graphics Card(s)
    Intel HD 3000 B-)
    Screen Resolution
    1366x768
    Hard Drives
    Toshiba 500 GB
    Browser
    Google Chrome
    Antivirus
    Windows Defender & Common Sense!
It seems like first solution fixed the problem.

Thanks blueelvis!

Glad to hear that the issue has been fixed ^_^.

In case of any further problems, do not hesitate to post back.
 

My Computer

System One

  • OS
    Windows 8.1 Industry Pro B-)
    Computer type
    Laptop
    System Manufacturer/Model
    Toshiba
    CPU
    Core I5 2430M @ 2.4GHz
    Memory
    8 GB DDR3 @ 1600MHz Dual Channel ^_^
    Graphics Card(s)
    Intel HD 3000 B-)
    Screen Resolution
    1366x768
    Hard Drives
    Toshiba 500 GB
    Browser
    Google Chrome
    Antivirus
    Windows Defender & Common Sense!
Back
Top