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@lemmy.ca
        link
        fedilink
        English
        arrow-up
        8
        ·
        4 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.

  • AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 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!

  • Grass
    link
    fedilink
    arrow-up
    3
    ·
    4 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.