Skip to content

Instantly share code, notes, and snippets.

@n1mh
Last active November 24, 2016 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1mh/6d089d247c3bec6f81f74d12ea4c2551 to your computer and use it in GitHub Desktop.
Save n1mh/6d089d247c3bec6f81f74d12ea4c2551 to your computer and use it in GitHub Desktop.
repairing grub in debian after installing windows 10
# 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