Thank you all who reached out, it really was awesome.
Was super easy, even my Nvidia cards driver was basically automated. Haven't played anything yet but I'm sure I'll be fine.
I opened up the command thingy a couple of times just to get some settings how I wanted them, but could have gotten by without it.
The biggest stumbling block for me personally was getting the thumb drive in order, then the hardware to boot from it. First you gotta use a thing called Rufus to format the drive correctly, not sure how or why, but you do.
And then I couldn't get my laptop to load bios no matter what key/s I mashed at restart, but searching " advanced startup options" in settings brought me to a menu to reboot from my (now correctly formatted) USB drive.
The rest drove itself. Still some stuff to figure out with it but it's doable. Very polished and user friendly.Thank you all again so much!
You will be fine. I game on mint with an Nvidia card. Steam has a setting to fall back to proton for all games without native Linux, and for everything off steam use Lutris (install it from the website, since the package manager version is too old to be useful)
Now that you have Mint, next time you want to make a thumb drive for installing a distro all you have to do is plug in a thumb drive, right-click the .iso file, and select Make Bootable USB Stick. (or from the Menu choose Accessories ‣ USB Image Writer)
And here's a nice intro to Mint for you. That site has lots of other helpful stuff too. Enjoy!
I prefer Ventoy, because I can put however many different ISOs on it by just dragging ISO files to a folder, and I can use rest of the drive for regular file storage. But still it’s really sweet Mint has such option easily available!
I went from “Hey Mint's nice plug-n-play”, to failing at installing Arch, to hopping to Manjaro then Endeavour for a short while, to installing and building my own Arch+i3+rice, to end up returning to Mint because it just works
Idk I think I'm too smooth brain for Arch, but I'm trying to get into NixOS now, it seems really cool!
If you happen to care, what you were doing with the program Rufus was creating a "bootable media". Think back in the day when you had to buy a Windows CD and insert that to install or update Windows. This is kind of the evolution of that. An operating system installer can be loaded into a thumb drive (some utilities even let you put many on one drive, and then you can choose between them) and then you tell your computer to read from the USB drive first (which you did via the BIOS boot menu configuration) and instead of booting up your installed Windows, it gives you the option of installing whatever is on your USB drive.
This is fortunately often a pretty painless process, creating the USB boot loaders isn't hard, and virtually every single Linux distro out there can be installed in this way.
Glad you're enjoying Mint, and excellent choice for a new Linux user. If you like it, you'll never need to change to anything else.
Ya I was wondering why I couldn't download it in that state already directly to the drive. But I suppose there was already some formatting that needed to be stripped down before it could function as a boot strapper or whatever it's called.
Seriously thank you all for reaching out. I thought like maybe one person would begrudgingly link me a copy of Linux for dummies, but you all were so helpful!
And it really wasn't as hard as I thought it would be. I have memories of messing with Linux in like... 04 or 5 maybe? The ease of use has come a long way, applications are just working without fuss. 10/10
I think a better analogy is "remember when you had an iso that you had to burn onto a DVD to be able to boot from it? Or to be able to have the CD player recognize it instead of just writing the songs into it?, sort of the same thing".
What you downloaded is a binary image, i.e. the sequence of 0 and 1 needed for a computer to boot into Linux, now you need to feed that sequence directly to the computer, but the computer only knows how to read it from a thumb drive directly, not from a file inside the thumb drive, so you need to write that sequence bit by bit in order on the thumb drive. Back in the day we used Nero for dvds, Rufus does the same but to a thumb drive.
Fun fact in Linux you can use dd which unlike what most people say doesn't stand for Disk Destroyer (although certainly lots of disks were destroyed by it), which is an application that does binary writes. Hell, in Linux you can actually do cat image.iso > /dev/sdb and that should work, that is essentially print the output of the file image.iso and write it into /dev/sdb which should be the second disk plugged to your system (first one being /dev/sda).
Cool, I started using Linux back in 04, but I think not that much changed, I think it's mostly people who change the way they look at Linux, outside of gaming, for day to day use, Linux was very usable even back then.
The little USB Image Writer utility that comes with Linux Mint seems to work great for everything but Windows. So I literally never have a problem with it.
Setting up nvidia drivers wasn't an issue? Well then I guess I was stupid or just extremely unlucky. I ran into so many driver issues on Mint it's ridiculous.
No you don't, they're mutually exclusive, there are a couple of ways to check which one you're running, from lsmod to check which module is loaded on the kernel to my favorite: glxinfo | grep -i vendor
First of all don't run random commands from the internet without understanding them. Now to what that command does, glxinfo prints a lot of output about what's being used to render OpenGL, you might need to install mesa-demos, mesa-tools or something else if glxinfo is not installed by default. Then the pipe, i.e. the vertical bar | says to grab the output from the left command and feed it to the right command. grep is used to filter an input, and the -i flag tells it to do it without being case sensitive, i.e. Insensitive. Then vendor is the text you're using as a filter. Long story short that command shows information about the vendor used to render OpenGL.
If it says Nvidia you're using the proprietary driver (which you should use from your other comment). If it says Mesa you're using the open source drivers (which should be "fine" but will have very bad gaming performance)
I had the same problem on my laptop not being able to get into the bios. Turns out the reason is that the f-keys (f-1 to f-12) where not registered as such on boot.
They are also the keys for volume and brightness etc. So when I pressed f-11 on boot it registered it as "Brightness up" and not "f-11".
The solution was to press "fn" + "f-11". Then it registered as the correct key.
You have the option to toggle the default on that. So that you press f-11 and it registers it as such and "brightness up" is "fn" + "f-11).
For me that toggle was "fn" + "esc". There also was a lock symbol on ESC so if ESC doesn't work search for the key which has a lock on it.
That toggle was also an option in the bios.
So yeah, wasted an embarrassing amount of time figuring that out.
You've never used function keys? The dual function is annoying even inside the OS. I have to help several people with laptops and you can't tell what mode they're in, the user often doesn't know either.
On laptops, you never know if the F-key behavior is defined by the OS, BIOS or keyboard driver. I just mash F2, F8, Fn+F2, Fn+F8, Del as often as I can (these are the most common keys to do the trick). You can reduce the options with a USB keyboard with just normal F-keys.
Some laptops don't have a key you can hold to enter BIOS settings or boot menu (maybe to start booting before the keyboard is initialized?) and there is a reset button hole for that.
Also on Mint here after trying NixOS and then Zorin.
Note about Steam gaming: Steam seems to choose the experimental version of Proton (their compatibility layer) by default which exhibited very poor performance for me.
As soon as I forced games to launch with version 8 (latest stable) I was getting full frames on Fallout 4.
I'm glad you had a better experience than I did. The past two nights, I was messing around with a live version of mint and had nothing but problems. The programs I installed from the software manager didn't work and I couldn't even get wine to work. I followed the instructions on mints site and wine kept having installation errors. I'm going back to ubuntu as I didn't have these problems with that distro. Glad you're up and running though!
@MintyFresh My Problem was, what when i play Dota 2 (Steam Flatpak) my Systems crashed multiple times. I didn´t find the error so i installed Fedora again.