That’s pretty much it, after several months, maybe even a year of wanting to take the leap, a couple days ago I finally did it. I just wanted to share this cuz I think it’s an absolute win, and I guess just see if anyone has any general advice to keep in mind during the process. I ended up choosing Fedora, right now I’m dual booting while I’m still in the process of finding software alternatives and getting everything set up, but trying to minimize my use of windows as much as possible, and so far I’ve been loving it. I love this community and I just wanted to thank everyone that has given any advice or suggestions in the past, i’m really excited about this and grateful that I could get to this point.
I made the switch in 2010.
I dual booted for a while, one day I realised that I hadn’t booted into windows for 3 months. At that point I reinstalled, no more dual booting. I haven’t looked back.
I keep a windows VM, currently has Win10 installed, I haven’t had to use it in about 3 years.
My advice is, keep dual booting. One day you’ll realise that booting into windows feels like a chore, you haven’t done it in months, so why keep it around…
Welcome to the world of Libre [as in free-software]
I did the switch a few months ago and I did it cold turkey. Turning off secureboot and reformating my steam library drive solved all the issues I had. I also reccomend using timeshift or .tar and a bash script to make backups of your os when it’s stable, that way you can experiment in peace.
-
It’s not a race, take your time to read and understand what is what and how things are functioning together.
-
Enjoy your stay, it’s going to be your next home, take care of it; make it beautiful, make it efficient, make sure to get rid of all what is irritating you.
-
Start with the minimum and build from there.
-
And, FFS, make backups ;)
And, FFS, make backups ;)
Here’s a good tutorial for an easy to use backup solution: https://www.youtube.com/watch?v=W30wzKVwCHo
-
If you play PC games (and already familiar with Fedora), check out Bazzite. The whole immutable thing is an adjustment, but I really like it.
Though not really an adjustment from Windows, more of an adjustment if you’re coming from another Linux distro.
I would warn against using an atomic distro for newbies that want a bit more than Internet surfing and gaming.
Handling such distros well requires specialized knowledge around them in particular, and not all common Linux solutions will fit.
definitely on board with bazzite for gaming computer. it seems to do well with everything else I throw at it also
I’ve been running it on my main PC (framework laptop) for I dunno 6 months now? And it’s been great.
Distrobox is dope, and “rpm-ostree” is super useful.
Aside from that, it’s incredibly stable. And games pretty much just work.
I’ve seen people say that “it’s not for tech people, but good for newbies,” and I have to disagree. Just because it works most of the time without having to tinker (but you can if you want) doesn’t mean it’s for noobs… That’s how your PC is supposed to function.
Before you know it, it will be over a decade post-Windows like me. This week I have been trying to get a Linux phone to a satisfactory state to leave the mobile duopoly behind…
The best piece of advice I was given, that I seldom see repeated is this: learn how the filesystem is structured.
It makes everything else easier
I second this. Also, taking time to partition correctly for your purpose, can make disto hopping easier.
This is very good advice
its amazing how nice it is now and makes sense for most people. I should have way before this but it was a thing with my wife. still can’t get her to take the plunge though.
Cool. In a little over a month, I hit 3 years.
Originally read ‘from Linux to Windows’ and I was like, ‘What?’
Hey guys, my Dad was always a neck bearded Unix admin so I’ve grown up my whole life on FreeBSD, then moving over to Gentoo during my teen years.
I’m starting to have thoughts about switching to Windows given that’s what my new job uses, but I couldn’t find any instructions on compiling Windows outside of very outdated releases like 2000. Also, does anyone know if emacs and htop are compatible, as those are my most used applications?
This can happen with people that refuse to learn!
All I have to say is: welcome, good luck and have fun.
Lessons learned when switching:
Some things I didn’t expect just work differently on Linux and it took time to figure out those differences. For instance, a change to a network interface config on Windows usually takes effect when you hit the “OK” button. Linux requires toggling the interface for that change to take effect. That one took me a couple of frustrating hours to figure out. There are lots of other examples like this so keep it in mind if things aren’t working as you expect.
Trying to do absolutely everything on Linux right away was a mistake. I started switching back to Windows for quick tasks and then learning how to do those tasks on Linux when I could spend a few minutes figuring them out. Over time I spent more and more time running Linux and one day realized I hadn’t started Windows in months.
In addition to (or instead of) dual booting, create a virtual machine to allow you to use what you need in either OS without rebooting.
Lastly, if you find that you’re spending a lot of time fixing OS problems don’t be afraid to try something else. Haven’t spent much time with Fedora, but I use Mint daily because I don’t have to fuss with the OS much. Others in my household have more problems with Windows 11.
For instance, a change to a network interface config on Windows usually takes effect when you hit the “OK” button. Linux requires toggling the interface for that change to take effect.
That’s not a Linux thing so much as a your particular Linux distribution thing. Different Linuxes can have vastly different user interfaces for various things. Some distributions even go out of their way to be more similar to Windows.
Hmm, every distro I’ve tried (and I’ve tried a few) required a interface bounce. Maybe I just missed the ones that don’t.
Congrats! Just keep at it, Fedora is stable.
It gets easier with every solved problem!
My advice having made the move (but with a fair bit of linux tinkering before hand):
- Don’t rush to delete Windows; you’re doing the right thing keeping it about while you adjust to a new OS and in case there are some things you just can’t do in Linux
- If you want to understand your OS and enjoy tinkering / learning, think about using a virtual machine to play with a linux system to get used to it. As you’re on Fedora, you can install KVM and Virt-Manager, make a virtual machine and inside it install another Linux OS which you can practice with. It can even be Fedora - and this can let you make changes in a disposable environment before you do them for real in your whole OS or just to see “what happens if”. I’ve even built an Arch system within a VM just so I can understand more of how linux works
- Back up your home folder before making really big changes - this is where everything that belongs to you is kept, and even contains all your personal config files. Back up and restoring the Home folder can make things much faster to fix if you accidentally mess things up
Having made a switch almost two years ago now, I strongly support all three pieces of advice