Skip to content

Commit bf0d71d

Browse files
colonelpanic8claude
andcommitted
nixos: add Memtest86+ GRUB boot entry
Enable boot.loader.grub.memtest86 so a Memtest86+ entry appears in the GRUB menu, for diagnosing suspected DRAM bit-flips on this non-ECC box (recurring RTS heap-corruption SIGSEGVs whose fault pattern looks like a single-bit flip in an otherwise-valid pointer). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1c40d35 commit bf0d71d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nixos/bootloaders/grub.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ in {
6262

6363
grub = {
6464
enable = true;
65+
memtest86.enable = true;
6566
efiSupport = true;
6667
device = "nodev";
6768
useOSProber = cfg.windowsEfiUuid == null;

0 commit comments

Comments
 (0)