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
configfile (hd1,gpt2)/boot/grub/grub.cfg
Same for me. Thank you.
I think the problem in my case came from this:
- At the beginning, I simply extracted the SteamOSInstaller.zip file to my usb stick.
- It created a folder named SteamOSInstaller with everything in it. But it wasn't booting because you don't need this folder but only its content.
- Using my file explorer (nautilus (I am using ubuntu)) I then used cut/paste to replace the folder by its content. The problem is that my file explorer doesn't display hidden files by default. For this reason the .disk folder was not copied.
Boot in grub using:
insmod linux
linux /vmlinuz root=/dev/sda2
initrd /initrd.img
boot
Ok now that you have done that you may go to the debain menu. If so do this: plug in your installer reinstall steam os when it gets to "update grub" click back and finish installing. I says you need to finish installing grub; so click back until it finishes installing. Then restart your pc and run this:
insmod linux
linux /vmlinuz root=/dev/sda2
initrd /initrd.img
boot
It will boot into steam os.
After that run in terminal:
passwd
If that doesn't work do:
sudo passwd
Then you enter your custom password, right it down.
Then run this:
sudo grub-install /dev/sda
And then:
sudo update-grub
Thats all! 👍🤣
From:
https://unix.stackexchange.com/questions/418401/grub-error-you-need-to-load-kernel-first/419844#419844
https://unix.stackexchange.com/questions/568109/ubuntu-19-10-boots-into-grub-and-i-have-to-manually-load-the-kernel-how-do-i-ha?noredirect=1&lq=1