···11+---
22+title: How to reboot a Linux system into the BIOS
33+date: 2024-01-11
44+---
55+66+Usually to reboot your system into the BIOS, you have to press a
77+button or button combination on boot. This is usually one of the
88+following keys:
99+1010+- F2
1111+- F10
1212+- Escape
1313+1414+Sometimes you just can't get into the BIOS, but you can boot into a
1515+Linux system. In order to force the system to reboot into the BIOS,
1616+run this command:
1717+1818+```
1919+sudo systemctl reboot --firmware
2020+```
2121+2222+This will force it to go into the BIOS so you can change settings or
2323+update the BIOS.
2424+2525+On Windows, search for "Advanced Startup Options" in the start menu
2626+and click through the "yes I really need to do something advanced"
2727+boxes until you get something on the lines of "UEFI firmware
2828+settings". That will get you into the BIOS.