fix(boot): reboot=pci — warm reset hangs at firmware on this board
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
# laptop-built (unsigned) closure without a signature error.
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
|
||||
# Warm reboot hangs at firmware reset on this board (cold power-cycle works).
|
||||
# Force the PCI-chipset reset method. If a warm `reboot` still hangs, try the
|
||||
# next value: acpi -> bios -> cold -> efi.
|
||||
boot.kernelParams = [ "reboot=pci" ];
|
||||
|
||||
# ---- NAS data array ----
|
||||
# Existing ext4 on the mdadm RAID0 over sda+sdb (md0, 29.1T).
|
||||
# Mounted, NOT formatted; kept out of disko so it is never wiped.
|
||||
|
||||
Reference in New Issue
Block a user