Linux: Fix Corrupt System

  1. Reboot.
  2. 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.
  3. Go into root prompt.
  4. sudo fsck /dev/sda1 -y – This is the boot partition, might not work.
  5. sudo fsck /dev/sda2 -y – This the main partition.
  6. timeshift –list
  7. timeshift –restore
  8. Follow the prompts.