Many linux distributions have memtest86+ available as boot-option which can be handy for troubleshooting a system and its RAM.
Feature request to add memtest86+ as an boot-option to VyOS.
Many linux distributions have memtest86+ available as boot-option which can be handy for troubleshooting a system and its RAM.
Feature request to add memtest86+ as an boot-option to VyOS.
Memtest86+ can easily be included in the iso by altering the lb_config_tmpl variable in https://github.com/vyos/vyos-build/blob/current/scripts/build-vyos-image
--memtest memtest86+
Ref: https://manpages.debian.org/bookworm/live-build/lb_config.1.en.html
--memtest memtest86+|memtest86|none defines if memtest, memtest86+ or no memory tester at all should be included (available as a bootloader menu entry). This is only available on amd64 and i386 and defaults to memtest86+.
This way at least memtest86+ exists when booting from iso (or usb as live-cd). Work would still need to be done to include this during install to disk.
This is out of the scope of VyOS
there are many other tools like systemrescuecd and others