5 ms·
If you need to enter the BIOS: bring up the terminal, and write `systemctl reboot --firmware-setup` This reboots systemd-powered systems to the UEFI menu. May n
by thastings 2y ago
If you need to enter the BIOS: bring up the terminal, and write
`systemctl reboot --firmware-setup`
This reboots systemd-powered systems to the UEFI menu. May not work on other init systems, but SteamOS is based on Arch with systemd.
- jethro_tell 2y agoSystemd systems can still have grub as a boot loader. In that case, you can usually set the boot order with bootctl and reboot.
- jdiff 2y agoShouldn't matter what you have as a bootloader, by my understanding it should be communicating with the UEFI directly to pull it off and going over any bootloader's head.
- sedatk 2y agoYou can do the same on Windows with the command `shutdown /r /t 0 /fw`.