Posted by: Pdfprep
Post Date: December 6, 2020
While attempting to install Windows 10 on your laptop, you receive the following error message on a blue screen:
Based on the content in the message, what is likely causing the error?
A . Invalid memory is accessed when there are no more IRQLs available
B . The CPU timed out while waiting for the device response
C . Invalid memory is accessed by a device driver
D . Invalid memory is accessed when the IRQL is too high
Answer: C
Explanation:
The IRQL_NOT_LESS_OR_EQUAL bug check indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at an invalid address while at a raised interrupt request level (IRQL).
References: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0xa–irql-not-less-orequal
Leave a Reply