Thought I'd post this here in case someone else has any ideas of things to try.
All three minidumps are the same error:
http://www.microsoft.com/technet/pro....mspx?mfr=true
KERNEL_DATA_INPAGE_ERROR (7a)
The requested page of kernel data could not be read in. Typically caused by
a bad block in the paging file or disk controller error. Also see
KERNEL_STACK_INPAGE_ERROR.
If the error status is 0xC000000E, 0xC000009C, 0xC000009D or 0xC0000185,
it means the disk subsystem has experienced a failure.
If the error status is 0xC000009A, then it means the request failed because
a filesystem failed to make forward progress.
Arguments:
Arg1: c03e1228, lock type that was held (value 1,2,3, or PTE address)
Arg2: c000000e, error status (normally i/o status code)
Arg3: f848a130, current process (virtual address for lock type 3, or PTE)
Arg4: 10e46860, virtual address that could not be in-paged (or PTE contents if arg1 is a PTE address)
It suggests an error with your hard disk, the disk controller, or problem with your memory.
I would run chkdsk /f /r like they suggest and also download this:
http://www.memtest86.com/
It's a small CD image, you burn it to CD then boot the computer using that CD. Run a full series of tests with it and see if it picks up any errors.
Also think about things like;
- have you installed your motherboard drivers (disk controller drivers).
- check the manufacturer website for more up to date drivers.