Skip to main content
Fixing formatting of copied text.
Source Link
Mokubai
  • 93.8k
  • 27
  • 215
  • 245
Identify if you are running the inbox AHCI driver (StorAHCI.sys):
  1. Identify if you are running the inbox AHCI driver (StorAHCI.sys):

  2. Open a command prompt with administrator privileges. Then type the following command in the command prompt window and hit Enter: devmgmt.msc

  3. Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”

  4. Navigate to the driver tab and click Driver Details.

  5. If you see “StorAHCI.sys” in the list, you are running the inbox driver.

  6. Disable MSI for the controller in the registry:

  7. In the same properties window opened in step 1.2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.

  8. Open the registry editor by typing regedit in the previously opened command prompt.

  9. Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\<AHCI Controller>\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where <AHCI Controller> refers to the device instance path you noted in step 2.1.

  10. Change the value of the MSISupported key from 1 to 0.

  11. If you don’t know which controller your boot device is attached to, repeat steps 2.1 through 2.4 for all AHCI controllers found under 1.2.

  12. Reboot the machine.

    Open a command prompt with administrator privileges. Then type the following command in the command prompt window and hit Enter: devmgmt.msc
    Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”
    Navigate to the driver tab and click Driver Details.
    If you see “StorAHCI.sys” in the list, you are running the inbox driver.

Disable MSI for the controller in the registry:
    In the same properties window opened in step 1.2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.
    Open the registry editor by typing regedit in the previously opened command prompt.
    Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\ <AHCI Controller>\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where <AHCI Controller> refers to the device instance path you noted in step 2.1. 
    Change the value of the MSISupported key from “1” to “0”.
    If you don’t know which controller your boot device is attached to, repeat steps 2.1 through 2.4 for all AHCI controllers found under 1.2.

Reboot the machine.
Identify if you are running the inbox AHCI driver (StorAHCI.sys):
    Open a command prompt with administrator privileges. Then type the following command in the command prompt window and hit Enter: devmgmt.msc
    Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”
    Navigate to the driver tab and click Driver Details.
    If you see “StorAHCI.sys” in the list, you are running the inbox driver.

Disable MSI for the controller in the registry:
    In the same properties window opened in step 1.2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.
    Open the registry editor by typing regedit in the previously opened command prompt.
    Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\ <AHCI Controller>\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where <AHCI Controller> refers to the device instance path you noted in step 2.1. 
    Change the value of the MSISupported key from “1” to “0”.
    If you don’t know which controller your boot device is attached to, repeat steps 2.1 through 2.4 for all AHCI controllers found under 1.2.

Reboot the machine.
  1. Identify if you are running the inbox AHCI driver (StorAHCI.sys):

  2. Open a command prompt with administrator privileges. Then type the following command in the command prompt window and hit Enter: devmgmt.msc

  3. Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”

  4. Navigate to the driver tab and click Driver Details.

  5. If you see “StorAHCI.sys” in the list, you are running the inbox driver.

  6. Disable MSI for the controller in the registry:

  7. In the same properties window opened in step 1.2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.

  8. Open the registry editor by typing regedit in the previously opened command prompt.

  9. Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\<AHCI Controller>\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where <AHCI Controller> refers to the device instance path you noted in step 2.1.

  10. Change the value of the MSISupported key from 1 to 0.

  11. If you don’t know which controller your boot device is attached to, repeat steps 2.1 through 2.4 for all AHCI controllers found under 1.2.

  12. Reboot the machine.

Source Link

This is a known issue with certain ACHI devices. Microsoft has provided a solution: https://support.microsoft.com/en-us/kb/3083595

If you follow these steps (taken from the article) your problem should be resolved.

Identify if you are running the inbox AHCI driver (StorAHCI.sys):
    Open a command prompt with administrator privileges. Then type the following command in the command prompt window and hit Enter: devmgmt.msc
    Under IDE ATA/ATAPI Controllers right-click on the AHCI controller node and select Properties. This node is usually called “Standard SATA AHCI Controller.”
    Navigate to the driver tab and click Driver Details.
    If you see “StorAHCI.sys” in the list, you are running the inbox driver.

Disable MSI for the controller in the registry:
    In the same properties window opened in step 1.2, navigate to the Details tab and select Device instance path from the Property drop-down menu. Note this path.
    Open the registry editor by typing regedit in the previously opened command prompt.
    Navigate to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\ <AHCI Controller>\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties, where <AHCI Controller> refers to the device instance path you noted in step 2.1. 
    Change the value of the MSISupported key from “1” to “0”.
    If you don’t know which controller your boot device is attached to, repeat steps 2.1 through 2.4 for all AHCI controllers found under 1.2.

Reboot the machine.