linux_fix_corrupt_system
This is an old revision of the document!
Table of Contents
Linux: Fix Corrupt System
- Reboot.
- Repeatedly press Esc to go into Grub, but don't escape the Grub Menu (which is fucking hard).
- Apparent fix: Enter
normal, keep tapping Esc. Will reboot into Grub Menu.
- Go into root prompt.
sudo fsck /dev/sda1 -y– This is the boot partition, might not work.sudo fsck /dev/sda2 -y– This the main partition.timeshift --listtimeshift --restore- Follow the prompts.
Boots into BusyBox
Try running fsck /dev/sda2 -y from the BusyBox prompt and reboot.
Crash History
- 2026-03-19. Using LM Studio which froze, likely used a large amount of memory (corrupt swap file?). Brave unresponsive. Reboot. Boots into BusyBox prompt. Reboot using USB boot disk.
fsck /dev/sda2×hift --restore. Noticed 'input/output' errors, but seemed to work. Reboot, system is restored. No system reports or crash reports in System Information.
linux_fix_corrupt_system.1773874341.txt.gz · Last modified: 2026/03/18 22:52 by stephen
