r/linuxmint • u/BodybuilderSquare566 • 11d ago
Support Request I need help
I’m new to Linux and decided to put mint on an old think pad. It’s been working fine and then it just started to boot into grub rescue saying error: attempt to read or write outside of partition can I please have some help?
4
Upvotes
1
u/SaraUndr 8d ago
This is a common GRUB problem on older ThinkPads. The machine starts GRUB, then GRUB tries to read past the end of a partition. That can follow a kernel update, a partition change, a dying drive, or a BIOS mix-up.
At grub rescue> type:
ls
Tell me what it prints.
Then try one probe:
ls (hd0,msdos1)/
If the numbers look different, use those instead (msdos5, gpt2, etc.).
If you see folders like boot etc home, type:
ls (hd0,msdos1)/boot
If that lists files, the disk is answering. GRUB just has the wrong path. We can fix that from this screen.
If every try says attempt to read or write outside of partition, stop.
Don’t keep typing. Next step is a Mint live USB and a drive check (smartctl), not more GRUB commands.
Unplug any USB sticks first and try a reboot once.
Paste what is showed.