Document Actions
How do I run memtest86+ from my USB drive?
Up to Table of ContentsThis FAQ applies to: Any version.
Sometimes, you need to ensure that your computer's memory is OK. You can use your Portable Linux to do that.
- Download a memtest86+ Linux source and binary image from the memtest site. Extract the memtest86+ binary image named
precomp.binto a temporary folder in your computer, name itmemtest.img. - Download the latest SYSLINUX from here. Then extract the file named
memdiskinside the directorymemdiskto a temporary directory on your computer. - Plug your USB drive in. Mount the Windows partition on your USB drive.
- Open the folder
bootinside it. - Put the
memdiskfile inside it. Put the memtest image in the same folder, name itmemtest.img. - Now open the
grubfolder inside thebootfolder, and open the filegrub.confwith a text editor. - Add the following to the end:
title Memory test root (hd0,0) kernel /boot/memdisk initrd /boot/memtest.img
- Use a copy of
grub.confto replace themenu.lstfile in thegrubfolder.
Enjoy. Next time you boot, there will be a menu entry to run the memory test.

