Hey everyone! I've been dealing with a series of frustrating BSODs (Blue Screens of Death) on my Windows 11 setup, and each time it seems to point to a different stop code. Some of the errors I've encountered include `ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY`, crashes related to `tcpip.sys`, and mentions of `ntoskrnl.exe` and `dxgkrnl.sys` in other dumps.
Here's a bit about my setup:
- CPU: Intel Core ultra 9 285k (latest generation)
- GPU: RTX 5080 (idle temp ~43°C, no overclocking)
- RAM: 64 GB DDR5 5600
- PSU: Gigabyte Aorus Elite PG5 1000w 80+ Platinum
- OS: Windows 11 Pro (fully updated)
So far, I've attempted several troubleshooting steps:
- Updated GPU and chipset drivers
- Uninstalled ASUS software (like Armoury Crate and AI Suite) that was causing issues
- Ran the `sfc /scannow` and `DISM /Online /Cleanup-Image /RestoreHealth` commands
- Checked my RAM with Windows Memory Diagnostic (showed no errors)
- Reset the TCP/IP stack using `netsh` commands
- Checked temperatures (CPU and GPU are within safe limits)
Now I have a few questions:
1. Could it still be faulty RAM even if the Windows Memory Diagnostic didn't show any issues?
2. Would running MemTest86 be a better option compared to the Windows tool?
3. Is my PSU (850W) potentially underpowered for a setup with an i9 and RTX 5080?
4. Should I be more concerned about driver conflicts rather than hardware issues?
5. When is it advisable to just do a clean reinstall of Windows?
I'd really appreciate any advice or insights based on similar experiences. Thanks!
2 Answers
To properly troubleshoot those BSODs, you'll want to gather the dump files from your system. These files contain crash logs that are crucial for diagnosing the issues. If you can boot into Windows normally or via Safe Mode, check for any minidump files in `C:WindowsMinidump`. If you find any, zip them up and upload them to a file sharing site like catbox.moe or mediafire, as those tend to work best. Having multiple dump files will help us see if there's a pattern.
I totally feel you on those random BSODs! If Windows Memory Diagnostic didn't pick up any issues with your RAM, you might still want to try MemTest86 for a thorough check. Sometimes the Windows tool can miss things. Also, your PSU seems good, but it's worth confirming that it's delivering enough power for your setup, especially under load. Driver conflicts can definitely be a big source of these problems, so keep an eye on those too!
Good point about the drivers! It might be time to check for any outdated or incompatible drivers, especially after uninstalling the ASUS software. That can sometimes leave behind remnants that cause conflict.
Yeah, those dump files are super helpful! Just make sure to follow the guide to set up small memory dumps if you don’t have any at the moment. It could give you a clearer picture moving forward.