I've built a new PC and have two separate SSDs, but I'm new to Linux. I want to know the best order to install Linux and Windows on these drives so I can easily switch between them. Both SSDs currently have no operating system. I've heard that installing Windows can sometimes mess up Linux installations, especially with the boot loader, so I want to avoid that issue. Also, I'm planning to use Fedora KDE for the Linux installation. Any tips would be great!
2 Answers
One strategy is to install only one SSD at a time. So, start by either physically removing the second SSD or using a BIOS setting to disable it. Install Windows first, then swap in the other SSD and install Fedora. This method minimizes the risk of one OS messing with the other during installation. Once both are set up, you can run them both for dual-booting. Just keep in mind that having Windows installed first and then Linux tends to work well without the usual installer problems.
You should consider installing the rEFInd bootloader. It helps prevent Windows from overwriting the Linux bootloader, which can be a common issue.

That sounds like a solid plan! Just swapping the drives for installation makes sense to keep them isolated during setup. Thanks for the tip!