I did run memory diagnostics, which did not reveal any problems, but I did not run the long-duration type, which might reveal a more subtle problem.
That's a good start, there are a couple of things I would try to isolate a HW problem outside of windows,
The Ultimate Boot CD Ver 3.4 (Basic) is really handy since it has all the standalone diags like memtest and prime95 (which I would run for at least 8 hours each) and it also has the HDD diagnostics of all the popular HDD vendors, so maybe it would not be a bad idea to give the hdd a non-desctuctive read diagnostic.
Another good test would be in linux,
knoppix is a bootable linux distro so if you experience crashes under linux it's definitly HW. To stress it under knoppix, just pop open a terminal and get the static-linked version of prime95 from
mersenne.org, like this:
[code:1:bea208bed4]$ mkdir prime
$ cd prime
$ wget
ftp://mersenne.org/gimps/sprime2414.tar.gz
--11:27:46--
ftp://mersenne.org/gimps/sprime2414.tar.gz
=> `sprime2414.tar.gz'
Resolving mersenne.org... 64.66.6.250
Connecting to mersenne.org|64.66.6.250|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /gimps ... done.
==> PASV ... done. ==> RETR sprime2414.tar.gz ... done.
[ <=> ] 885,581 236.07K/s
11:27:57 (226.68 KB/s) - `sprime2414.tar.gz' saved [885581]
$ tar xzf sprime2414.tar.gz
$ ./mprime
Welcome to GIMPS, the hunt for huge prime numbers. You will be asked a
few simple questions and then the program will contact the primenet server
to get some work for your computer. Good luck!
Attention OVERCLOCKERS!! Mprime has gained a reputation as a useful
stress testing tool for people that enjoy pushing their hardware to the
limit. You are more than welcome to use this software for that purpose.
Please select the stress testing choice below to avoid interfering with
the PrimeNet server. Use the Options/Torture Test menu choice for your
stress tests. Also, read the stress.txt file.
If you want to both join GIMPS and run stress tests, then Join GIMPS and
answer the questions. After the server gets some work for you, stop
mprime, then run mprime -m and choose Options/Torture Test.
Join Gimps? (Y=Yes, N=Just stress testing (Y): n
Main Menu
1. Test/Primenet
2. Test/User Information
3. Test/Vacation or Holiday
4. Test/Status
5. Test/Continue
6. Test/Exit
7. Advanced/Test
8. Advanced/Time
9. Advanced/P-1
10. Advanced/ECM
11. Advanced/Priority
12. Advanced/Affinity
13. Advanced/Manual Communication
14. Advanced/Unreserve Exponent
15. Advanced/Quit Gimps
16. Options/CPU
17. Options/Preferences
18. Options/Torture Test
19. Options/Benchmark
20. Help/About
21. Help/About PrimeNet Server
Your choice: 18
Beginning a continuous self-test to check your computer.
Please read stress.txt. Hit ^C to end this test.
Test 1, 400 Lucas-Lehmer iterations of M19922945 using 1024K FFT length.
Test 2, 400 Lucas-Lehmer iterations of M19922943 using 1024K FFT length.
Torture Test ran 2 minutes - 0 errors, 0 warnings.
Hit enter to continue:
[/code:1:bea208bed4]
Well I killed it after 2 mins but 8 hours is a decent linux/prime test. This is kind of cool, since you can let prime do the burn-in test and you can fire up the old version of firefox and surf or whatever so you are not stuck looking at a stanalone test from the UBCD. You can even click on the hdd icon and it will mount the NTFS partition read-only for you, and you can browse it (great for disaster recovery or hdd testing)
The best solution would be to go build a new PC, since this one is 2.5 years old, but I lack the money to make that feasible... 🙁
Hopefully it wil not come to that
![Wink :wink: :wink:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
if all the memtest / linux / prime tests are good to go, then go w/ the HDD diags and see if a hdd problem is not to blame. Then I would go for the windows patches/fixes or reinstall since your HW is a-ok.