New
#11
Everything looked good except for this:
Attachment 284218
Definitely need to keep an eye on the drive. CRC errors can cause problems like inpage data errors when paging.
Let's see what Driver Verifier shows.
Good work so far.
Everything looked good except for this:
Attachment 284218
Definitely need to keep an eye on the drive. CRC errors can cause problems like inpage data errors when paging.
Let's see what Driver Verifier shows.
Good work so far.
Hmmm,
Using Driver Verifier on all non microsoft drivers as per instructions puts me into a boot loop. I get to the login screen and then once i input my pin/password it tries to get into windows and restarts the PC.
Only way to fix is boot into safe mode and turn off Driver Verifier.
Before i turned off Driver Verifier in safe mode i checked for minidumps and memory.dmp and found nothing unfortunately.
Ran the log generator just incase.
DESKTOP-AFL1NRM-(2020-06-20_13-21-39).zip - Google Drive
Also test Driver Verifier with just Nvidia drivers and i could boot into Windows.
So now i am going to systematically add drivers to test to see if it's a specific driver causing the boot loop!
- - - Updated - - -
Edit:
So apparently it was multiple drivers causing the reboot issue.
So i tried the settings in the second link (Less test cases i know)
But trying out these tests on all non Microsoft drivers to see if we get anything
I/O Verification
Force pending I/O requests
IRP logging
Well it finally happened haha!
Here are the logs: DESKTOP-AFL1NRM-(2020-06-21_19-38-57).zip - Google Drive
And the memory.dmp : MEMORY.zip - Google Drive
Thanks so much for all the help!
Dumps are not Verifier generated, just IRQL_NOT_LESS_OR_EQUAL. No useful info in them unfortunately.
Continue to add drivers.
Didn't work either.
I'm at the point now where i am just going to do a completely fresh install again and hope for the best.
Any advice other than media creation tool?
- - - Updated - - -
See you guys on the other side!
Fingers crossed!
- - - Updated - - -
So far so good! Haven't had a blue screen and no app crashes yet!
I'll give it another day or so and then close this thread!![]()
Thanks so much for all the help ztrucker!
So, I was still getting the same BSOD issue now and then...
Decided to use my snooping skills to try out WinDbg and i found something in one of the minidumps...
DeviceId : USB\VID_04E8&PID_6860\ce071717282f772d017e
On googling this i see it is a driver associated with SAMSUNG Mobile USB Composite Device.
Now come to think of it, and i could be hellishly wrong but, each time i've connected my Samsung device to my PC a few hours later i would get the BSOD. So what i am going to try out, is completely removing said driver as i don't need to connect my phone to my PC.
For interest sake, My driver version is 1.16.14.0 and i see on the windows update catalog that that specific version is for Windows 8.1 Drivers, Windows 7, Windows 8
while the next version for Windows 10, version 1809 and later, Servicing Drivers is version 2.16.12.0
http://www.catalog.update.microsoft....mposite+Device
So maybe a compatibility issue is causing the BSOD issues i have been having but lets see