The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Memtest86+"
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m (more details) |
||
(One intermediate revision by the same user not shown) | |||
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 | {{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 === | ||
Memtest86+ needs to be loaded upon boot, so bootloader entries need to be setup for memtest86+ | Memtest86+ needs to be loaded upon boot, so bootloader entries need to be setup for memtest86+. Instructions for inserting memtest into your bootloader are contained within the merge messages. | ||
=== Tips === | === Tips === | ||
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> | |||
To have DMA info go away: | |||
<pre> | |||
0 0 | |||
</pre> | |||
Physical failures within the ram or sockets will show an error address similar to this: | |||
<pre> | |||
002fafafafa - 002fefefefe | |||
</pre> | |||
For the example computer that's having problems, they are occurring at the 3rd DIMM. if you swap the 3rd and 4th DIMM, and 3rd DIMM is still throwing errors, it is either a motherboard hardware or bios settings problem, or processor physical problem. The other case that is possible is a failing, or under powered power supply. | |||
=== shortcomings === | |||
As memtest86+ is a program, it is loaded in ram. if ram is bad, memtest can freeze, or randomly power off the system. | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 16:13, April 16, 2015
Memtest86+
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+. Instructions for inserting memtest into your bootloader are contained within the merge messages.
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
To have DMA info go away:
0 0
Physical failures within the ram or sockets will show an error address similar to this:
002fafafafa - 002fefefefe
For the example computer that's having problems, they are occurring at the 3rd DIMM. if you swap the 3rd and 4th DIMM, and 3rd DIMM is still throwing errors, it is either a motherboard hardware or bios settings problem, or processor physical problem. The other case that is possible is a failing, or under powered power supply.
shortcomings
As memtest86+ is a program, it is loaded in ram. if ram is bad, memtest can freeze, or randomly power off the system.