On 2016-12-05 13:52, Per Jessen wrote:
Carlos E. R. wrote:
Sounds like something didn't quite work - I boot memtest over pxe, but it ought to work just as well with grub or lilo.
It just fails to run. /boot/grub2/grub.cfg: ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry 'openSUSE Leap 42.2 Memtest' --class opensuse --class memtest86 --class gnu --class tools $menuentry_id_option 'memtest-0d457df1-b43d-4587-aa5a-6c919bcbedb8' { insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 0d457df1-b43d-4587-aa5a-6c919bcbedb8 else search --no-floppy --fs-uuid --set=root 0d457df1-b43d-4587-aa5a-6c919bcbedb8 fi echo 'Loading memtest ...' linux16 /boot/memtest.bin } ### END /etc/grub.d/20_memtest86+ ### and "/boot/memtest.bin" does exist. I click on the entry and produces an error message. Perhaps I need download a live media for it :-? -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)