-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
n/essentialsoftware.md: note methods to access UEFI without button sm…
…ashing from Mastodon
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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` | ||
|