About event logs, the most of the significant error events are:
Event[31691]:
Log Name: System
Source: iaStor
Date: 2014-06-01T07:33:46.281
Event ID: 9
Task: N/A
Level: Error
Opcode: N/A
Keyword: Classic
User: N/A
User Name: N/A
Computer: HPDesktop
Description:
The device, \Device\Ide\iaStor0, did not respond within the timeout period.
And that is an enough cause for a stop 0x9F.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000004, The power transition timed out waiting to synchronize with the Pnp
subsystem.
Arg2: 0000000000000258, Timeout in seconds.
Arg3: fffffa8009a51b50, The thread currently holding on to the Pnp lock.
Arg4: fffff80000b9c510, nt!TRIAGE_9F_PNP on Win7 and higher
And the failing driver is here....
Code:
fffff880`0355aa08 fffff880`01279e16Unable to load image \SystemRoot\system32\DRIVERS\iaStor.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for iaStor.sys
*** ERROR: Module load completed but symbols could not be loaded for iaStor.sys
iaStor+0x4be16
Which is .....
Code:
Name Intel(R) ICH8R/ICH9R/ICH10R/DO/PCH SATA RAID Controller
Driver c:\windows\system32\drivers\iastor.sys
IMHO you should remove iaStor.sys. How? Coming later.
The issue that essenbe pointed out in post #2 ....
Code:
BugCheck 1000009F, {4, 258, fffffa8009a51b50, fffff80000b9c510}
*** WARNING: Unable to verify timestamp for GEARAspiWDM.sys
*** ERROR: Module load completed but symbols could not be loaded for GEARAspiWDM.sys
Implicit thread is now fffffa80`09a51b50
Probably caused by : cdrom.sys ( cdrom!DeviceSendRequestSynchronously+c9 )
Followup: MachineOwner
---------
This GEARAspiWDM.sys may occur in your system in two ways ....
Both of the programs have some mechanism to monitor your Optical Disc Drive, which is often fatal.
Unfortunately I am not seeing any message about CloneDVD. CloneDVD is rightly not installed; but LightScribe uses the drivers from it.
Uninstalling LightScribe and iTunes will help you upto a level but not totally. Because it is almost evident that iaStor has important bearing on your issue. You need to remove it. Plus, RAID is not needed for you, as you have only one HDD.
To disable RAID, you need to boot into the BIOS. Advanced Mode. Then change the storage controller mode to AHCI or ATA/IDE whichever is available. Disable Intel Rapid Storage, Intel Smart Response or anything in this line. Save teh changes.
But you will not be able to boot back to windows, as windows can boot only with the storage controller mode on which it was actually installed. And we have changed it on purpose. And at this point you need to do a Clean Reinstall. Hopefully it will solve your issue.
Let us know the results.