Skip to content

Commit

Permalink
n/essentialsoftware.md: note methods to access UEFI without button sm…
Browse files Browse the repository at this point in the history
…ashing from Mastodon
  • Loading branch information
Mikaela committed Aug 24, 2024
1 parent 04e7ad9 commit fd4ca68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions n/essentialsoftware.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _{{ page.excerpt }}_
- [Debian-based](#debian-based)
- [Terminus on Fedora](#terminus-on-fedora)
- [Terminus on Arch Linux](#terminus-on-arch-linux)
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
- [SSD](#ssd)
- [BTRFS](#btrfs)

Expand Down Expand Up @@ -116,6 +117,25 @@ Maybe `sudo updatedb` and `locate ter-v16v` at first though?

See Fedora, but change the `FONT` to `"ter-132b"` instead.

### Accessing UEFI setup without key smashing

- systemd: there is a `systemctl reboot --firmware-setup`
([spotted here](https://toot.io/@[email protected]/113009727720521254))
- Plasma: in `desktop session` there is a checkbox to _after next boot, enter
UEFI settings_ (via
[reply to that](https://sauna.social/@[email protected]/113011195378808998))
- Windows allows access to UEFI by pressing Shift while reboot
([said here](https://sauna.social/@[email protected]/113011439141055477)) or
simply `shutdown -r -t 1 -fw` twice
([said here](https://infosec.exchange/@jernej__s/113012094181641667)).
- GNOME: in the reboot after 60 seconds menu, hold alt to get into boot options
([said here](https://chaos.social/@keywan/113012020348714057))
- In boot loader the command `fwsetup` should take you there
([said here](https://fedi.absturztau.be/notice/AlGqYz5GeJOQw9dfNo)). And
anyone using either grub or systemd-bootd has probably seen the menu entry.
- efibootmgr: `efibootmgr —bootnext 0000 && reboot`
([said or implied here](https://infosec.exchange/@dodgybadger/113012265751917509))

### SSD

- `sudo systemctl enable --now fstrim.timer`
Expand Down

0 comments on commit fd4ca68

Please sign in to comment.