diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-01-11 15:30:25 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-01-11 15:30:25 -0500 |
| commit | 3c04f805e05ccdbac15e8149cc9517ed7747e1f2 (patch) | |
| tree | c97f0c4d82e4190233076fe1cf6a1b55ef605ee5 | |
| parent | 9ed4cd2dddc94fd8bff9fc37e224e9e8ebcf2105 (diff) | |
| download | xesite-3c04f805e05ccdbac15e8149cc9517ed7747e1f2.tar.xz xesite-3c04f805e05ccdbac15e8149cc9517ed7747e1f2.zip | |
notes: add a note on how to reboot into the BIOS
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lume/src/notes/2024/systemd-reboot-bios.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lume/src/notes/2024/systemd-reboot-bios.md b/lume/src/notes/2024/systemd-reboot-bios.md new file mode 100644 index 0000000..d8d8bfc --- /dev/null +++ b/lume/src/notes/2024/systemd-reboot-bios.md @@ -0,0 +1,28 @@ +--- +title: How to reboot a Linux system into the BIOS +date: 2024-01-11 +--- + +Usually to reboot your system into the BIOS, you have to press a +button or button combination on boot. This is usually one of the +following keys: + +- F2 +- F10 +- Escape + +Sometimes you just can't get into the BIOS, but you can boot into a +Linux system. In order to force the system to reboot into the BIOS, +run this command: + +``` +sudo systemctl reboot --firmware +``` + +This will force it to go into the BIOS so you can change settings or +update the BIOS. + +On Windows, search for "Advanced Startup Options" in the start menu +and click through the "yes I really need to do something advanced" +boxes until you get something on the lines of "UEFI firmware +settings". That will get you into the BIOS. |
