boot: disable canTouchEfiVariables due to corruption issue

This gave me a lot of panic and grief. JetKVM got NO monitor output
I was panicing and away from home. Was awful. After letting it sit off
for a few hours it fixed itself, inline with nvram state draining over
time.
This commit is contained in:
2026-03-22 01:18:33 -04:00
parent e6ee0bbf59
commit 429ac598a3

View File

@@ -129,7 +129,10 @@
loader = {
# Use the systemd-boot EFI boot loader.
efi.canTouchEfiVariables = true;
# Disabled: ASRock B550M Pro4 AMI UEFI hangs on POST when NixOS
# writes EFI variables (NVRAM corruption). Lanzaboote boot entries
# are discovered via BLS Type #2 on the ESP, so this is not needed.
efi.canTouchEfiVariables = false;
# 1s timeout
timeout = 1;