I'm trying to figure out if I can dual boot Windows and Linux on my new computer, which has two SSDs installed. I was advised that keeping them on separate drives could make things safer, especially with updates not affecting the other drive. The issue is that my second SSD is located at the back of the motherboard, and removing it would mean taking the entire setup apart, which I'd like to avoid. Is there a way to install Windows on the first SSD and Linux on the second without them interfering with each other while both drives are plugged in? I'd really appreciate any guidance or tips!
3 Answers
Absolutely, you can do this without removing anything! Just be careful to identify which drive you're installing Linux onto, as it’s easy to accidentally wipe out Windows if you’re not paying attention. Keep in mind that while Windows uses drive letters, Linux uses a different naming system: your Windows drive might be something like /dev/sda and your new drive, if unformatted, will show up as /dev/sdb.
You don’t need to physically remove the drives! Just install Windows first on the first SSD, and then Linux on the second SSD. Windows might mess with the bootloader, but you can fix that later on if needed. Rest assured, Linux won't overwrite the Windows bootloader on the second drive, so you’re all good there.
I went a different route and installed Linux Mint on a USB drive with a persistent setup. It’s super handy because I can take my OS with me anywhere! Just a thought if you're looking for flexibility.

Wait, seriously? That sounds awesome! How does that work exactly?