BSOD: BlueScreenView says it's NTFS.sys

0

I've been getting a lot of blue screens recently. I started to get them in my previous system (Windows 7) some 10 days ago and decided I might as well clean install Windows 10 on my PC. I've got an SSD and an HD. They were both formatted and then I partitioned my HD in two: one would be getting the non-essential program installations, and the other general files (say pics, videos, etc). I then clean installed Windows 10 into the SSD.

During the installation I had to convert the partition style on the SSD from GPT to MBR, and it all worked smoothly. I got Windows 10 up and running, activated it, but the BSODs just kept coming. I've just now done a Windows 10 'fresh start', which seems to be a sort of official Windows reinstallation, albeit not a clean one. Still the BSODs keep coming.

I've searched for some solution, and while none so far have worked, I found that BlueScreenView seems to be a good tool for debugging these. This is the first crash since I've downloaded it, so here I am. Now, I'm no super computer savvy and don't really understand what these dumps mean. I was hoping someone could help me understand them or otherwise point me in a direction that could solve these BSODs. I have included a zipped folder here with various files that might help someone more knowledgeable than me understand what's happening.

Thank you very much


I've decided to use WinDbg Preview as suggested by Ramhound in the comments. It says

*** WARNING: Unable to verify checksum for win32k.sys
Probably caused by : NTFS.sys ( NTFS!NtfsFreeFcbUsnRecord+784aa )

I just had another BSOD, and this time I got

*** WARNING: Unable to verify checksum for win32k.sys
Probably caused by : ntkrnlmp.exe ( nt!SmHpBufferProtectEx+ea )

BlueScreenView does not say NTFS.sys was the culprit this time, but ntoskrnl.exe shows up in red in both dumps.


My latest BSOD has

BugCheck 124, {0, ffffa80ca8b40028, be200000, 11152}
Probably caused by : GenuineIntel

Maybe it's something to do with the processors?


Following magicandre1981's suggestion, here are the errrec results for my dump:

6: kd> !errrec ffffcb84ecd2c028
===============================================================================
Common Platform Error Record @ ffffcb84ecd2c028
-------------------------------------------------------------------------------
Record Id     : 01d387e96641ab55
Severity      : Fatal (1)
Length        : 928
Creator       : Microsoft
Notify Type   : Machine Check Exception
Timestamp     : 1/7/2018 22:29:01 (UTC)
Flags         : 0x00000000

===============================================================================
Section 0     : Processor Generic
-------------------------------------------------------------------------------
Descriptor    @ ffffcb84ecd2c0a8
Section       @ ffffcb84ecd2c180
Offset        : 344
Length        : 192
Flags         : 0x00000001 Primary
Severity      : Fatal

Proc. Type    : x86/x64
Instr. Set    : x64
Error Type    : Cache error
Operation     : Instruction Execute
Flags         : 0x00
Level         : 2
CPU Version   : 0x00000000000206a7
Processor ID  : 0x0000000000000006

===============================================================================
Section 1     : x86/x64 Processor Specific
-------------------------------------------------------------------------------
Descriptor    @ ffffcb84ecd2c0f0
Section       @ ffffcb84ecd2c240
Offset        : 536
Length        : 128
Flags         : 0x00000000
Severity      : Fatal

Local APIC Id : 0x0000000000000006
CPU Id        : a7 06 02 00 00 08 10 06 - bf e3 9a 1f ff fb eb bf
                00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00

Proc. Info 0  @ ffffcb84ecd2c240

===============================================================================
Section 2     : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor    @ ffffcb84ecd2c138
Section       @ ffffcb84ecd2c2c0
Offset        : 664
Length        : 264
Flags         : 0x00000000
Severity      : Fatal

Error         : ICACHEL2_IRD_ERR (Proc 6 Bank 8)
  Status      : 0xbe20000000011152
  Address     : 0x0000000151e23540
  Misc.       : 0x000000702703c086
windows
windows-10
bsod
asked on Super User Jan 6, 2018 by Fimpellizieri • edited Jan 8, 2018 by Fimpellizieri

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0