Difference between revisions of "Package:Memtest86+"

From Funtoo
Jump to navigation Jump to search
(initial commit)
 
m (more details)
Line 4: Line 4:
|Homepage=http://www.memtest.org/
|Homepage=http://www.memtest.org/
}}
}}
Memtest86+ is an application that sends random bits of data through ram to detect errors.  Memtest86+ can find if your memory, memory socket, or bios settings are bad.
{{PageNeedsUpdates}}
Memtest86+ is an application that sends random bits of data through RAM to detect errors.  Memtest86+ can find if your memory, memory socket, motherboard, or bios settings are bad.


=== Installation ===
=== Installation ===


{{console|body=###i## emerge memtest86+
{{console|body=###i## emerge memtest86+}}


=== Configuration ===
=== Configuration ===
Line 17: Line 18:


Once all the chips are working fine in single thread mode, test the chips in smp mode by quickly pressing f2 at the start of the test.
Once all the chips are working fine in single thread mode, test the chips in smp mode by quickly pressing f2 at the start of the test.
==== Failures ====
Locations of failures can be determined via hex addresses.
To load DMA information:
<pre>
c 6
</pre>
This will produce an output similar to this:
<pre>
DIMM0
00000000000 - 000ffffffff
DIMM1
00100000000 - 001ffffffff
</pre>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 02:33, April 12, 2015

Memtest86+

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Memtest86+ is an application that sends random bits of data through RAM to detect errors. Memtest86+ can find if your memory, memory socket, motherboard, or bios settings are bad.

Installation

root # emerge memtest86+

Configuration

Memtest86+ needs to be loaded upon boot, so bootloader entries need to be setup for memtest86+

Tips

Testing individual sticks in individual sockets will determine if the chip or socket has problems. If each chip, and each socket are fine individually advance testing to include more chips until the motherboard is full.

Once all the chips are working fine in single thread mode, test the chips in smp mode by quickly pressing f2 at the start of the test.

Failures

Locations of failures can be determined via hex addresses.

To load DMA information:

c 6

This will produce an output similar to this:

DIMM0
00000000000 - 000ffffffff

DIMM1
00100000000 - 001ffffffff