I bought a laptop yesterday, it came pre-installed with Windows 11. I hate win 11 so I switched it down to Windows 10, but then started considering using Linux for total control over the laptop, but here’s the thing: I keep seeing memes about how complicated or fucky wucky Linux is to install and run. I love the idea of open source software and an operating system without any of the bullshit that comes with Windows, but most of the open source stuff I have is on my android and fairly easy to install. Installing and using Linux just feels like it’ll be a whole different beast that’ll eat up most of my time and I’m kind of intimidated by it.
TL;DR Linux scawy, how does a barely computer literate scrub like me who’s used nothing but windows since the dawn of their life get started with Linux?
Dont install it, yet. Make a bootable usb stick with balena etcher and put a linux distro on it (I highly recommend mint, pop_os or ubuntu (standard version) as ISO on it.
Ubuntu is very controversial in the more advanced sphere but I learned on it and its great for beginners.
If you want to go a little bit over the top download ventoy and put it on the usb instead. You can then put as many ISOs on there as you can fit and just select one of them at boot.
The most important part for beginners is the desktop environment anyway so gnome should be fine. If you have tried it for more than an hour and still feel like this could be fun, click install and give it a go.
You could also dual boot but windows might fuck you over since they‘re not great neighbors as an OS.
Feel free to ask if you want to know more. Good luck.
Ubuntu is very controversial in the more advanced sphere
I would argue only turbonerds really complain about it. But in my experience, for professionals who just need to get things done it works perfectly fine 99% of the time. Same for Windows or OSX to be honest.
Of course there’s going to be those one or two guys from the vocal minority with some esoteric hardware that didn’t work chiming in shortly I’m sure.
If someone is leaving windows for privacy reasons, it doesn’t make sense to go to Ubuntu.
Can you list some reasons why you think this is true?
I admit, everything I know about Ubuntu is heresay as I don’t use it myself. But I was under the impression that there was a lot of telemetry that they send back, and ads/bloatware they ship with to subsidize their development.
everything I know about Ubuntu is heresay
Then why did you act like you knew what you were talking about?
I was once like you. You can do it. I like Linux mint. Here’s how to install it: Go to https://www.linuxmint.com/ and see what it’s about. It’s friendly, it’s very Windows like, it just works. Go here for the install guide: https://linuxmint-installation-guide.readthedocs.io/en/latest/ Pick an .iso file and download it. Go to https://etcher.balena.io/#download-etcher To download the program that puts .iso files on USB drives. Use the Balena Etcher program to burn the .iso onto a USB thumb drive. Put your non-redownloadable files with sentimental value in another drive and remove the drive from your computer. Do not skip this step, order another drive if you have to (INB4 new laptop, but don’t forget this with your other machines). Plug in the USB drive that has Linux Mint on it. Power off your computer. Wait 20 seconds. Power on your computer. Mash the F2, F10, F12, and F5 keys until you get to the bios screen, or get to the bios screen if you know some other way. Find the setting that says something like “boot priority” and put USB drive above your C drive. Save and power off. Wait 20 seconds. Power on. Press F12 or whatever key you need to to get to the boot selection screen. Choose the option to boot from the Linux Mint USB drive. This is where you can test drive Linux before installing. Try ctl-alt-t to bust open a terminal. The terminal is your friend, but not required for the install. Close terminal with the command ‘exit’ or ctl-d or ctl-c ctl-d. Double click the install icon on the desktop. Follow instructions. Choose to delete windows forever from your life and put Linux on the hard drive. Follow instructions, they are no harder than any other wizard you have seen to install software. Reboot. Enjoy. Here are some tips: The terminal is your friend. Commands for learning the terminal, because the terminal can teach you to use the terminal (man is short for manual): man man man apt man ls man cd man vi man nano man less man pipe man mkfifo man rm apt search game —> searches for the keyword 'game" apt update ----> this is how to update your cache. Use it to pull your software updates apt upgrade ----> this is how to apply the updates to your machine.
—End terminal stuff— You can use your machine in the normal way too, same as any windows machine. Look around and explore. All the stuff in the software center is free (gratis). There’s lots of stuff. No more .exes to get software. Look at www.fsf.org to discover why free software is important.
If you have trouble you can DM me. I will help if I can. Good luck, you got this.
This comment will be the Shaman to my new voyage into Linux. Thanks for the very detailed instructions!