minus-squaredigilec@lemmy.worldtoPC Master Race@lemmy.world•Can I get an F in the chat boyslinkfedilinkEnglisharrow-up6·edit-22 hours agoYou can edit the grub config (assuming you’re using Linux) and add reserved ranges for the affected physical address. find the linux boot command and add a memmap=<size>$<start> argument This tells the kernel to avoid the bad parts. In your case it looks like a relatively small chunk of bad memory so… memmap=64K$0x130FE0000 I’ve used this trick to stabilise systems with faulty RAM and it works. linkfedilink
minus-squaredigilec@lemmy.worldtocats@lemmy.world•Silly yawning catlinkfedilinkarrow-up9·2 months ago linkfedilink
digilec@lemmy.world to cats@lemmy.world · edit-210 months agoPounce incomming!lemmy.worldimagemessage-square0fedilinkarrow-up10
arrow-up10imagePounce incomming!lemmy.worlddigilec@lemmy.world to cats@lemmy.world · edit-210 months agomessage-square0fedilink
You can edit the grub config (assuming you’re using Linux) and add reserved ranges for the affected physical address.
find the linux boot command and add a memmap=<size>$<start> argument This tells the kernel to avoid the bad parts.
In your case it looks like a relatively small chunk of bad memory so… memmap=64K$0x130FE0000
I’ve used this trick to stabilise systems with faulty RAM and it works.