Steam Deck Tutorial - quick and easy fix for SteamOS not booting up due to insufficient disk space!

Subscribers:
5,580
Published on ● Video Link: https://www.youtube.com/watch?v=U55cXZIEKv4



Category:
Tutorial
Duration: 7:30
474 views
19


From time to time there are reports from users wherein SteamOS won't load and stuck on a black screen / stuck on unable to update. Usually this is caused by insufficient disk space. Most of the suggestions are to reimage / reinstall SteamOS, or use a SteamOS recovery image to free up space. But that's not ideal and that's a long method. So I decided to show a quick and easy method by just plugging in a USB keyboard and using some basic Linux commands.


So for this video, I purposely filled up my disk and it has 0 bytes free space left! SteamOS won't load because of that, and using some basic Linux commands I am able to fix it in less than 10mins.


The idea is to boot SteamOS to single user mode so it drops to a bash root prompt. And then mount the home partition and from there perform the maintenance / delete files in the shader cache folder to free up space.


This are the commands I used in this video, and a brief description of what the command does -

mount -n -o rw,remount / - this command remounts the root (/) partition to read / write.

steamos-readonly disable - same as above but I prefer the first one as it is not specific to SteamOS. I am using MAIN SteamOS 3.5 and the mount command didnt work so I did this command too.

mkdir -p /tmp/home - creates a directory called home in the /tmp directory.

mount /dev/nvme0n1p8 /tmp/home - mounts partition 8 of the first nvme drive to /tmp/home.

df -h | grep home - shows free disk space in human readable format and filter for the string home.

cd - change directory.

cd .. - go one level higher in the directory tree.

ls - list files and directories.

rm - remove files.

rm -rf - remove files including directories recursively and forcefully (use this with caution!).

du -sh * - show disk usage in the current directory in human readable format.

reboot -f - reboot the system.

Does it work!? Of course it does! Enjoy the video and happy gaming!




Other Videos By 10 Minute Steam Deck Gamer


2023-07-20Steam Deck - Zangief Pile Driver Compilation via Batocera and Windows
2023-07-19Steam Deck Demo - BestBuy Y2K Bug Warning
2023-07-18Steam Deck Tutorial - How to use CSS Loader in Windows to make Steam BPM pretty!
2023-07-17Steam Deck Batocera Emulation - Guile - Street Fighter x Tekken - PlayStation 3 - RPCS3
2023-07-17Steam Deck Batocera Emulation - Guile - Street Fighter EX3 - PlayStation PS2
2023-07-15Steam Deck Accessory - Carrying Case from Amazon that costs $2 has arrived and it's worth it!
2023-07-14Steam Deck Batocera Emulation - Streets of Rage - Level 1 and 2 completed - Sega Genesis
2023-07-13Steam Deck PC Gaming - Unlocked Cody Rhodes in AEW Fight Forever
2023-07-12Steam Deck Batocera Emulation - Zangief - Street Fighter EX2 Plus- PlayStation PS1
2023-07-10Steam Deck Tutorial - How to check if micro sdcard is genuine or fake in SteamOS using f3probe
2023-07-07Steam Deck Tutorial - quick and easy fix for SteamOS not booting up due to insufficient disk space!
2023-07-06Steam Deck PC Gaming - AEW Fight Forever runs awesome!
2023-07-06Steam Deck Tutorial - Quick and easy way to install Batocera. Plus a demo on my Steam Deck!
2023-07-04Steam Deck Tutorial - No PC needed - Create a SteamOS recovery image using SteamOS on the Steam Deck
2023-06-30Steam Deck / Windows on Deck with a bunch of stuff that randomizes and CSS Loader to make it pretty!
2023-06-27Steam Deck Demo - Dual Boot / Triple Boot with Pop! OS using Clover
2023-06-26Steam Deck - Ancient Enemy free game via GoG
2023-06-26Steam Deck Demo - Republic of Gamers (ROG) boot logo
2023-06-26Steam Deck Demo - random clover theme, random splash screen and random boot video
2023-06-21Steam Deck Tutorial - unlocked Wi-Fi driver for Windows for stability and improved performance
2023-06-21Steam Deck - Hell Division - free game via GoG



Tags:
Steam Deck
SteamOS
Linux
tutorial