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:
@@ -129,7 +129,10 @@
|
|||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
# Use the systemd-boot EFI boot 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
|
# 1s timeout
|
||||||
timeout = 1;
|
timeout = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user