this post was submitted on 16 Aug 2025
43 points (93.9% liked)
Linux
8983 readers
504 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
TLDR: Mint Cinnamon if you want something familiar and Win10-like, Bazzite if you want to game (given it’s an ROG), Fedora Workstation if you like GNOME but don’t really game. Pop! OS, Ubuntu, and Kubuntu are also both good options too depending on your preferences.
edit: I guess not Mint? Go for either Fedora (KDE or Workstation is fine) or Bazzite (if you focus on gaming)
Then, restart your computer with the drive plugged in and press your bios key (usually f2, f10, or f12, sometime it’s escape. I usually just press all if them and hope for the best lol). Go to the section where you can choose where to boot into, and boot into the ventoy drive (usually labelled as the model of usb drive you have) Then you will get the Ventoy menu and you can select a distribution to try out. Play around in it, but remember nothing is save as it is running off of the Usb drive!
If you already know what distribution and desktop you want to use, you don’t need to bother with ventoy and can just use either rufus or balenaetcher to write your chosen ISO which can be found on the websites of each distribution, if you find two options select x86 or amd64 (the two are the same), that will be compatible with your ROG. Bazzite also gives you options depending on what GPU you have to install the correct drivers!)
As with Ventoy, make sure your drive doesn’t contain any important data as it will be overwritten. After you set up your drive, you can boot into it with your bios key and select the USB drive at the boot device. That, like VenToy, will allow you to play around in a demo version of the distribution.
The installation steps are pretty intuitive, just select your region, keyboard layout, language, wifi network (if you have that), etc. If you come across any prompt relating to disk management and partitions, click the option that lets the distribution handle where everything goes and select overwrite everything given you don’t want to leave any Windows behind. MAKE SURE YOUR DATA FROM WINDOWS IS BACKED UP IT IS REALLY IMPORTANT
Continue with the installation, and once you’re finished, it will notify you to remove the USB drive and the device will restart. Boom, you now have linux installed.
For apps, you can either install using the terminal (it’s less scary and more magical the more I use it) using “sudo apt install (program name)” or “sudo dnf install (program name)” for Fedora.
Some apps are available as flatpak (using “flatpak install” - see that sudo is not required!), which in a nutshell, is a form of package that is universally compatible with any distro, all dependencies are bundled in with each package, and the apps are sandboxed. General rule of thumb is CLI apps, drivers, etc. using apt or dnf while desktop apps are fine to use flatpak. I like to use apt or dnf wherever I can as sometimes flatpaks have issues with communicating with each other due to the sandboxing, but that’s because I use a lot of programming and development specific apps. This probably won’t be much of an issue for you.
Many distros like Mint and Fedora offer a software installers that are GUI based, but I would reckon use the command line as the GUI software maangers are slow and is the same thing under the hood anyways.
Read, they said a ROG. Mint has old ass shit. Use a more mainlined district like Fedora. Mint will hold you back.
o ok. I made an edit
oops, one more thing, an easier way to get to bios without figuring out your bios key is, from windows, find “restart with advanced options” (it’s in the “restore and backup” section) which will restart directly into the bios.