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
Also, I think SteamOS sets the boot delay in GRUB to 1 second. It's really short but you should be able to select Windows if you are fast enough. I think Valve has the boot delay set to be short because they wanted the system to boot faster and don't expect as many dual boot systems.
I think you can change the timeout like this. (This works on Ubuntu. I'm not 100% sure it is the same on SteamOS.)
After booting into SteamOS, switch to a console login, e.g.
Login in using the desktop username. I think the password is blank unless you set it already. You may need to set the password with the 'passwd' command. Edit the GRUB config with:
Change the timeout to 10 seconds:
Exit nano with Ctrl + x and select save. Then update the GRUB config with:
You might need to run update-grub instead. Once you reboot, you will a little longer to select an OS.
unless your PC is just sleeping and not actually shut down..
Try a HARD shut down and restart and press witch ever key it is to get into your BIOS
Assuming you Installed SteamOS with the windows drive disconnected.
try this from a terminal..
sudo update-grub
grub should find windows and give you the option to add it.
Then you should get the Grub boot menu
FWIW last time I came across a PC that I couldn't access bios I had to use an old PS2 Keyboard - turned out the idiots turned of USB support in the BIOS update that I installed.. - Just had to enable USB in BIOS n save..
To confirm, it still attempts to load SteamOS, with that drive disconnected? It sounds like:
a) You have UEFI, not BIOS
b) You installed SteamOS via UEFI, with your Windows drive disconnected
Can you confirm these details?
technically UEFI is just a glorified BIOS - there both a basic input output system to get things rolling..
So A really doesn't matter
B) Assuming custom install with windows Grub should still give the option to select the OS but it pays to hit a key as it's to fast - although using sudo update-grub seams to give a bit more time to select the OS 5 sec iirc..
As for no UEFI/BIOS access theres something else going on IMO
They have 0 bytes of commonality in how they boot a system. Information relevant to one has NOTHING to do with information relevant to the other. I can think of a three different causes if this is happening on a UEFI system, and one totally different one for BIOS.
Upstream SteamOS will not do that, if the Windows drive was not connected when the system was installed. The installer will default to 0 timeout auto-booting SteamOS, unless it believes you are dual-booting. It will only believe that if it detects more than one OS at install time. I put the logic in there myself.
https://github.com/steamos-community/stephensons-rocket/blob/alchemist/post_install.sh#L90-L114
Again, not true.
UEFI makes it possible for GRUB to have an actual entry for "please go into firmware settings", BIOS does not.
UEFI also makes it possible for the firmware to skip loading of USB drivers at boot time ("Fast Boot" option), which would make it impossible to enter the firmware setup from that screen via keyboard press - whereas on BIOS it simply might not have finished loading the keyboard driver at the given moment and you typically only get a fraction of a second when the firmware is listening to the firmware setup key, so you have to mash it repeatedly rather than just pressing when prompted.
You still haven't answered a single useful question, you've just sat & moaned & flailed.
BIOS or UEFI? Dual-boot or not?
didn`t see the question. not dual boot. it was an install with the whole drive. and it is uefi, i think.