Skip Navigation

Looking to make the switch

Hi everyone, looking to make the switch from windows. I'm reasonably technically apt but not a programmer by any means. I've been doing some homework on which distro I would like to use and pop_os kinda feels like the right direction. I'm running an Nvidia 3060TI on a Ryzen 5600 chip set on an Asus tuf motherboard. Any other distros I should be looking at, and does somebody have a link for a comprehensive guide to installing? I'm looking to continue running windows on the side until such a time as I am comfortable enough with linux that I don't need it.

60 comments
  • I've been dual booting between Linux and Windows for maybe 10 years or so (and tinkered with linux growing up before that). I think maybe similar to you, I'm technically apt when it comes to computers but not a programmer; I'm good at problem solving issues with my computer and am not afraid to "break" it.

    A few key things:

    • Make sure your important personal data, files etc are kept secure and always backed up. This is probably obvious, but it does lower the threshold for tinkering and messing with the computer. I've reinstalled Windows and Linux multiple times; whether that's getting round broken Windows updates, or Linux issues or just switching up which Linux distro I use. If you are confident you have your data backed up, then reinstalling an OS is not a big deal
    • Use multiple drives; don't just partition one drive. Ideally each OS gets it's own SSD; this will make dual booting much easier and also allows complete separation of issues. I have 4 hard drives in my PC currently - A 1TB C Drive SSD for Windows, a 500 GB Linux SSD drive, and two 4TB data drives (one is SSD one is just a standard HD). SSD is faster but you can of course use a mechnical drive if you want.
    • When it comes to dual booting, if you have a separate linux hard drive, then linux will only mess around with it's own boot sectors. It will just point at the Windows boot sector on the windows hard drive and not touch it but add it as an option to it's boot menu. Then all you have to do is go into your Bios and tell it to boot the Linux drive first, which will get you a boot menu to chose between Linux and Windows. Tinker with that boot menu (Grub2 usually) - I set mine to always boot the last OS selected, so I only have to think about the boot menu when I'm wanting to switch. Separate drives saves you having to mess around with Windows recovery disks if things go wrong with the boot sector. One drive with a shared or multiple boot sectors can be messy.
    • Try a few Distros using their live images. Most Linux distros you flash onto a USB stick, boot onto that (OR use VirtualBox in Windows to try Linux in an emulated environment) and it takes you into the full desktop environment running from the stick. You can then install from that. But you can also use linux that way. You can even run linux entirely from those USB sticks (or an external drive) and get a feel for it, including installing more apps, upgrading etc all using the USB stick as storage.
    • Also try a few different different desktop environments and get a feel for which one you like. Most distros default to a desktop environment (Gnome, KDE, Cinnamon, etc). You only really need to test the desktop environments with one distro as they'll feel mostly the same in each distro.

    If you know you want to use PopOS, then follow their guide on how to install. It's generally very similar for all linux OSs (there are other methods but this is the simplest and most common):

    1. Download a disk image (ISO)
    2. Flash the disk image onto a spare USB stick. Balena Etcher is a very commonly used tool for this.
    3. Restart your computer and go into your bios (usually the Del key just after reboot, sometimes Escape or F2) and change the boot order to that USB is 1st, above your hard drives
    4. Insert the USB stick and restart the computer
    5. You should load into the Linux live environment set up by that distro. PopOS loads you directly into the installer; you can go to the desktop by clicking "Try Demo Mode" after setting up langauge and keyboard. You can just continue installing.
    6. Select the hard drive you want to install onto. BE CAREFUL at this step; most installers are good at making clear which drives are which. The last thing you want to do is wipe a data drive or your main OS. Know your computer's drives well, and if in doubt the safest thing is to unplug all the hard drives except the one you're going to install Linux onto.
    7. Follow the installer set up (to create the main user account, etc) and install.
    8. After installing reboot the system and go back into the bios. This time put your linux drive at the top of the boot order (or below USB if you still want to boot other live images - remember to take out the stick! But generally more secure to boot to a hard drive and password protect your bios so people can only boot to USB when you decide). That's it! Reboot, and select linux from the new boot menu.

    Linux has come a very long when it comes to installing and setting up; installers are generally easy to use, work well and generally hardware is recognised and set up for you. The exception will be the Nvidia graphics card - you will need to set up the Nvidia drivers. PopOS's install guide shows how to do it.

    Hope that helps! Run out of characters!

    • To answer your questions:

      When it comes to other distros; I currently use Linux Mint with KDE Plasma desktop. The debian/ubuntu ecosystem is pretty easy to use and there are lots of guides out there for fixing/tinkering with Linux Mint (or Ubuntu which largely also works) because of their popularity. Lots of software is available as ".deb" packages which can be installed easily on Linux Mint and other Debian based systems including Ubuntu.

      I've also been trying Nobara on a living room PC; that is Fedora based. I like that too, although it has a very different package manager set up.

      Whatever distro you choose, Flatpak is an increasingly popular way of installing software outside the traditional package managers. A flatpak should just work on any distro. I would not personally recommend Snap which is a similar method from Cannonical (the people behind Ubuntu) but not as good in my opinion.

      In terms of desktop environments, I like Linux Mint's Cinnamon desktop, but have moved over to KDE having decided I prefer it after getting used to it with the Steam Deck. KDE has a windows feel to it (although it's very customisable and can be made to look like any interface). I've also used some of the lightweight environments like LXDE, XFCE etc - they're nice and also customisable but not as slick. You can get a nice look on a desktop with a good graphics card with KDE. The only desktop environment I personally don't like is Gnome 3 (and the Unity shell from Ubuntu); that may just be personal preference but if you're coming from Windows I wouldn't start with that desktop environment - it's too much of a paradigm shift in my opinion. However it is a popular desktop environment.

  • Popos is a good choice. It's a solid distro and a good introduction to Linux. You can distro hop later, start with something easy for now. I installed it as a dual boot in case I needed Windows for something, but this is the first distro I haven't felt the need to switch back.

  • There are distros that make it easy for non-techies to install and manage Linux, and if you have any computer aptitude at all, it should be pretty easy. The devil is in the details; if all your hardware is well supported, there's no reason why you should ever have to open a shell. Trouble usually happens with peripherals like printers and some extremely protective vendor chips like Broadcom. In those cases, it's usually still possible to make things work, but it can require researching, finding, reading how-tos, downloading, compiling and installing software.

    I think 99% of trouble I've ever had in the past 20 years has been with printers+scanners or Broadcom chips - they're very common. I read about people having issues with graphics cards, but that seems to be mainly Nvidia; I've only ever had Intel or Radeon, and haven't had trouble with graphics cards in the past decade or so, myself.

    Anyway, my advice is to do some distro hopping before you settle on one. Boot from a USB stick for a while; it'll be a bit slower, but it'll make playing with different desktop environments and distributions easier, before you commit.

  • It's more important to make the swap in the first place than it is to pick the right distro, unless you dive straight into LFS or Gentoo or something. You'll eventually find what you want and can swap easily enough, or you'll find that you're happy with what you have!

  • Suggested reading to avoid future pain: https://lemmy.world/comment/6584073

    • I'm getting "The server returned this error: couldnt_find_post." - what was the comment about?

      • Here's the comment:

        I would advise you get Debian + GNOME and install all software via flatpack/flathub. This way you'll have a very solid and stable system and all the latest software that can be installed, updated and removed without polluting your base system. The other option obviously is to with those hipster of a systems like pop, mint and x-ubuntu.

        Now I'm gonna tell you what nobody talks about when moving to Linux:

        1. The “what you go for it’s entirely your choice” mantra when it comes to DE is total BS. What happens is that you’ll find out while you can use any DE in fact GNOME will provide a better experience because most applications on Linux are design / depend on its components. Using KDE/XFCE is fun until you run into some GTK/libadwaita application and small issues start to pop here and there, windows that don’t pick on your theme or you just created a frankenstein of a system composed by KDE + a bunch of GTK components;
        2. I hope you don't require "professional" software such as MS Office, Adobe Apps, Autodesk, NI Circuit Design and whatnot. The alternatives wont cut it if you require serious collaboration and virtualization, emulation (wine) may work but won't be nice. Going for Linux kinda adds the same pains of going macOS but 10x. Once you open the virtualization door your productivity suffers greatly, your CPU/RAM requirements are higher and suddenly you've to deal with issues in two operating systems instead of just one. And... let's face it, nothing with GPU acceleration will ever run decently unless big companies start fixing things - GPU passthroughs and getting video back into the main system are a pain and add delays;
        3. Proprietary/non-Linux apps provide good features, support and have tons of hours of dev time and continuous updates that the FOSS alternatives can’t just match.
        4. Linux was the worst track ever of supporting old software, even worse than Apple;
        5. Half of the success of Windows and macOS is the fact that they provide solid and stable APIs and development tools that “make it easy” to develop for those platforms and Linux is very bad at that. The major pieces of Linux are constantly and ever changing requiring large and frequent re-works of apps. There aren't distribution “sponsored” IDEs (like Visual Studio or Xcode), userland API documentation, frameworks etc.;
        6. The beautiful desktop you see online are bullshit with a very few exceptions. Most are just carefully designed screenshots but once you install the theme you'll find out visual inconsistencies all over the place, missing icons and all kinds of crap that makes Microsoft look good;
        7. Be ready to spend A LOT of time to make basic things work. Have coffee and alcohol (preferably strong) at your disposal all the time.

        (Wine for all the greatness it delivers still sucks and it hurts because it's true).

  • Another day another post about switching on /c/Linux. We need a separate community for all of these blog style posts.

60 comments