From e3d1106f4f6868db6130bcf35d42e1706bb76f21 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 8 Aug 2023 10:27:51 +0100 Subject: Add 'nobigstatus' boot option to memtest86+. The big pass/fail banner is only really useful for mass production, and obscures the actual error messages. And at least in v6.10 there is a bug that prevents it being removed if there is only 1 error. --- config/build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build.cfg b/config/build.cfg index 6db16db..410b906 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -393,7 +393,7 @@ my $config = { if_($arch eq 'x86_64', ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' }, ), - 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none' }, + 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none', append => 'nobigstatus' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', -- cgit v1.2.1