Bazzite is an alternative OS to SteamOS for the deck and other handheld PCs. Unfortunately due to a mistake, anyone who installed Bazzite before July 3rd 2024 won’t get automatic updates.

If this affects you, I’d suggest checking out the article to get instructions on fixing it.

  • smoothbrain coldtakes
    link
    fedilink
    English
    27
    edit-2
    4 months ago

    If you use Bazzite anywhere, you need to apply this fix.

    I had to fix this on my desktop and laptop.

    • @Reddfugee42
      link
      24 months ago

      As someone who’s never heard of Bazzite until this thread, what is the appeal of using it on desktop?

      • smoothbrain coldtakes
        link
        fedilink
        English
        84 months ago

        It’s an atomic variant of Fedora that satisfies all necessities for gaming with Linux, like coming with built in drivers and the option to install stuff like Steam and Discord during initial startup.

        Atomic varieties of Linux are really cool, they are much less prone to breakage because all updates happen at once or not at all. They are just generally more stable and you can rollback easily if necessary.

        Personally I just like Fedora, so my preconfigured options are either Bazzite or Nobara. I also prefer the stability of atomic variants. It’s just a solid base to work with, regardless of if you’re using a desktop or a handheld.

        • @HoloPengin
          link
          34 months ago

          Also if an update gets completely borked while installing (i.e. you lost power), then it just boots into the version you were running previously thanks to the A/B update scheme. It’s neat.

    • FubarberryOPM
      link
      fedilink
      English
      214 months ago

      It has all the advantages of steamOS, can boot straight into game mode, supports Decky plugins, etc.

      However it also supports installing traditional Linux programs permanently (which steam OS generally won’t let you do), and has other benefits too.

    • @[email protected]
      link
      fedilink
      5
      edit-2
      4 months ago

      Including the xone kernel driver for proprietary Xbox dongles is quite nice
      (you can connect Xbox gamepads via bluetooth but that will often times give you a higher input lag for Xbox pads anyway)

    • Rustmilian
      link
      English
      4
      edit-2
      4 months ago

      Their GitHub has everything you’d want to know.

    • @[email protected]
      link
      fedilink
      44 months ago

      main one for me is installing software from distro repos that aren’t in flatpak and having it persist through updates.

  • Destide
    link
    fedilink
    English
    114 months ago

    This goes for any Ublue project Aurora and Bluefin too

  • AutoTL;DRB
    link
    fedilink
    English
    54 months ago

    This is the best summary I could come up with:


    Bazzite, the popular version of Linux powered by Fedora and Universal Blue that’s great for handhelds including the Steam Deck, ASUS ROG Ally, Lenovo Legion Go and others needs a little manual user effort after a bit of human error.

    Developer Jorge O. Castro noted in a forum post how they “were rotating our cosign keypairs this morning, which is the method that we use to sign our images” and unfortunately they “made a critical error which has resulted in forcing you to take manual steps to migrate to our newly signed images”.

    They have a script set up that you can run that will fix the problem, so all you have to do is run this in a terminal app (code source):

    curl -sL https://fix.universal-blue.org/ | sudo bash

    To ensure it doesn’t ever happen again, they’ve noted some process changes to be implemented.

    See all the details in the forum post announcement.


    The original article contains 189 words, the summary contains 153 words. Saved 19%. I’m a bot and I’m open source!

  • @[email protected]
    link
    fedilink
    34 months ago

    I was puzzled for a while why it wanted to update again right after it seemigly finished but doing again it in the terminal put out an error which for ‘atomic’ distros usually means a fix like this is needed.