Skip to content

Instantly share code, notes, and snippets.

@rkmax
Created February 8, 2014 23:21
Show Gist options
  • Select an option

  • Save rkmax/8891891 to your computer and use it in GitHub Desktop.

Select an option

Save rkmax/8891891 to your computer and use it in GitHub Desktop.
repare grub
# Mount all necesary
for i in dev proc sys run; do mount --bind /$i /mnt/$i;don
# umount all
umount /mnt/{dev,proc,sys,run,}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment