Skip to content

Instantly share code, notes, and snippets.

@Sjeanpierre
Created September 6, 2015 05:13
Show Gist options
  • Save Sjeanpierre/81ce440458b6c46c5608 to your computer and use it in GitHub Desktop.
Save Sjeanpierre/81ce440458b6c46c5608 to your computer and use it in GitHub Desktop.
Windows 10, switching from AHCI to RAID after installation
Open Admin command prompt: bcdedit /set {current} safeboot minimal
Restart to BIOS and set to AHCI
Restart. Windows will boot into safe mode and will update the driver.
Open Admin command prompt: bcdedit /deletevalue {current} safeboot
Restart to boot Windows Normally.
@gggauravgandhi
Copy link

Thanks, worked for me as well.

@matthewlenz
Copy link

These instructions are the same for switching from ACHI to RAID as well. Honestly, back in the day I didn't do any of this and just made the bios switch without knowing better and windows noticed the issue and repaired itself on boot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment