Windows: Difference between revisions

111 bytes added ,  21 March 2022
Line 23: Line 23:
<code>%SystemRoot%\System32\drivers\etc\hosts</code>
<code>%SystemRoot%\System32\drivers\etc\hosts</code>


==Changing IDE/RAID to AHCI==
==Changing IDE/RAID/VMD to AHCI==
[http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/ Reference]<br>
[http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/ Reference]<br>
You should be using ACHI instead of IDE or RAID.<br>
If you are not using Intel RAID, you should be using ACHI instead of IDE or RAID.<br>
* Run <code>bcdedit /set {current} safeboot minimal</code> in a cmd prompt with admin
* Run <code>bcdedit /set {current} safeboot minimal</code> in a cmd prompt with admin
* Change to ACHI in UEFI
* Change to ACHI in UEFI. On newer boards, it may be known as Intel VMD.
* Run <code>bcdedit /deletevalue {current} safeboot</code>
* Run <code>bcdedit /deletevalue {current} safeboot</code>


;Drawbacks of Intel RAID
;Drawbacks of Intel RAID (also known as Intel VMD)
* It is a proprietary software raid by the Intel driver which does not work with Linux.
* It is a proprietary software raid by the Intel driver which does not work with Linux.
* You may run into problems when changing motherboards, and sometimes even just after updating the bios.
* You may run into problems when changing motherboards, and sometimes even just after updating the bios.