How to Find My Elden Ring Save File on Linux
Finding your Elden Ring save file on Linux can feel tricky if you’re new to gaming on this platform. Unlike Windows, Linux stores game files in different places, and Elden Ring’s save data isn’t always obvious. But don’t worry—I’ll guide you through the process step-by-step so you can back up, transfer, or troubleshoot your save files easily.
Whether you’re using Steam Proton, Lutris, or another compatibility layer, knowing where your Elden Ring save file lives is key. I’ll explain the common locations, how to access them, and tips for managing your save data on Linux. By the end, you’ll be confident in handling your Elden Ring saves without hassle.
Understanding Elden Ring Save Files on Linux
Elden Ring save files store your progress, character stats, and game world state. On Linux, the game typically runs through compatibility layers like Steam Proton or Lutris, which emulate Windows environments. This means your save files are stored inside a virtual Windows file system created by these tools.
Here’s what you need to know:
- Save file format: Elden Ring saves are usually
.sl2files. - Location depends on the launcher: Steam Proton and Lutris use different directories.
- Backing up saves: It’s important to back up these files before reinstalling or updating the game.
Because Linux doesn’t natively run Elden Ring, the save files won’t be in a simple folder like on Windows. Instead, they’re inside a “prefix” or “wineprefix” folder that mimics Windows directories.
Locating Elden Ring Save Files with Steam Proton
If you play Elden Ring on Linux using Steam Proton, your save files are stored inside Steam’s compatibility folder. Here’s how to find them:
- Open your home directory. This is usually
/home/yourusername. - Navigate to the Steam Proton prefix folder. The path looks like this:
~/.steam/steam/steamapps/compatdata/1245620/pfx/1245620is Elden Ring’s Steam app ID.
- Inside the
pfxfolder, go to:drive_c/users/steamuser/AppData/Roaming/EldenRing/ - Look for files ending with
.sl2. These are your save files.
Quick Tips for Steam Proton Saves
- Use a file manager or terminal to navigate.
- You can back up the entire
EldenRingfolder to save your progress. - If you want to transfer saves to another machine, copy this folder.
Finding Elden Ring Saves Using Lutris
Lutris is a popular game manager for Linux that supports running Elden Ring with Wine or Proton. The save file location depends on your Lutris configuration, but usually, it’s inside the Wine prefix folder.
Here’s how to find it:
- Open your home directory.
- Go to the Lutris Wine prefix folder, typically:
~/.local/share/lutris/runners/wine/ - Find the prefix folder for Elden Ring. It might be named something like
eldenringor a custom name you set. - Inside the prefix, navigate to:
drive_c/users/username/AppData/Roaming/EldenRing/ - Look for
.sl2save files here.
Tips for Lutris Users
- If you’re unsure about the prefix location, check Lutris settings or the game’s configuration.
- You can back up or restore save files by copying this folder.
- Some Lutris setups use custom Wine versions, but the save file path remains consistent.
Using the Terminal to Find Elden Ring Save Files
If you prefer the terminal, you can quickly locate your Elden Ring save files with commands. Here’s a simple way:
- For Steam Proton:
find ~/.steam/steam/steamapps/compatdata/1245620/pfx/ -name "*.sl2" - For Lutris (replace
eldenringwith your prefix name):find ~/.local/share/lutris/runners/wine/eldenring/ -name "*.sl2"
This command searches for all .sl2 files inside the specified directories. It’s a fast way to confirm where your save files are.
Backing Up and Transferring Elden Ring Save Files on Linux
Backing up your save files is smart to avoid losing progress. Here’s how you can do it:
- Locate the save folder using the steps above.
- Copy the entire
EldenRingfolder containing.sl2files. - Paste it somewhere safe, like an external drive or cloud storage.
To transfer saves to another Linux machine:
- Copy the backed-up folder to the same location on the new system.
- Make sure the game uses the same compatibility layer (Steam Proton or Lutris).
- Launch Elden Ring, and your progress should appear.
Troubleshooting Common Save File Issues on Linux
Sometimes, you might face issues with Elden Ring save files on Linux. Here are common problems and fixes:
- Save files not found: Double-check the compatibility layer and prefix path.
- Game not recognizing saves: Ensure the save files are in the correct folder inside the prefix.
- Corrupted save files: Try restoring from a backup or verify game files via Steam.
- Permission errors: Make sure your user has read/write access to the save folder.
If you use Proton, you can also try running Steam with elevated permissions or resetting the prefix if problems persist.
Managing Multiple Elden Ring Saves on Linux
If you want to manage multiple save files or profiles, here’s what you can do:
- Create separate folders for each save backup.
- Rename
.sl2files to keep track of different progress points. - Use scripts to automate backing up saves before playing.
This approach helps if you want to experiment with different builds or share saves with friends.
Conclusion
Finding your Elden Ring save file on Linux is easier than it seems once you know where to look. Whether you use Steam Proton or Lutris, your save files live inside a Windows-like prefix folder. By navigating to the right directory, you can back up, transfer, or troubleshoot your game progress confidently.
Remember to back up your save files regularly to avoid losing hours of gameplay. With these tips, you’ll have full control over your Elden Ring saves on Linux and enjoy your adventure without worries.
FAQs
Where exactly is Elden Ring save data stored on Linux with Steam Proton?
It’s stored in ~/.steam/steam/steamapps/compatdata/1245620/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/. Look for .sl2 files here.
Can I transfer Elden Ring saves from Windows to Linux?
Yes, copy the .sl2 save files from Windows’ AppData/Roaming/EldenRing folder to the same location inside your Linux Proton or Wine prefix.
How do I back up my Elden Ring save files on Linux?
Locate the save folder inside the prefix and copy the entire EldenRing folder to a safe place like an external drive or cloud storage.
What if my Elden Ring save files are missing on Linux?
Check the correct prefix path and ensure the game is running under the expected compatibility layer. Also, verify file permissions.
Does Lutris save Elden Ring files in a different location than Steam Proton?
Yes, Lutris uses its own Wine prefix, usually under ~/.local/share/lutris/runners/wine/, but the save file path inside the prefix is similar.
