Skip to content

Instantly share code, notes, and snippets.

@ismarsantos
Created June 25, 2017 20:03
Show Gist options
  • Save ismarsantos/f74eb73bc020911a0cf049f49fba0b2d to your computer and use it in GitHub Desktop.
Save ismarsantos/f74eb73bc020911a0cf049f49fba0b2d to your computer and use it in GitHub Desktop.
Try this:
Switch on your computer. Boot into a Ubuntu Live DVD/USB
After the load, open a terminal,
Press Ctrl+Alt+T
Run in it:
sudo -i
fdisk -l
Fdisk will inform you as your partition / (root) called, say it as in the post /dev/sdb1, continuous running:
umount /dev/sdb1
fsck -y /dev/sdb1
reboot
Remove the DVD/USB and boot from the SDD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment