Created
September 6, 2015 05:13
-
-
Save Sjeanpierre/81ce440458b6c46c5608 to your computer and use it in GitHub Desktop.
Windows 10, switching from AHCI to RAID after installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.