Fstab edit crashed system

  1. Boot your system using a live USB
  2. Use Disks to determine the name of your system partition (probably sda1)
  3. Open a terminal window
  4. Mount the system partition by typing the command sudo mount /dev/sd__ /mnt where sd___ is sda1 or whatever the system partition is
  5. Fix fstab using the nano editor sudo nano /mnt/etc/fstab. Probably just delete the lines you added, or do whatever you need to reverse your changes
  6. Reboot