Hi,
Interesting, all attached dumps are of the IRQL_NOT_LESS_OR_EQUAL (a) bugcheck.
In the stacks, we are always seeing multiple page faults~ These cannot be handled when the IRQL is 2 or higher.
[CODE]Arg2: 0000000000000002, IRQL[/CODE]
[CODE]4: kd> kv
Child-SP RetAddr : Args to Child : Call Site
fffff880`14f61518 fffff800`02c751a9 : 00000000`0000000a fffffa80`751bfe20 00000000`00000002 00000000`00000001 : nt!KeBugCheckEx
fffff880`14f61520 fffff800`02c73e20 : fffff700`01080000 00000000`00000001 00000000`00105200 fffffa80`751bfe10 : nt!KiBugCheckDispatch+0x69
fffff880`14f61660 fffff800`02c9b150 : 00000000`00000000 fffffa80`18cb3ec8 fffff700`01080000 fffff880`14f61ae0 : nt![COLOR=#ff0000][U][B]KiPageFault+0x260[/B][/U][/COLOR] (TrapFrame @ fffff880`14f61660)
fffff880`14f617f0 fffff800`02c9990f : fffffa80`188d0bb8 00000000`0000004b fffffa80`151c4610 00000000`0000004b : nt!MiReplenishPageSlist+0xc0
fffff880`14f61860 fffff800`02c83044 : 00000000`00000000 00000000`00000002 00000000`00000000 ffffffff`ffffffff : nt!MiRemoveAnyPage+0x24f
fffff880`14f61980 fffff800`02c73d2e : 00000000`00000001 00000000`07196000 00000000`00001901 00000000`06ff309c : nt!MmAccessFault+0x1224
fffff880`14f61ae0 00000000`658429ed : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt![COLOR=#ff0000][U][B]KiPageFault+0x16e[/B][/U][/COLOR] (TrapFrame @ fffff880`14f61ae0)
00000000`003ce500 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x658429ed[/CODE]
This may indicate a faulty hard disk, and since we haven't done disk diagnostics yet, let's get to it:
1. check physical connections to the drive (sata cables, etc).
2. chkdsk:
3. seatools - SeaTools | Seagate
run everything aside from Fix all and Long Generic.
Regards,
Patrick