Introduction
In this article, we will discuss how to set up a dual SSD system with a 1TB NVMe drive for Windows and a 256GB SATA SSD for Arch Linux, both installed in M.2 slots. However, we will address a common issue where the SATA SSD does not show up during the installation process.
Prerequisites
Before proceeding, ensure the following:
- Both SSDs are of the M.2 form factor.
- Your system supports dual M.2 slots.
- You have a compatible installation media for Windows and Arch Linux.
Installing Windows on the 1TB NVMe SSD
Follow the steps below to install Windows on the 1TB NVMe SSD:
- Install the Windows media on the NVMe SSD.
- Boot from the installation media and follow the on-screen instructions.
- During the installation process, select the NVMe SSD as the target drive for the operating system.
Installing Arch Linux on the 256GB SATA SSD
To install Arch Linux on the 256GB SATA SSD:
- Boot from the Arch Linux installation media.
- Follow the instructions in the terminal to partition the SATA SSD.
- Install the base system and your preferred desktop environment.
Troubleshooting: SATA SSD not showing up
If the SATA SSD does not show up during the installation process:
- Check if the SATA SSD is detected in the BIOS.
- Ensure the SATA SSD is properly connected to the motherboard and the power cable is attached.
- Try booting from a live Arch Linux USB or CD/DVD to check if the SATA SSD is detected.
Enabling the AHCI driver
If the SATA SSD is not detected during the installation process, it may be due to the RAID or NVMe driver being enabled in the UEFI settings. To enable the AHCI driver:
- Restart your system and enter the UEFI settings.
- Navigate to the "Boot" tab and set the boot order to the installation media.
- Navigate to the "Advanced" tab and find the "SATA operation" or "AHCI" driver.
- Enable the AHCI driver and save the settings.
Conclusion
With the steps outlined above, you should be able to install both Windows and Arch Linux on their respective SSDs, even if the SATA SSD does not initially show up during the installation process.