I have ECC memory which regularly has a correctable error at addr=0x3fdc1fcc0. I recalled that in the distant past, one could tell the Linux kernel to not use a section of memory via BADRAM and grub. I added
to /etc/default/grub, ran update-grub, and rebooted. I still get errors at that address and /proc/iomem doesn't show any "RAM buffer" entries.
So, does GRUB_BADRAM still work? I'm using the 5.15 kernel.
Did I specify the address corrrectly? Perhaps it needs to be page aligned or some such?
Thanks.
Code:
GRUB_BADRAM=0x3fdc1fcc0,0xffffc000
So, does GRUB_BADRAM still work? I'm using the 5.15 kernel.
Did I specify the address corrrectly? Perhaps it needs to be page aligned or some such?
Thanks.
Comment