Unsolved
1 Rookie
•
14 Posts
0
35
August 21st, 2025 22:27
Dell Latitude e6540 bsod after cold boot
I have a top spec e6540 (16gb ram quad core i7, AMD dGPU) works just fine but on cold boots after starting it after a while unplugged it gets a driver_irql_not_less_or_equal error. Windows 10 IoT LTSC (basically just debloated windows 10 21h2) It's definitely not a hardware issue because every component works on it.
No Events found!


Florian555
1 Rookie
•
23 Posts
•
11 Points
0
August 22nd, 2025 08:15
Check if you can find a .DMP file in your C:\Windows or C:\Windows\Minidump folder and review the file using WinDbg software. It will give you information on a possible cause of this issue.
First guide I found for analyzing dmp files with Windbg:
Debug Crash Dumps using WinDbg in Windows 10 | NinjaOne
Most likely its caused by either a faulty driver or your computers memory. The Crash Dump analysis tool should help you see if its pointing to a faulty driver.
(edited)