Does anyone have hints on how to use the results from memtest86+ with kernel parameter memmap ( https://www.kernel.org/doc/Documentatio ... meters.txt search for memmap= )?
Annoying as it is I have 3 faulty spots in my computers memmory. It started with frequent browser crashes and weird compilation errors. I ran memtest86+ and it seems like there are 3 memory addresses that frequently return wrong results.
I use Fatdog64 802 modified for nvidia gtx 1060 booted with lickgrub ( from fatdog iso ). I'm not sure if memmap is supposed to work, but I guess it should.
My grub2 parameter: memmap=1k\\\$0x243860800
I have tried several places on the parameter line. Currently it is placed as the first argument just after vmlinuz.
Note the triple escape of $ ( https://serverfault.com/questions/95526 ... s-settings ) I have tried with a single and without.
Anyone have working sample of memmap usage?