Start a Conversation

Unsolved

C

1 Rookie

 • 

1 Message

25

May 3rd, 2024 18:09

change Intel Rapid Storage Techology driver to AHCI mode

I've manually installed Intel Rapid Storage Technology driver manually. It recommended switching to RAID mode from AHCI. I accepted. Now Windows boots only in RAID mode and Linux only in AHCI mode. How can i reconfigure Intel RST driver to AHCI mode?

5 Practitioner

 • 

5K Posts

May 3rd, 2024 23:35

Go into BIOS settings and change SATA mode to AHCI, save and exit.

When system reboot, it will BSOD.  After 2 times, the third BSOD will trigger WinRE, Windows recovery.

Select Advance Repair, select Restart Repair, select Option 4 to restart into Safe Mode.

Once in Safe Mode, select to restart and your system will boot with AHCI mode (non-RAID).

Or, following this instructions to change boot drive to AHCI:

  1. Click the Start Button and type cmd
  2. Right-click the result and select Run as administrator
  3. Type this command and press ENTER: bcdedit /set {current} safeboot minimal (ALT: bcdedit /set safeboot minimal)
  4. Restart the computer and enter BIOS Setup
  5. Change the SATA Operation mode to AHCI from either IDE or RAID
  6. Save changes and exit Setup and Windows will automatically boot to Safe Mode.
  7. Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
  8. Type this command and press ENTER: bcdedit /deletevalue {current} safeboot (ALT: bcdedit /deletevalue safeboot)
  9. Reboot once more and Windows will automatically start with AHCI drivers enabled.

No Events found!

Top