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
 

I have an ASUS ROG that came with Windows ~~12~~ 11 pre-installed. I tried using it once and it pissed me off so bad I haven't opened the laptop again. I want to switch to a Linux distro that's compatible with it but need the process explained like you would to Grandma trying to bank online. Are there any resources that break it WAY down? Like, starting just after turning the computer on (I've got that down already).

Edit to say: it has been pointed out that Windows 12 does not, in fact, exist and I may or may not be posting this from the future.

you are viewing a single comment's thread
view the rest of the comments
[–] sbeak@sopuli.xyz 3 points 1 day ago* (last edited 21 hours ago) (2 children)
  1. choose your distribution. If you want something similar to Windows 10, go for Mint Cinnamon as it’s user-friendly and easy to set up. If you like gaming (considering it’s an Asus ROG you have there) go for Bazzite. You can either go with KDE Plasma (which is more customisable and, out of the box, looks similar to Win10) or GNOME (which looks clean and more like MacOS with a new coat of libadwaita paint). If you want something that looks really clean but don’t really game go for Fedora Workstation (that’s what I use), which has a nice implementation of GNOME. There’s a bunch of others like Pop! OS (also popular with gamers) and, of course, Ubuntu (which uses its own customised version of GNOME). Kubuntu is a KDE version of Ubuntu.

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)

  1. If you would like to try out a few different distros before picking one, I would highly recommend “VenToy”. Just install it in a USB drive (making sure the USB drive doesn’t have any important data and/or it has been backed up as it will be erased on installation) and put all the downloaded ISOs (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!) on the Ventoy drive.

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.

  1. Once you find a distribution you like, double click “install” and go through the installation steps. MAKE SURE YOUR DATA FROM WINDOWS IS BACKED UP (either on the cloud or a separate USB drive/an external ssd) AS IT WILL BE LOST AFTER INSTALLATION.

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.

  1. Some distros have post-install steps you have to do as well, so you might have to do that.

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.

[–] chonkyninja@lemmy.world 2 points 1 day ago (1 children)

Read, they said a ROG. Mint has old ass shit. Use a more mainlined district like Fedora. Mint will hold you back.

[–] sbeak@sopuli.xyz 1 points 21 hours ago

o ok. I made an edit

[–] sbeak@sopuli.xyz 2 points 1 day ago

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.