Hello, since I changed my CPU and installed a GPU, I have been getting blue screens with IRQL_NOT_LESS_OR_EQUAL error caused by ntoskrnl.exe. I tried doing a clean Windows install, but the issue didn't dissapear. But now in the Windows Logs I have noticed a Kernel-PnP warning, saying
<System>
<Provider Name="Microsoft-Windows-Kernel-PnP" Guid="{9C205A39-1250-487D-ABD7-E831C6290539}" />

<EventID>219</EventID>

<Version>0</Version>

<Level>3</Level>

<Task>212</Task>

<Opcode>0</Opcode>

<Keywords>0x8000000000000000</Keywords>

<TimeCreated SystemTime="2021-09-26T18:24:46.210196500Z" />

<EventRecordID>14529</EventRecordID>

<Correlation />

<Execution ProcessID="4" ThreadID="48" />

<Channel>System</Channel>

<Computer>WIN-BUU8O5DPOPN</Computer>

<Security UserID="S-1-5-18" />

</System>


- <EventData>
<Data Name="DriverNameLength">121</Data>

<Data Name="DriverName">WpdBusEnumRoot\UMB\2&37c186b&0&STORAGE#VOLUME#_??_USBSTOR#DISK&VEN_USB_MASS&PROD__ STORAGE_DEVICE&R EV_1.00#816820130806&0#</Data>

<Data Name="Status">3221226341</Data>

<Data Name="FailureNameLength">14</Data>

<Data Name="FailureName">\Driver\WUDFRd</Data>

<Data Name="Version">0</Data>

</EventData>


</Event>

There also have been a few other warnings in there, including a Kernel-Power critical error.is this in any way related to my problem? And if so, how do I fix it? Ty in advance.