this post was submitted on 21 Jul 2025
94 points (86.7% liked)
Linux Gaming
20297 readers
138 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your biggest issue is going to be dealing with multiple partitions, unless you can find another boot disk, because your disk is pretty full. I would strongly recommend getting a second disk, unless you are willing to delete a lot of (presumably) game executables.
It is also a good idea to have a relatively smaller Linux partition, and point your Steam library and other documents to a separate data partition. My 1TB nvme has 150MB EFI FAT32 partition, a 100GB ext4 root partition (Linux is installed here), and the remaining ~900GB as my ext4 data partition. This way, if you choose to install a different Linux, or blow away your root partition, you can relink your Steam/Music/Video Libraries and local AI models, and get up and running again very quickly.
Outside of the disk, my top recommendation is to archive your active steam games, so you can restore them into Linux without fully re-downloading later. Additionally, unless your games are in Steam Cloud, you will also have a bit of a time restoring save files to the new OS, as the file paths will be different than you are used to on Windows.
My second recommendation is to ensure secure boot is disabled in your BIOS; there are currently known issues with driver signing with the NVIDIA driver.
Finally, assuming you’re on a Ubuntu-based distro like Mint, ensure you install Steam from the .deb or apt package, not the flatpak. On Mint, “Install Steam” is available right in the start menu.