Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There is nothing in steam client that is steamos specific. SteamOS is just a means to boot, load and run the steam for linux client.
To keep informed of updates to steam client you could join and follow the Steam Beta Client group. https://steamcommunity.com/groups/SteamClientBeta#announcements/detail/48771702973186533
A clean install of steamos uses less than 10GB of drive space. The 1TB recommewndation is due to Valve wanting people to test the image mehod of install. The original official .zip installer supported UEFI machines only just as the image does.
Very interesting, I haven't seen this yet but very glad it came.
Regardless of partitioning the actual used space does not change on a clean install. The used space is way less than the 40+ GB disk space you describe on your default automated steamos install partitioning scheme.
Very true - although the default does assign 9.5G for swap, 9.3G for /, 9.3G for recovery, 400M for efi ...and none of those partitions are even close to full.
I was just saying after the default partitioning, the remaining /home partition on a 240GB drive was about 192GB
I'm adding a 1TB HDD for those games that I don't run as often or that I don't mind loading a bit slower.
easy peasy just remove it from the /etc/fstab
and if you do the advanced install you have more options. I do like to have swap just in case but I don't like swap on an SSD - even though the system hasn't even touched it. A swap file may be better though. Or I just put a swap on the HDD with pri=2 and the default created swap on the SDD to pri=1.
What? BPM/SteamOS only allows you to delete or skip to the game in question for "Disk Management." This has been there for quite some time.
500MB EFI System Partition, where required
10GB / (OS)
10GB /boot/recovery (OS recovery)
10GB swap (needed for OS recovery)
All remaining space /home (Steam client & games)
i do not have steamos currently installed to confirm the actual used space in each of tha partitions to help confirm minimum partition sizes
I do mknow manualy creating the /boot/recovery partition in the same sda# as default install allows post_install.sh to run clonzilla as expected. The scrpt looks for sda# and mount point and not available space iirc.