aboutsummaryrefslogtreecommitdiff
path: root/docs/workflows/system-health-check.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-09-13 09:23:39 -0500
committerCraig Jennings <c@cjennings.net>2026-09-13 09:23:39 -0500
commit2f81174b1de13d9148113fb9f3d389ca6c61ac5c (patch)
tree3fe538bd1b43364ccfd0a1de2107ac5171423aee /docs/workflows/system-health-check.org
parentc9f9a9881548114e49752d5bc4feba4a83ed4d84 (diff)
downloadarchsetup-2f81174b1de13d9148113fb9f3d389ca6c61ac5c.tar.gz
archsetup-2f81174b1de13d9148113fb9f3d389ca6c61ac5c.zip
chore(tasks): close the velox reinstall drill and the lock-clock bug
The reinstall drill finished on 2026-08-14 and every finding it surfaced already has its own task, so what remained was the record. I filed its working-dir artifacts into permanent homes. The runbook went to docs/ with an Outcome section, since the checklist was never ticked as it ran. The UEFI boot-entry reference went to docs/ too. The three reinstall-gap reports went to docs/design/. The rescued wttrin bundle moved into its own working dir under the task that owns it. Every inbound link is repointed and working/velox-reinstall/ is gone. The lock-screen clock bug is closed because it no longer happens on velox. I couldn't identify the commit that fixed it from the dotfiles or archsetup logs, and the note says so. Its manual-testing check retires with it.
Diffstat (limited to 'docs/workflows/system-health-check.org')
-rw-r--r--docs/workflows/system-health-check.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workflows/system-health-check.org b/docs/workflows/system-health-check.org
index 37c1932..43aeff5 100644
--- a/docs/workflows/system-health-check.org
+++ b/docs/workflows/system-health-check.org
@@ -244,7 +244,7 @@ Firmware stays a manual step (=topgrade.toml= keeps =[firmware] upgrade = false=
1. =sudo efibootmgr -v= — every boot entry with its loader path and command line, pasted into the session's context file.
2. Secure Boot state — =bootctl status 2>/dev/null | grep -i 'secure boot'=.
-After the flash, if the machine reports no bootable device, check Secure Boot *first*. The Framework 04.02 update on velox re-enabled it, which rejects the unsigned ZFSBootMenu loader and reads as "Default Boot Device Missing" rather than a security violation; the boot entries were untouched (see the Known Issues Log, 2026-09-12). Only when Secure Boot is off and =efibootmgr -v= from a stick shows the entry gone does the boot-entry recreate apply (velox: =working/velox-reinstall/velox-uefi-boot-entry-reference.org= in archsetup).
+After the flash, if the machine reports no bootable device, check Secure Boot *first*. The Framework 04.02 update on velox re-enabled it, which rejects the unsigned ZFSBootMenu loader and reads as "Default Boot Device Missing" rather than a security violation; the boot entries were untouched (see the Known Issues Log, 2026-09-12). Only when Secure Boot is off and =efibootmgr -v= from a stick shows the entry gone does the boot-entry recreate apply (velox: =docs/2026-08-15-velox-uefi-boot-entry-reference.org= in archsetup).
*** Two-Stage Reboot Pattern (MANDATORY if Phase 3 installed kernel / iproute2 / systemd / NetworkManager)