Windows 7 Troubleshooting Random BSODs Related to ntoskrnl.exe After RAM Upgrade and Diagnostic Tests

Zane Howcott

New Member
Joined
May 2, 2012
Messages
2
Built my pc a few months ago. Bsod's have been randomly occurring. Ran a memory diagnostic test and no errors came up. Ordered more ram to swap out the old pair of ram and still had bsod. However, since I'm not sure if it is really the ram that is bad, I put all four sticks of ram in my pc and now I haven't had any bsod plus games are running without crashes. I figured not enough ram was the problem but have found out that lack of ram would not cause bsod. Hopefully I have no bsod but just in case I wanted to see if anyone could help me finding out what was causing the problem in the first place by looking at my minidump files. I'm not sure exactly how to interpolate but have noticed the same ntoskrnl.exe.

System Info:

motherboard GA-990FXA-UD3
phenom II X4 955 3.2ghz processor
G.Skill ripjaws series 16Gb (4 x 4gb) 240 pin ddr3 1333
Hitachi 750 gb hard drive
patriot torqx 2 64gb ssd with windows 7 installed
evga gtx 560 video card

any help will be very much appreciated
[h=1][/h]
[h=3][/h]
 

Attachments

Solution
It seems like you are experiencing Blue Screen of Death (BSOD) issues on your PC, despite replacing the RAM modules. The fact that BSODs stopped when you switched back to all four RAM sticks suggests that the problem might not have been directly related to faulty RAM modules. To further diagnose the root cause of the BSOD errors, analyzing the minidump files generated during these crashes can provide valuable insights. These minidump files contain information about the system state at the time of the crash and can help in identifying the specific driver or component that caused the issue. Here's a general guide on how to analyze minidump files to troubleshoot BSOD errors: 1. Locate the Minidump Files: - Minidump files are usually...
It seems like you are experiencing Blue Screen of Death (BSOD) issues on your PC, despite replacing the RAM modules. The fact that BSODs stopped when you switched back to all four RAM sticks suggests that the problem might not have been directly related to faulty RAM modules. To further diagnose the root cause of the BSOD errors, analyzing the minidump files generated during these crashes can provide valuable insights. These minidump files contain information about the system state at the time of the crash and can help in identifying the specific driver or component that caused the issue. Here's a general guide on how to analyze minidump files to troubleshoot BSOD errors: 1. Locate the Minidump Files: - Minidump files are usually found in the C:\Windows\Minidump directory. If you cannot find them there, ensure that your system is configured to create minidump files during system crashes. 2. Use WinDbg for Analysis: - Download and install WinDbg (Windows Debugger) from the official Microsoft website. 3. Opening Minidump Files in WinDbg: - Open WinDbg and go to File > Open Crash Dump to load the minidump (.dmp) file. 4. Analyze the Dump: - Once the dump file is loaded, WinDbg will provide information about the crash. Look for error messages, driver names, and memory addresses associated with the crash. 5. Identify the Cause: - Check for any specific files or drivers mentioned in the dump that might be causing the crashes. Look for keywords like "ntoskrnl.exe" which is a common system file associated with BSODs. 6. Update Drivers: - Outdated or faulty drivers can often be the cause of BSOD errors. Ensure that all your drivers, especially those related to hardware components like motherboard, GPU, and chipset, are up to date. 7. Check for Windows Updates: - Make sure your Windows operating system is fully updated with the latest patches and updates. 8. Hardware Checks: - Although you have already tested the RAM, it's also good to check other hardware components like the hard drive, SSD, and GPU for any issues. If you encounter any specific error messages or driver names in the minidump files and need assistance interpreting them, feel free to share the information here. Additionally, if you provide the minidump files for analysis, more detailed insights can be provided to help you resolve the BSOD issues on your system.
 

Solution
Back
Top