Page MenuHomeVyOS Platform

Include memtest86+ as boot-option
Not ApplicablePublicFEATURE REQUEST

Description

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.

Ref: https://www.memtest.org/

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

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.

dmbaturin triaged this task as Wishlist priority.Jan 9 2024, 6:04 PM
syncer closed this task as Not Applicable.Oct 30 2024, 5:45 PM
syncer removed a project: VyOS 1.5 Circinus.
syncer subscribed.

This is out of the scope of VyOS
there are many other tools like systemrescuecd and others