this post was submitted on 18 Nov 2024
49 points (100.0% liked)

Steam Deck

14861 readers
211 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

So after I last updated my deck I got a generic error message. No biggie. But then suddenly on the next reboot: stuck at the boot logo. Tried lots of things, no way of getting back in. Not with the current kernel, not with the previous one. Really annoying as I use my deck as a general purpose computer too.

So I created a recovery USB. Reinstalling the OS (which attempts to preserve user data and games) failed silently. So I reluctantly copied my entire home folder to an external drive and went with the nuclear option of completely reimaging the internal drive. After steam os finished installation I restored my entire home folder from the backup and restarted the machine.

I was expecting to having to manually reinstall and reconfigure so many apps and settings. And was verily not looking forward to it. But lo and behold: pretty much everything worked just the way it did before the fumbled system update. My desktop layout and window arrangements remained the same, settings and preferences were preserved, it didn't even log me out of email account. No manual imports of settings required. I had to reinstall most apps via the Discover store first, that much is true. But that took just a couple of minutes.

So yeah, really happy with how that went. Last time I had to reinstall everything on a Windows system it was a major pain as settings are all over the place (on the system drive, in the registry, inside appdata, inside the my documents folder, etc). I guess it has to do with the Linux philosophy of "everything is a file".

In the future I'll actually move my /home/ folder to my SSD card so that if this ever happens again the process is even less painful.

PSA: when you backup your home folder make sure to include all the hidden folders and files (anything starting with a dot like the .config folder).

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 hour ago

If you like this, you may be interested in https://fedoraproject.org/atomic-desktops/

I'm not a Fedora fan, but this is what Bazzite (desktop Steam Deck like OS) is based on. It's almost like source control, where any updates you make are on top of the base image, and when you update, it just rebases your changes over to of the new base image (simplified).

Beyond that, take a look at what many people do called dotfiles. This is where you symlink common home directory files ans folders like .config/etc to a git repo, so not only is it easy to restore any Linux OS settings for apps, you also get version history.