Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {7ffe16a552f0, 2, 0, fffff80052cf8588}
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : memory_corruption
Followup: memory_corruption
Hi Steve,
Bugcheck A can be caused by a number of things ranging from a newly installed driver, hardware or bios. AV suites can also produce this error as well as faulty system service.
To check on your installation run these scans:
File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.
This bugcheck can sometimes be associated with bad RAM but it can just as easily be a driver.
Run the Windows memory test:
How to Test Your Computer’s RAM for Problems
If you recently added anything new either software or hardware try removing it and see if the bsod stops.
If the above comes to nothing and the bsod continues then run the driver verifier.
Link Removed
This will test your drivers and see if any blue screen.
In order to run the verifer you will also need a recovery disk/USB.
This is just in case the verifier causes a blue screen loop on start up. If it does you can then use the recovery disk/usb to boot into the recovery console, enable safe mode and then turn the verifier off. Hopefully by that point the culprit will have been caught and written on the dump file.
Recovery drive
Please post any resulting dump files.