Hi Yangzixin,
Welcome to Microsoft Community.
I can understand the inconvenience that you are receiving a Blue Screen of Death error repeatedly while booting from SSD storage.
I appreciate your effort for providing us more information through mini dump files.
- Are you able to boot to the desktop after the blue screen?
- Are you able to boot on other computer using same SSD storage?
I tried to research on it and found that we are getting KERNEL_DATA_INPAGE_ERROR with an error code 0x0000007A.
The KERNEL_DATA_INPAGE_ERROR bug check has a value of 0x0000007A. This bug check indicates that the requested page of kernel data from the paging file could not be read into memory. It appears that there are some issues with the hard disk.
Let’s try some steps to fix this issue:
Method 1: Use check disk command for any errors on hard disk
Warning: Microsoft does not recommend interrupting the CHKDSK process. Microsoft does not guarantee the integrity of the disk if the CHKDSK program is interrupted. For safety you can back up your data before using the check disk command.
Use the check disk commands as follows:
- In Windows Start Screen, type cmd in search option to open Command Prompt(cmd).
- Right click and select 'Run as administrator'.
- Type at the command prompt CHKDSK /P and press ENTER to scan the disk.
- Then type CHKDSK C: /F /R and press ENTER to repair corrupt sectors, if there are any.
NOTE: The root drive has to be C: and the command may schedule a task at the system startup, if it does, then press Y to schedule a task and restart the computer to perform chkdsk.
Once chkdsk completes, boot to the desktop and then check.
You may refer to the below mentioned link for more details:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff559211(v=vs.85).aspx
Method 2: Try to perform steps from the link and check.
Resolving Blue Screen errors in Windows
http://windows.microsoft.com/en-us/windows-8/resolve-windows-blue-screen-errors
I highly recommend backing up all of your important files and folders onto an external storage device before attempting any type of OS repair or upgrade.
System Restore disclaimer: When you use System Restore to restore the computer to a previous state, programs and updates that you installed are removed.
Method 3. I suggest you to run a full computer scan with the Microsoft Safety Scanner to make sure that the computer is virus free.
Microsoft Safety Scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx
Safety Scanner Disclaimer: There could be a loss of data while performing a scan using Microsoft safety scanner to eliminate virus if any.
Hope this information is helpful. Please do let us know if you need further assistance, we will be glad to assist you.
Thank you