How to add MemTest86 Boot Option to Remastered ISO?
Posted: Sun Oct 09, 2022 12:45 pm
Do you happen to know how to add a MemTes86 Free boot option to a remastered ISO?
https://www.memtest86.com/download.htm
Thanks for your advice!
Discussion, talk and tips
https://forum.puppylinux.com/
Do you happen to know how to add a MemTes86 Free boot option to a remastered ISO?
https://www.memtest86.com/download.htm
Thanks for your advice!
I use this in my syslinux.cfg:
Code: Select all
LABEL MEMTEST
MENU LABEL Memtest
LINUX /memtest
My memtest binary is in the root directory of the boot partition.
Greetings!
Thanks @JakeSFR. Do you know the correct options that have to be used in grub.cfg
to create the memtest boot entry?