this post was submitted on 25 Jun 2026
323 points (97.4% liked)
PC Master Race
21502 readers
1016 users here now
A community for PC Master Race.
Rules:
- No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
- Be respectful. Everyone should feel welcome here.
- No NSFW content.
- No Ads / Spamming.
- Be thoughtful and helpful: especially when new beginners have questions.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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=$ 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.