Last active
November 24, 2016 16:03
-
-
Save n1mh/6d089d247c3bec6f81f74d12ea4c2551 to your computer and use it in GitHub Desktop.
repairing grub in debian after installing windows 10
This file contains 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
# access using netints iso and rescue mode | |
update-grub2 | |
grub-install /dev/sda | |
update-grub2 | |
exit | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment