I'm thinking about making the switch from Windows to a Linux distribution, but I want to ensure that everything works perfectly first. Specifically, I'm looking to test compatibility with my WiFi, Nvidia graphics, USB drives, external hard drive, Tailscale, WinBoat, my cloud storage provider (Sync), my PC backup provider (Backblaze), and my VPN provider (Proton). What's the best way to set up a temporary environment to perform these tests? Should I use Docker, a USB drive installation, or something else? Also, are there particular distros that are better suited for this kind of verification?
5 Answers
You might want to consider a 'Live' session with a USB drive, which lets you test the distro without actually installing it. Most Linux distributions come with a user-friendly setup during the live session, and you can explore the system completely. For your needs, I recommend trying ZorinOS, Fedora KDE, or Kubuntu.
Using Ventoy is a fantastic option! It supports persistence, which allows you to save any changes or installed applications during your testing. However, I'm not sure if it can handle setting up WinBoat (KVM/QEMU) for testing your Windows programs. Have you tried running VMs with Ventoy?
You can create a bootable USB drive using Rufus or any similar tool to test various Linux distros. Just keep in mind that the size of your USB can limit the applications you'll be able to test. This way, you can kick the tires on everything before committing! Another option is to set up a dual boot with a separate drive for Linux.
Using a Live USB with persistence is the standard way to check hardware functionality without a full installation. But since you're interested in testing WinBoat and other specific applications, a full installation on an external hard drive might be wiser—this way, you can fully install and run everything you want to test. Good luck with your switch!
Absolutely! Flash a bootable USB drive with the Linux distro you’re interested in and give it a whirl before making the permanent switch. It’s a great way to explore and test everything you need!

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux