]> git.ipfire.org Git - people/arne_f/kernel.git/blame - Documentation/admin-guide/bad-memory.rst
docs: fix locations of several documents that got moved
[people/arne_f/kernel.git] / Documentation / admin-guide / bad-memory.rst
CommitLineData
d078a815
MCC
1How to deal with bad memory e.g. reported by memtest86+ ?
2=========================================================
3
2884f00b
PM
4March 2008
5Jan-Simon Moeller, dl9pf@gmx.de
6
7
2884f00b
PM
8
9There are three possibilities I know of:
10
111) Reinsert/swap the memory modules
12
132) Buy new modules (best!) or try to exchange the memory
14 if you have spare-parts
15
163) Use BadRAM or memmap
17
18This Howto is about number 3) .
19
20
21BadRAM
22######
d078a815 23
2884f00b
PM
24BadRAM is the actively developed and available as kernel-patch
25here: http://rick.vanrein.org/linux/badram/
26
27For more details see the BadRAM documentation.
28
29memmap
30######
31
32memmap is already in the kernel and usable as kernel-parameter at
33boot-time. Its syntax is slightly strange and you may need to
34calculate the values by yourself!
35
8c27ceff 36Syntax to exclude a memory area (see admin-guide/kernel-parameters.rst for details)::
d078a815
MCC
37
38 memmap=<size>$<address>
2884f00b
PM
39
40Example: memtest86+ reported here errors at address 0x18691458, 0x18698424 and
d078a815
MCC
41some others. All had 0x1869xxxx in common, so I chose a pattern of
420x18690000,0xffff0000.
43
44With the numbers of the example above::
45
46 memmap=64K$0x18690000
47
48or::
2884f00b 49
d078a815 50 memmap=0x10000$0x18690000