Windows 10 comes most of the time pre-installed as SATA mode. Linux cannot be installed in SATA mode. In order to change Windows to AHCI mode do the following:
However in order to be able to enable legacy boot you have to switch the SATA controller from RAID to AHCI, which can cause Windows to get unhappy about its boot device going away unless you warn it first.
- Fire up an admin shell in Windows (right click on the start menu)
bcdedit /set safeboot minimal
- Reboot into the BIOS
- Change the SATA Controller mode from RAID to AHCI (dire warnings about “All data will be erased”. It’s not true, but you’ve back up first, right?) Set “Boot Mode” to “Legacy Support”.
- Save changes and let Windows boot to Safe Mode
- Fire up an admin shell in Windows (right click on the start menu again)
bcdedit /deletevalue safeboot
- Reboot again and Windows will load in normal mode with the AHCI drivers