this post was submitted on 21 Apr 2025
113 points (94.5% liked)

Linux

53724 readers
1254 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Look, I've only been a Linux user for a couple of years, but if there's one thing I've learned, it's that we're not afraid to tinker. Most of us came from Windows or macOS at some point, ditching the mainstream for better control, privacy, or just to escape the corporate BS. We're the people who choose the harder path when we think it's worth it.

Which is why I find it so damn interesting that atomic distros haven't caught on more. The landscape is incredibly diverse now - from gaming-focused Bazzite to the purely functional philosophy of Guix System. These distros couldn't be more different in their approaches, but they all share this core atomic DNA.

These systems offer some seriously compelling stuff - updates that either work 100% or roll back automatically, no more "oops I bricked my system" moments, better security through immutability, and way fewer update headaches.

So what gives? Why aren't more of us jumping on board? From my conversations and personal experience, I think it boils down to a few things:

Our current setups already work fine. Let's be honest - when you've spent years perfecting your Arch or Debian setup, the thought of learning a whole new paradigm feels exhausting. Why fix what isn't broken, right?

The learning curve seems steep. Yes, you can do pretty much everything on atomic distros that you can on traditional ones, but the how is different. Instead of apt install whatever and editing config files directly, you're suddenly dealing with containers, layering, or declarative configs. It's not necessarily harder, just... different.

The docs can be sparse. Traditional distros have decades of guides, forum posts, and StackExchange answers. Atomic systems? Not nearly as much. When something breaks at 2am, knowing there's a million Google results for your error message is comforting.

I've been thinking about this because Linux has overcome similar hurdles before. Remember when gaming on Linux was basically impossible? Now we have the Steam Deck running an immutable SteamOS (of all things!) and my non-Linux friends are buying them without even realizing they're using Linux. It just works.

So I'm genuinely curious - what's keeping YOU from switching to an atomic distro? Is it specific software you need? Concerns about customization? Just can't be bothered to learn new tricks?

Your answers might actually help developers focus on the right pain points. The atomic approach makes so much sense on paper that I'm convinced it's the future - we just need to figure out what's stopping people from making the jump today.

So what would it actually take to get you to switch? I'm all ears.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 61 points 1 week ago (2 children)

Lack of interest. It doesn't solve any problems that I have.

[–] [email protected] 39 points 1 week ago

But just think about all the problems you're not having that you could be solving!

load more comments (1 replies)
[–] [email protected] 47 points 1 week ago (5 children)

oops I bricked my system

I honestly can't think of a single time I've done this in the 20 years I've been using linux.

what’s keeping YOU from switching to an atomic distro

I dunno, it just seems like the latest fad. Debian/Arch work just fine.

[–] [email protected] 13 points 1 week ago (6 children)

idk I've gotten mine into a state i couldnt fix more times than I can count. Immuteable distros have been a game changer for me and if I'm being honest I think they're going to be the biggest thing for mainstream adoption in Linux's entire history.

[–] [email protected] 8 points 1 week ago (2 children)

I'm curious what you're doing to your system that bricks it so often that would be considered a risk for a normal every-day normie user?

[–] [email protected] 7 points 1 week ago (3 children)

Upvoting but please stop using the term "bricking" this way. Bricking is permanent and there is no recovery. You have turned your device into a useless brick.

load more comments (3 replies)
load more comments (1 replies)
load more comments (5 replies)
[–] [email protected] 10 points 1 week ago (1 children)

I agree. I have become more amenable to things like Flatpak or Podman/Docker to keep the base system from being cluttered up with weird dependencies, but for the most part it doesn't seem like there's a huge upside to going full atomic if you're already comfortable.

load more comments (1 replies)
[–] [email protected] 10 points 1 week ago (1 children)

The whole "I bricked my system" thing is just ridiculous.

[–] [email protected] 9 points 1 week ago* (last edited 1 week ago) (2 children)

It actually happened to me today on Arch.

I updated the system, including the kernel, everything went smoothly with no errors or warnings, I rebooted, and it said the ZSTD image created by mkinitcpio was corrupt and it failed to boot.

I booted the arch install iso, chrooted into my installation and reinstalled the linux package, rebooted, and it worked again.

I have no explanation, this is on a perfectly working laptop with a high end SSD, no errors in memtest, not overclocked, and I've been using this Arch install for over a year.

The chances of the package being corrupt when I downloaded it and the hash still being correct are astronomically low, the chances of a cosmic ray hitting the RAM at just the right time are probably just as low, the fact that mkinitcpio doesn't verify the images that it creates is shocking, the whole thing would have been avoided on an immutable distro with A/B partitions.

[–] [email protected] 5 points 1 week ago

Something like this happened to me once. Now I'm on Bazzite on my desktop and Aurora on my laptop.

Pure bliss.

load more comments (1 replies)
load more comments (2 replies)
[–] [email protected] 30 points 1 week ago (3 children)

Near as I can tell they're primarily aimed at desktop users who want to treat their computer like a smartphone.

I do software development and need a ton of tools installed that aren't just "flatpaks". IntelliJ, Pycharm, sdkman, pyenv, Oracle libraries and binaries, databases, etc. The last time I tried this I ran into a bunch of issues. And for what gain? Basically zero.

load more comments (3 replies)
[–] [email protected] 28 points 1 week ago* (last edited 1 week ago)

I switched to nixos years ago. Its better now than it ever has been as far as available packages and etc. But it does present issues if you get off the beaten path - the "now you have two problems" issue. For instance:

  • if software is not packaged for nixos already, you won't be able to follow the 'build from source' directions on its github page or etc. You have to make a nix package or at least development environment first. That can be tricky and you won't have help from the software dev.
  • If software downloads exes that require libraries to be in a certain standard location, well, they won't work. Android studio for instance, downloads compilers and so forth. There are workarounds, mostly, but it can take a while to discover and get working and I'm sure many people give up. Again, the android studio software and documentation will be no help at all.

That said, more and more projects are supporting nix, and nixpkgs has gotten really big. I think they support more packages than any other distro now.

[–] [email protected] 18 points 1 week ago* (last edited 1 week ago) (6 children)
  1. I don't really want to use Containerized packaging (flatpak,appimage nixos solves this nicely but its not my distro)
  2. They don't offer many desktop envoirments (typo sorry but nixos also solves this )
  3. I like my current distro
load more comments (6 replies)
[–] [email protected] 18 points 1 week ago (2 children)

I wonder if OP and about 3/4 of the people in here understand the difference between atomic and immutable.

[–] [email protected] 7 points 1 week ago (1 children)

I'm not sure I do, please can you explain?

[–] [email protected] 14 points 1 week ago* (last edited 1 week ago) (1 children)

Atomic distros update in a monolithic block and if it fails, it's as if no part of it occurred.

Immutable distros have a readonly filesystem and you can't change any part of the system without explicitly remounting the files to write, then doing your updates. It's not necessarily atomic when that update occurs, either.

You don't need to layer or containerize applications you install in an atomic system, you can install an application as normal with the system package manager, it just has to complete successfully to be installed, then it becomes part of the overall A/B update system.

Immutable distros need to containerize the installations, or use layering to apply applications to the underlying RO filesystem, which makes installing software rather a pain in the ass at times.

OP keeps using the word "atomic" but the questions and explanation are more about "immutable". And my answer to them about why wouldn't I use an immutable system is pretty much the last, installing/updating/troubleshooting non-system software is a pain in the ass. On a dev station, it's a nightmare.

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 13 points 1 week ago* (last edited 1 week ago) (1 children)

Ive been using pop-os for my desktop for years. Ive had no update headaches, roll back issues, or anything else that would compel me to swap distros for one that made these things better.

So to answer your question:

None of the above are compelling features that justify the work to switch off an already very stable distro.

load more comments (1 replies)
[–] [email protected] 13 points 1 week ago* (last edited 1 week ago) (2 children)

I tried Silverblue.
And I wanted to run it without layering, cause everyone tells you to avoid it, since it kinda defeats the purpose of an atomic distro in the first place.

First of all, it was buggy. As an example, automatic updates didn't work, I had to click the update button and reboot twice for it to actually apply, even though it was activated in the settings.
None of the docs helped (actually, there wasn't any in-depth documentation at all). And no one had a solution besides "It should actually just work".
That's the main advantage (the devs test with the exact same system you run) gone right from the start.

Then Firefox is part of the base image, but it's Fedora's version, which doesn't come with all codecs.
If you install Firefox from Flathub, you now have 2 Firefox's installed, with identical icons in the GUI. So you need to hide one by deleting its desktop file. Except you can't. So you have to copy it into your home directory and edit it with a text editor to hide the icon.
Then I went through all the installed programs to replace the Fedora version with the Flathub version, cause what's the point of Flatpak if I'm using derivative versions? I want what the app's dev made.

Then it was missing command line tools I'm used to. Installing them in a container didn't work well cause they need access to the entire system.

Finally, I realized even Gnome Tweaks wasn't part of the installation, and it isn't available as Flatpak.
That's the point where I tipped my hat and went back to Debian. Which isn't atomic, but never gave me any issues in the first place.

Maybe it's better now, I was on the previous version. Or maybe the Ublue flavours are better. But I don't see any reason to start distro-hopping again after that first experience.

load more comments (2 replies)
[–] [email protected] 12 points 1 week ago (1 children)

what’s keeping YOU from switching to an atomic distro?

I tried switching to VanillaOS a month ago. I had a hell of a time getting my niche use-case to work, consisting of using Syncthing to sync my Obsidian notes to a server via Tailscale. Apparently, I had to create a custom VanillaOS image just to install Tailscale? Also, I couldn't get wl-copy to work. Also, docs were out of date and missing.

See notes: https://lemmy.today/post/25622342/14849341

I like Arch because I have control over the system. At least with VanillaOS (not sure about other immutable distros), it seems like I'm supposed to give up control or fight with the system to let me do what I want.

I actually have accidentally bricked my Linux system in the past, but that was a long time ago and I learned from the experience. So it's not a problem I currently have.

I still haven't gotten to doing this, but actually, I was thinking the locked down nature of VanillaOS might be fine for my parents. They currently only use their Mac for browsing the web and not much else. Seems like VanillaOS might be a good fit for users that don't have very demanding computing needs.

load more comments (1 replies)
[–] [email protected] 10 points 1 week ago

Doesn't solve any problem I have. Why switch?

Also, interesting concept the immutable one, but just... Why?

[–] [email protected] 10 points 1 week ago (2 children)

Probably because everyone is still constantly recommending Mint as a good distro for beginners.

[–] [email protected] 13 points 1 week ago

People recommend Mint mostly as a better Ubuntu I think. Ubuntu is still the most popular and, increasingly, not the best distro to start with.

Fedora currently fills the space that Ubuntu used to fill. Probably the biggest caveat with Fedora now is the lack of codecs by default.

[–] [email protected] 5 points 1 week ago

I JUST switched to Linux, and I tried Mint and Fedora, ending IP sticking with fedora. You are correct so many people said to use mint as a begginer.

[–] [email protected] 10 points 1 week ago (3 children)

I have a small testing field. My mother is using Opensuse Aeon and my father in law is using Fedora Silverblue. Since I am their IT support it's fine. I asked what they wanna do on their Laptops and figured it doesn't matter if they use windows, mac or any linux distro. Since I am most comfortable with linux, it is what they are using now. They are happy and I am getting the same amount of questions as before. Had no real trouble since then.

load more comments (3 replies)
[–] [email protected] 9 points 1 week ago

You just said it yourself. I do like to tinker. I can install a distro in 15 minutes. I can fix my system. I do make backups. Why would I need or want an atomic distro again?

[–] [email protected] 9 points 1 week ago (4 children)

we're not afraid to tinker

what's keeping YOU from switching to an atomic distro

  1. Being able to tinker. Atomic distros are about choosing in advance to not tinker with a large part of your system. There's good reasons to do that, sure, but not good enough for me right now.
load more comments (4 replies)
[–] [email protected] 9 points 1 week ago

Flatpaks are problematic enough on its own and I avoid them when at all possible.

I’d never want to make my whole system flatpak based. That’s the opposite of what I want.

[–] [email protected] 8 points 1 week ago (1 children)

The reason most people still stick with windows/Macs. Current OS just works. I personally run mint, it works.

Before this i run windows 10 LTSC. The only reason i jump to mint is because it is almost the same as windows.

load more comments (1 replies)
[–] [email protected] 8 points 1 week ago (1 children)

I like fucking around and finding out. I also don't like roll backs, real men only roll forwards :)

(don't take that too seriously please)

load more comments (1 replies)
[–] [email protected] 7 points 1 week ago (2 children)

I really like Debian stable, and have for a very long time. I'm not too fearful of fucking up the system because Debian stable is more stable than most anvils, and I have timeshift installed with regular backups configured which get stored locally and to a RAID 5 array on my NAS system (which is also running Debian). Anything super duper important I also put onto a cloud host I have in Switzerland.

If I want to do something insane to the system, which is rare, then I test it extensively in virtualization first until I am comfortable enough to do it on my actual system, take backups, and then do it.

I am working to make my backup/disaster recovery solution even better, but as it stands I could blow my PC up with a stick of dynamite and have a working system running a day later with access to all of my stuff as it was this morning so long as a store that sells system hardware is open locally. If it were a disk failure, or something in software, It would take less than a day to recover.

So what keeps me from switching is that I really do not see a need to, and I like my OS.

[–] [email protected] 4 points 1 week ago (2 children)

Similar for me. Debian works.

And I'm just too busy with other things to bother trying different distros. I want my computer to work with a minimum of fuss.

That said Bazzite does sound interesting and might go on my gaming system. Debian stable isn't the best choice for that. Lol

load more comments (2 replies)
load more comments (1 replies)
[–] [email protected] 7 points 1 week ago

Managing 30+ machines with NixOS in a single unified config, currently sitting at a total of around 17k lines of nix code.

In other words, I have put a lot of time into this. It was a very steep learning curve, but it's paid for itself multiple times over by now.

For "newcomers", my observations can be boiled down to this: if you only manage one machine, it's not worth it. Maaaaaybe give home-manager a try and see if you like it.

Situation is probably different with things like Silverblue (IMO throwing those kinds of distros in with Guix and NixOS is a bit misleading - very different philosophy and user experience), but I can only talk about Nix here.

With Nix, the real benefit comes once you handle multiple machines. Identical or similar configurations get combined or parametrized. Config values set for Host A can be reused and decisions be made automatically based on it in Host B, for example:

  • all hosts know my SSH pub keys from first boot, without ever having to configure anything in any of them
  • my NAS IP is set once, all hosts requiring NAS access just reuse it implicitly
  • creating new proxmox VMs just means adding, on average, 10 lines of nix config (saying: your ID will be this, you will run that service) and a single command, because the heavy lifting and configuring has already been done, once -...
[–] [email protected] 6 points 1 week ago

I actually used bazzite as my first mainstream linux distro and I hated it because every second command I pasted in didn't work and I didn't understand why. I eventually figured out it was due to the immutable nature of bazzite and began telling everyone to never use bazzite because it doesn't work very well.

Now I actually understand what the actual upsides are and why it's different I will change to mainstream distros to actually get a hold of what it's usually like before considering changing back over.

[–] [email protected] 6 points 1 week ago

nothing. I am a bazzite and bluefin convert. it feels like a dream after 20+ years of futzing about with Linux.

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago)

My main reason is one you listed. My setup works well for me; I enjoy it; and I don't feel the need to fix what ain't broke (when the "fix" likely involves breaking a lot of things I need to fix, and generally a lot of time and effort). Plus, from what I can tell, if you are particular about parts of your system, the immutable distros on offer are not diverse enough to cater to you—eg can I use my preferred init system, runit? All the immutable distros I know are systemd (which I am not a big hater of, but I like and am accustomed to runit already).

Edit: saw what you said at the end about what it would take for me to switch. It would be if I had a real use case for it, eg I regularly had problems that an immutable distro would solve, or I could see a way that an immutable distro would drastically improve my workflow.

[–] [email protected] 5 points 1 week ago

Long, LONG, time linux user here, but to answer your question, most general users don't tinker. They want it to 'just work,' which is why Apple, and to a lesser extent Windows, has dumbed everything down and made it proprietary (beyond just the locked in money thing) so users don't have to think. Plus, support is a big money maker, for the corporations anyway.

[–] [email protected] 5 points 1 week ago (2 children)

My current setup works perfectly fine, haven't bricked my system in half a decade.
The learning curve seems steep. It seems to introduce a lot of complexity without much benefit for me. Docs are sparse and everything that is already out there is written with "traditional" setups in mind.

load more comments (2 replies)
[–] [email protected] 5 points 1 week ago

I have to admit, when it comes to new developments in the Linux world, I tend to live under a rock ... never switched to Wayland, not because I have any ideological reservations, but because my favorite WM (a minimalist WM developed by a friend of mine) is available only for Xorg.

I had heard about NixOS before, but until I stumbled upon this thread, I didn't have a good understanding about what an atomic distro is. Now that I have a bit of an understanding, I guess I can only repeat what others said before, it seems to be solving a problem that I don't have. I've been using rolling release distros for a very long time (at first Gentoo, like, 15 or more years ago, but Arch (btw) for over a decade now, with occasional, typically short stints in Debian-based distros), and the amount of problems caused by updates has been negligible for the last decade (Gentoo overlays 15 years ago could be a pain, for sure).

It does sometimes bother me that my OS config seems to so ... static these days, but then again I have so many things going on in life on that I don't feel a huge need to prioritize changing an OS that feels blazingly fast to use, stable, minimalist, and basically checks all the boxes. It just became my high-productivity comfort zone.

[–] [email protected] 5 points 1 week ago

i use arch. I've got it set up and it works really well for me. I'd only switch if I had some feature I needed in atomic that I can't have in arch. (not just a feature atomic has, but a feature I need that atomic has)

[–] [email protected] 5 points 1 week ago

I'm on Debian stable on my desktop but I tinkered with SteamOS on the SteamDeck, so Arch.

no more “oops I bricked my system” moments

I don't actually know what that means. If the system because unbootable it's because I explicitly messed it up, for example by editing fstab or tinkering with GRUB. I honestly can not remember an apt update that broke the system, and I don't just mean my desktop (which I use daily, to work and play) but even my remote servers running for years.

So... I think that part mostly comes down to trusting the maintainer of the pinned distribution. They are doing their best to avoid dependency hell in a complex setup but typically, if you do select stable, it will actually be stable.

I do have discussions like this every few months on Lemmy and I think most people are confused about what is an OS vs. what is an application. IMHO an application CAN be unstable, e.g. Firefox or the slicer for your 3D printer because you do want the very latest feature for some reason. The underlying building blocks though, e.g. kernel, package manager, arguably drivers, basically the lower down the stack you go, the more far reaching the consequences. So if you genuinely want an unstable system somehow, go for it, but then it is by choice, explicitly, and then I find it hard to understand how one could then not accept the risk of "oops I bricked my system" moment.

[–] [email protected] 5 points 1 week ago

It's cool but it's just more hassle than it's worth at the moment.

[–] [email protected] 5 points 1 week ago

Really cool in terms of rebasing and rollback, but Flatpak isn't there yet (for me at least). Introduces lots of complexity without much benefit for me. They have their uses, but not for me yet. And honestly, I haven't bricked my system in long enough that I don't consider it a benefit I really care for.

Don't get me wrong, they are cool, and I hope development is continued but they aren't for me just yet.

[–] [email protected] 5 points 1 week ago

Let's answer your question with a question: Why should I reimage my whole tailored home setup, have to learn a different method of doing everything on my system, and ultimately slow my workflow for an atomic system? Sure, it's cool, but it's not worth upending everything that I use for. I'm glad it exists, but I don't currently have a need for it.

[–] [email protected] 4 points 1 week ago (1 children)

Traditional distros have decades of guides, forum posts, and StackExchange answers. Atomic systems? Not nearly as much. When something breaks at 2am, knowing there's a million Google results for your error message is comforting.

This is my reason. I've been using Arch exclusively for a few years, but have used it on and off since 2008. I still don't consider myself an expert by any means, and I frequently pull the docs and old forum threads to solve issues I run into.

Documentation is the most important deciding factor for me. I didn't use more fully featured distributions, even if they were "easier" becuase if I can't look up the answer, and I have to live with something because I don't know what button to press... I mean you may as well just give me a windows box again.

load more comments (1 replies)
[–] [email protected] 4 points 1 week ago (1 children)

I switched a workstation to Secureblue for the very specific security priorities targeted by that project, but I think for the majority of users, the main reason for not switching to atomic is one you mentioned: why fix what isn't broken? The main selling point promoted to potential new users seems to be that updates don't break anything, but I can't remember a single time since Debian Sarge that an update broke anything for me, and I actually find the rpm-ostree package layering and updating process to be far more of a headache than otherwise.

Unless it's prepackaged like a steam deck, moving from the traditional way of doing things to atomic is a major change. Like any major change, people need a good reason to make it, and I think right now the only compelling ones are either hyper-specific (switching to okd and needing to build it on coreos, wanting to move to a specific atomic project, etc.), or just general curiosity.

load more comments (1 replies)
load more comments
view more: next ›