Hi. I see there is memtest files in /boot/memtest86+ folder.
There is even section in /boot/grub/grub.cfg:
### BEGIN /etc/grub.d/60_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
search --fs-uuid --no-floppy --set=root 5d7a533c-7c16-4026-b28c-1bd1f407e3ff
linux16 /boot/memtest86+/memtest.bin
}
fi
### END /etc/grub.d/60_memtest86+ ###
but there is no memtest showing up in grub menu.
Also the latest live image on boot didn’t show any memtest options…
have the memtest86+ 5.01-4 also installed, but this is exactly this thing in boot/memtest86+/memtest.bin which is nowhere to be found in grub menu.
any suggestions?