Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 154, {ffffe786c0331000, ffffc184d8d8d4c0, 2, 0}
Probably caused by : hardware_disk
Followup: MachineOwner
Hi,
this dump file is saying that the HDD was missing at the time of the crash:
Code:
ERROR_CODE: (NTSTATUS) 0xc0000006 - The instruction at 0x%p referenced memory at 0x%p. The required data was not placed into memory because of an I/O error status of 0x%x.
Looking at the I/O error we see:
Code:
IO_ERROR: (NTSTATUS) 0xc00000c0 - This device does not exist.
This could be happening for a number of reasons like a driver issue or the HDD being faulty. However, I checked your system support page for relevant drivers and noticed this bios update:
BIOS 402 2013/12/12 2.04 MBytes
Fix HDD lost when aging
Your current bios version is:
BiosVersion = X555LPB.301
SystemManufacturer = ASUSTeK COMPUTER INC.
SystemProductName = X555LPB
X550LB Driver & Tools | Laptops | ASUS Global
If you have never updated the bios before you could always take it (the laptop) to a Tec or the local computer shop.
You run a test yourself which will check for and repair broken sectors on the HDD. You need to open an admin command prompt (find command prompt in the start menu, right click on it and run as admin). Type (or copy and paste):
chkdsk /r
The scan works before the system boots into windows so you'll need to reboot when prompted.
Have you recently installed any drivers from sources other than your support page?
Laptops should only use drivers supplied by the manufacturer (apart from some gpu drivers) otherwise it can lead to issues.
If your support page doesn't have drivers for certain components when using Windows 10 it's probably because win 10 already carries the driver in which case don't install anything.
Post any new dump files