Page 1 of 1

How to add MemTest86 Boot Option to Remastered ISO?

Posted: Sun Oct 09, 2022 12:45 pm
by Neo_78

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! :thumbup:


Re: How to add MemTest86 Boot Option to Remastered ISO?

Posted: Sun Oct 09, 2022 4:29 pm
by JakeSFR

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!


Re: How to add MemTest86 Boot Option to Remastered ISO?

Posted: Sun Oct 09, 2022 5:59 pm
by Neo_78

Thanks @JakeSFR. Do you know the correct options that have to be used in grub.cfg to create the memtest boot entry?