Trisha Shetty (Editor)

Memtest86

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
PassMark Software

Type
  
Utility

Written in
  
C and assembly

License
  
Proprietary software

Memtest86

Stable release
  
7.3 / February 27, 2017; 18 days ago (2017-02-27)

Repository
  
www.memtest86.com/download.htm

Memtest86 and Memtest86+ are memory test software programs designed to test and stress test an x86 architecture computer's random access memory (RAM) for errors, by writing a series of test patterns to most memory addresses, then reading back the data written, and comparing for errors. Each tries to verify that the RAM will accept and correctly retain arbitrary patterns of data written to it, that there are no errors where different bits of memory interact, and that there are no conflicts between memory addresses.

Contents

History

Memtest86 was developed by Chris Brady. After Memtest86 remained at v3.0 (2002 release) for two years, the Memtest86+ fork was created by Samuel Demeulemeester to add support for newer CPUs and chipsets. As of March 2016 the latest version of Memtest86+ is 5.01.

Memtest86 is written in C and x86 assembly. The source code is released under the GNU General Public License (GPL). The bootloading code was originally derived from Linux 1.2.1. Both versions now support current dual- and quad-core-CPUs and the corresponding chipsets. The latest release of Memtest86+ supports Intel-based Macintosh computers.

Starting from Memtest86 2.3 and Memtest86+ 1.60, the program can output a list of bad RAM regions in the format expected by the BadRAM patch for the Linux kernel. Grub2 is able to supply this same information to an unpatched kernel, making the BadRAM patch unnecessary.

At some point the original Memtest86 was sold to PassMark who continued to improve it through version four. Version six provides support for DDR4 RAM, UEFI secure boot, plus a new row-hammer test based on research from Yoongu Kim et al.

Description

There are two development streams of Memtest86. The original is simply known as Memtest86. The other, known as Memtest86+, is a development fork of the original Memtest86. Their on-screen appearance and functionality were almost identical up until the v4 releases. However, the current v6 release of MemTest86 adds a mouse-driven graphical user interface (GUI) and UEFI support.

These programs work with nearly all PC compatible computers from 80386 and 80486 based systems to the latest systems with 64-bit processors. Each new release adds support for newer processors and chipsets.

Memtest86 is designed to run as a stand-alone, self-contained program from a bootable floppy disk, CD-ROM, USB flash drive, or from a suitable bootmanager without an operating system present. This is because the program must directly control the hardware being tested and leave as much of the RAM space as possible for examination. It is also a quick and convenient way to start the program, and avoids running a complex operating system which could be endangered by hardware with memory problems (for example, a hard disk file system can be corrupted by writing erroneous data from faulty RAM.)

Memtest86's testing is very comprehensive so it can find otherwise hidden problems on machines that appear to work normally. With many chipsets, Memtest86 allows counting of failures even in error-correcting ECC DRAM (without special handling, error correcting memory circuits can mask problems with the underlying memory chips).

Some errors manifest intermittently or depend on the precise bits being stored, and do not occur on each pass; such errors may be revealed by running many passes over an extended period. Some tests use different data each pass to reveal data-dependent errors.

Known issues

On some machines with the newer UEFI instead of BIOS, the Memtest86 website warns that PS2 keyboard input is no longer emulated, which can cause the keyboard to be completely or intermittently unresponsive. In these cases it is suggested to leave the tests to run automatically.

References

Memtest86 Wikipedia