Page MenuHomeVyOS Platform

Include memtest86+ as boot-option
Open, WishlistPublicFEATURE 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

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
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