So I took the plunge and installed Fedora Silverblue because of all that immutable buzz. And it’s the most frustrating change I have made in almost 20 years of my distrohopping.

After installing Silverblue I configured it as usual. I installed necessary flatpaks, played with toolbox and distrobox, installed codecs, configured my bluetooth keyboard and other stuff in /etc and /var. Applied some useful tweaks I found on the web and… well… everything works. Nothing to do anymore. No issues. Nothing breaks, no dependency hell, everything runs smooth. I have nothing to tweak, tinker or configure anymore. So frustrating.

Every update is just… meh. Smooth, new, fresh system not affected by my stupid tweaking and breaking. Booooring.

I don’t have to distrohop anymore. If I want other distros I can just install them in distrobox. Other versions of apps? Something from AUR perhaps…? No problem. What’s the point of distrohopping now? Other DEs? I just rebase my system to other images with almost any DE or WM I want without losing data or messing everything up (damn you, UBlue!).

I don’t even have to reinstall the damn thing cause every time I update the system or rebase it to another image it’s like reinstalling it.

Silverblue killed distrohopping for me. Really frustrating.

  • pukeko@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    11 months later …

    NixOS looks interesting whoosh sucked into a warp

  • BaumGeist@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    After beginning to wrap my head around atomic immutable OSes, I can’t believe they’re not the standard for most servers. i can’t believe Debian doesn’t have an official atomic and immutable version yet, seems exactly like the kind of stability they aim for

  • Ace Lucario@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    I don’t fully understand how silverblue and kinoite are different, but I feel this way with base Fedora KDE. I’ve never broken it even a little bit when that used to be common with Ubuntu based distros for whatever reason.

    • Caveman@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      Silverblue and Kionite are both Ublue distros, one has gnome and other KDE. One nice thing is that you can just swap between gnome and KDE without breaking anything via rebasing.

        • beforan@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          10 months ago

          I don’t know tons of the detail but I understand the principle. The immutable part of the system is really just an applied oci container image for any ublue based distro.

          Certain mount points are writable and persisted (e.g. /home), but otherwise you can just reimage the entire system with any compatible (ublue based) image. Then each image is built by layering changes using ostree. So that’s how you get the different distros.

          Silverblue is ublue with gnome, kinoite is ublue with KDE, Bazzite layers steam, proprietary Nvidia drivers and other stuff mainly gaming related, etc.

          System updates (which tend to be regular) are just applying an updated image, so actually updating is effectively the same as rebasing.

          You can also yourself add ostree layers on top of the base image, and if you rebase to a different one your layers get reapplied on top.

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 months ago

        I wrote a thing about this earlier: Fedora has apparently been infected with an advertising department. Their website has a lot of branding and buzzwords and wanketeering and very few technical details. It never says the word Gnome anywhere. You just have to know “Workstation” and “Silverblue” mean Gnome.

  • geoma@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    AAMOF, I install Fedora Kinoite (Like silverblue but KDE plasma) to people coming from windows, first GNU/Linux Experience.Practically unbreakable. does its work.

    • AJamesBrown@aussie.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      10 months ago

      As A Matter Of Fact, I had to google that because I’ve never seen anyone use that abbreviation.

  • Dragula [any/any]@lemmygrad.ml
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    I’ve been considering it for a while but my main setup (knock on wood) has been rock solid with traditional fedora. If I ever end up switching distros silverblue is probably going to be it.

  • MajorSauce@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    I’m in the same boat, Kinoite (or rather my own blue build of it) killed my distro-hopping. But fans of Arch might be interested in the upcoming immutable arch-based OS: BlendOS

      • MajorSauce@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        Thanks! I had not heard about it.

        It seems to only consider GNOME as the official DE and seem to not have the “blend” integrations of different distro.

        Might not be for me but I appreciate the reply and it might help others.

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    Oh man. I’m so sorry for your loss. May your system break at some vague point in the future in a way that is nigh impossible to diagnose and that no one else seems to have experienced. Godspeed, you unwillingly content penguin!

    • Vilian@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      that the thing, if it breaks, the roolback is there or simply rebase without merging /etc, so basically a factory reset

    • laughterlaughter@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      What does rebasing mean in this context? I try to google it, but all I get is git rebase.

      Any articles about it that are worth reading? Or if you can explain, that would be neat. Thanks!

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        Its the same :D

        Rebasing refers to an OSTree remote which is like a git repo, but with binaries and producing bootable systems. There are some differences there.

        The idea is: there is a remote that has the exact wanted configuration, your system mirrors it. All the package manager does is similar to git pull.

        If you rebase, you switch the upstream remote, and your system gets the diffs, downloads them.

        The cool thing is, that these updates are atomic, so you stay on the current system and the rebased one is only set as the system you boot in after a reboot. You can still sudo ostree admin pin 0 before rebasing, and your current system will be saved forever to switch back to.

        Note that /etc is writable so you might still accumulate duplicate or redundant configs.

        gitlab.com/fedora/ostree/sig/-/issues

      • Caveman@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        It’s a command provided by the OS to distrotop between ublue distros. You can basically hop between silverblue, Kionite and Bazzite with a single command.

          • Vilian@lemmy.ca
            link
            fedilink
            arrow-up
            0
            ·
            10 months ago

            ostree based distros*, the default fedora don’t use ostree so you can’t rebase, bazzite is not fedora but they also use ostree, so you rebase there

            • laughterlaughter@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              10 months ago

              I have so much to learn. Last time I was tracking distros and having fun with distro hopping was with Slackware 7, I think.

              What is ostree? What is bazzite? Time to google stuff.