I have 5 bytes (or bits, don't know) of bad Ram. How can I exclude these bytes so my Ubuntu 11.10 don't use them. My PC randomly freez, and when I ran memtest it reported 5 errors.
Asked
Active
Viewed 4,542 times
1 Answers
4
The only solution that I know of is BadMem (by Rick van Rein), who is able to block bad memory sectors in Linux.
It works by instructing the kernel to lock those memory addresses you specified. This effectively stops Linux from ever addressing those addresses when allocating (and deallocating) memory.
You can read all about at the BadMEM-HOWTO page!
Possible auxiliary documentation can be found at:
BadRAM - Community Ubuntu Documentation.
Linux Journal - Running Linux with Broken Memory By Rick van Rein

Zuul
- 1,974
can you tell me how to exclude this in GRUB. I tried using BADRAM option in memtest but no luck
– Alen Jun 17 '12 at 11:41