Table of Contents

Linux: Fix Corrupt System

  1. Reboot.
  2. [Try holding down shift as Linux boots - maybe safe mode or something.]
  3. Repeatedly press Esc to go into Grub, but don't escape the Grub Menu (which is fucking hard).
    1. Apparent fix: Enter normal, keep tapping Esc. Will reboot into Grub Menu.
  4. Go into root prompt.
  5. sudo fsck /dev/sda1 -y – This is the boot partition, might not work.
  6. sudo fsck /dev/sda2 -y – This the main partition.
  7. timeshift --list
  8. timeshift --restore
  9. Follow the prompts.

Things To Try

Crash History