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. |
This worked for me on my Alienware 13 r3 Kaby Lake/OLED. Kept my existing Windows installation and was able to install Ubuntu onto a separate (added myself) M.2 drive.
Thanks, worked for me as well.
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
These are instructions for switching to AHCI from raid...