This is my third attempt. Partly to rage quit Windows, and partly to gain utility and control with some professional AV software.
I have converted an old Asus netbook to Ubuntu netbook remix and used it for a while. I was impressed with how much better that tiny thing ran with Linux than Windows. But in the end it still had less power than a TI-84. So I stopped using it, and never really learned Linux proper.
I dual boot my Chromebook, so I can use gimp for photos on vacation, but everything I do with the Linux partition is cut and paste from articles by people who know what they’re doing. (I was motivated to post here by a meme about that.)
I’m thinking of dual booting my main desktop, because I need Windows for some fairly processor intense A/V software I use for work. So what would be a good distro to look into for a novice and where should I look for a tutorial? I would ultimately like to see if I can use Linux to run my AV software in emulation and add drivers for some professional audio interfaces. I’m fed up with windows and trying to see how far I can get without it. Your help is appreciated in advance, and if this is inappropriate for this topic, let me know and I’ll delete it.
Being able to easily switch back to Windows hindered my attempt to learn Linux. When I wasn’t in the mood to learn a new concept, or failed to get something working after a few tries, then I’d just boot right back into Windows. I was able to push on when I deleted Windows in a rage and now the alternative to getting over the Linux hill was going back down and doing the “no, no, no, no, fuck off” dance that is the Windows install process.
Websites recommending Ubuntu to noobs didn’t help me much. The panel being stuck of the left size of the monitor after my friend boasted about customization on Linux really grinds my gears. Linux Mint was much better coming from Windows, and I’m still on it years later.
@tabular
@Andonyx
Agreed on all points, I didn’t end up finally switching to linux until I got so fed up with the auto update caused issue I was having that I just got rid of windows entirely
And while I at first switched to Ubuntu, I wouldn’t be happy until a few months later when I landed on fedora with KDE
This may not work for everyone, but the only way to truly embrace Linux was to wipe the windows partition and start using Linux. That’s it, you no longer have to option to run back to your dual booted Windows if shit doesnt work. You sit down and figure it out.
Before I could fully leave windows, I spent a lot of time being lost in Linux distrohopping and ricing without even fully understanding what I was doing. Without a solid setup to live in, Linux had a weird experimental feel and it got frustrating when I wanted stuff done.
Coming to your case, there are 2 different priorities here: daily driving and Linux proficiency. You’re tied into windows for the daily driving bit for now so your main focus should be learning, and that probably won’t need a dual boot right away.
First up is understanding why there are so many distributions. Linux is the kernel, the common skeleton that you can’t use on its own. There are other modular bits that go on top to make a full fledged OS, and the choices of what those are is what makes a distribution. Learn more about the options available for the modular bits - the ones that you should concern yourself with for now are:
- package managers: the program responsible for installing and managing software. This is one of the main differences between the major popular variants of Linux(Debian, Arch, fedora etc). For example, on Debian and distros based on it, you’d use
apt
. That’s why you would’ve probably usedapt
on Ubuntu, it’s based on Debian. - desktop environment: all the programs involved with the user interface - the main UI itself. This is a subjective thing and people use different desktop environments based on their workflow.
Once you get this modularity based perspective, distributions wont be overwhelming and vague. You’ll understand why people are recommending mint or popOS:
- it’s Ubuntu based and there are many popular Debian and Ubuntu based distros out there. You’ll be able to get software easily and if there’s some problem you need to debug, there’s a relevant question and answer out there
- mint’s desktop environment is cinnamon, which is simple, clean and not too jarring for people coming from windows
You’ll also know, you can choose whatever you want as long as it’s Ubuntu based for your learning phase. Only at that point I think it will make sense to dual boot. You can boot in for particular reasons instead of a vague “let me understand Linux”. The reasons will be finding alternative software to daily drive, learning how to use the terminal or just getting comfortable with Linux in general. From there, you can find your own way or reach out to the community with questions specific for your use cases.
My advice is, learning new things can be a pleasure, so try to improve your learning skills. Everything is possible then.