Skip to content

Instantly share code, notes, and snippets.

@MKRhere
Created February 16, 2018 20:24
Show Gist options
  • Save MKRhere/24dc76f4726a9a075c5e4f63aa1a7366 to your computer and use it in GitHub Desktop.
Save MKRhere/24dc76f4726a9a075c5e4f63aa1a7366 to your computer and use it in GitHub Desktop.
Grub Install
$ sudo mount /dev/sda# /mnt
$ sudo mount /dev/sda# /mnt/boot
$ sudo grub-install --root-directory=/mnt /dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment