Change SATA operation mode without Windows reinstallation
Advertisement
As I recently encountered this problem while exchaning the NVMe of a notebook, here’s a quick rundown on how to change the SATA operation mode for a Windows system without the requirement for a reinstallation or an OS repair:
- Boot up Windows as normal
- Start CMD as admin and run
bcdedit /set safeboot minimal
to enable safe mode on next boot - Restart the PC and enter UEFI
- Now change the SATA Operation mode, in my case from RAID to AHCI
- Save the UEFI changes and let Windows boot to Safe mode
- Once again open CMD as admin and run
bcdedit /deletevalue safeboot
to disable safe mode - After another reboot Windows will automatically start with the new drivers enabled