Created
June 25, 2017 20:03
-
-
Save ismarsantos/f74eb73bc020911a0cf049f49fba0b2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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