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
(updates soon)
I'll just wait for things to iron out -- or until I can get my hands on a Steam Box somehow ;)
https://gist.github.com/anonymous/7955136
if loadfont /boot/grub/font.pf2 ; then
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod gfxterm
insmod png
terminal_output gfxterm
fi
set theme=/boot/grub/theme/1
menuentry 'Automated install (WILL ERASE DISK!)' {
set background_color=black
linux /install.amd/vmlinuz preseed/file=/cdrom/default.preseed DEBCONF_DEBUG=developer desktop=steamos auto=true priority=critical video=vesa:ywrap,mtrr vga=788 -- quiet
initrd /install.amd/gtk/initrd.gz
}
menuentry 'Expert install' {
set background_color=black
linux /install.amd/vmlinuz preseed/file=/cdrom/default.preseed DEBCONF_DEBUG=developer desktop=steamos priority=low video=vesa:ywrap,mtrr vga=788 --
initrd /install.amd/gtk/initrd.gz
}
menuentry 'Rescue mode' {
set background_color=black
linux /install.amd/vmlinuz preseed/file=/cdrom/default.preseed DEBCONF_DEBUG=developer video=vesa:ywrap,mtrr vga=788 rescue/enable=true -- quiet
initrd /install.amd/gtk/initrd.gz
}
Has useful info as to how to do this.
*insert more crying*
I'm just going to wait until they package it with a real installer.
*high five*
If you actually do want to get into Linux, honestly, you should go and get a Linux Mint ISO and try that out. It's really not hard. My mother-in-law has been running Linux for about three years now, and she barely knows how to plug it into the wall. Yes, I installed it for her, but I could have walked her through it since it's really not difficult.
Which most Windows admins would roll theory eyes at and start reading up on the documentation.
It's not Linux being rubbish, it's because what is expected here is pretty advanced Linux management. Most other Linux distros will install in about twenty minutes with three clicks ;)
I'll pretty comfortable with Linux, but even I'm going to have to dig up some old hardware to test this on - I'll not risking my everyday hardware with this the moment...