Skip Navigation

Fedora Atomic is the bomb

I've been feeling gushy about my setup lately, I think I've finally found my home on Linux. For decades I've distrohopped each year and never was really happy with it all, but Fedora Atomic has changed that.

Some things I can do with Fedora Atomic that I cannot do with other Linux distros:

  • I can rebase to Bazzite for gaming performance when I feel like having a long gaming session.
  • I can rebase to Secureblue when I think I will not be gaming and would prefer a more secure linux setup.
  • I can update my system and not have to worry about special instructions, its extremely stable. Many times in the past, running a small ma-and-pa distro with most things pre-configed for performance would end with it breaking after a couple of major updates. This isn't true for configs like Bazzite and Secureblue, they are remarkably stable across many major updates due to how rpm-ostree functions.
  • Distrobox and Flatpak are more than enough at this stage for most programs and they help you avoid making too many alterations to the base image, greatly speeding up the swaps between major images.

The kicker? Your user configs and home files are never changed when you 'image hop'. It always feels like you just installed a fresh distro whenever you upgrade, and the performance benefits are noticeable. You don't have to tinker and do the same changes over and over, its all handled for you by rpm-ostree.

10/10 this is the future of Linux. I hope for a future where I can rebase entire Linux distros while maintaining my configs with one simple command, but for now, Fedora Atomic is fantastic.

The downsides:

  • There is one major downside, and its that all of your system files are read-only. Personally, I've found a dozen ways to get around this, it requires thinking inside the Distrobox. It is a notable issue for many people, though. This means you cannot make specific tweaks without making a whole new image for yourself. Though in practice, I have found the ecosystem has grown a lot. Other people have already made the best tweaks available for you with only a few simple commands.
  • Rpm-ostree also is slow to update because its essentially building a whole git tree to make sure your updates never break and are as stable as possible. You also have to reboot each time you alter it, which can be annoying, but if you stick to flatpaks and distroboxes, this issue is mitigated significantly.
74 comments
  • I really like it as well. I did three major version upgrades so far and they have been flawless. I also really like Flatpak, finally a way of easily installing something on Linux without breaking half of the system because the application you wanted to install uses libfoo 2.0 and not libfoo 1.9.9-patch-1337. With my atomic desktop applications that worked yesterday also work today. Things don't randomly break all the time.

    The future of Fedora Atomic also looks exciting; Timothée Ravier is working on sysexts which are a way of installing applications without ostree layering. I could remove most of my ostree layered packages with that.

  • I think i'll be heading back to Pop!_OS for my main rig. While i like Bazzite, i can't get VR to function on it, or get my 5.1 surround sound system working. I think it's great for a hand held, but not for a main rig.

    • You might want to look at the ujust commands on Bazzite, they have some options for setting up surround sound and VR I'm quite sure. I have a pretty simple setup personally so I've never used those things.

  • it’s also supported by Homebrew Package Manager so you can use command line shells outside containers without layering if you want to

  • Try NixOS. It's not that hard to use. And also try Home Manager when you'll be on it.

  • Your user configs and home files are never changed when you 'image hop'.

    So I have an older Lenovo Laptop that I'm looking to put Linux on to replace an even older Lenovo Laptop I currently have Linux on, and this bit really has me curious about Fedora Atomic. I'm only learning about it now through this post.

    I have intermediate experience with Linux, as it's not my daily driver, how far into the deep end would I be plunging if I gave Fedora Atomic a try?

    • The ublue releases (bazzite/bluefin/aurora) are tweaked to be set up and ready to go with minimal or no set up. You can switch between ublue and the normal fedora atomic distros, or even user customized variants, from what I understand. The root system will change, but anything installed under your user account will stay the same. The only problem that might occur between switching is that different desktop environments might overwrite some settings and cause problems that way. You would want a way to backup your config files just in case if you do a lot of switching.

      This also means you can't install multiple desktop environments side by side. Like if you wanted to choose between kde,gnome,xfce at the log in screen, it's not possible under the atmoic distros. When i've done that on regular distros it would always result in a mess, and getting rid of a DE meant a lot of orphaned programs I didn't want, so I avoid doing that, but this is a potential downside to the atomic distros. You would have to rebase and redownload stuff every time you switch DE.

      Otherwise they are rock solid and basically designed to get you up and running as fast as possible, and be as stable as possible with seamless background updates. I'm running bluefin, and it's the most user friendly and smooth experience on linux i've ever had.

      • huh, very interesting. I think I'll give Bazzite a shot and see how it goes. I have an T490 kicking around, but it only has the Intel UHD graphics (no NVIDA Mobile chip, sadly), but on Windows it could handle some gaming. So, I'll be curious to see how it works out. The Bazzite site says it doesn't support the "Steam Gaming Mode", which just means the steam big picture mode.

  • I've been running bluefin for about a week and I agree. One of the best things about these different distros is they install and configure a lot of things for you. Bluefin installs with flatpak, homebrew, distrobox, podman/docker, devcontainers configured and running on install, good peripheral support, good desktop tweaks, and sensible but easily removable default apps. Bazzite does something similar for gaming installs. It's great. If there are common apps or configs that their users want they try to implement it and get it set up and running on install, if possible. The most friction free linux install I've ever had.

74 comments