Skip to content

Instantly share code, notes, and snippets.

@ScriptingSquirrel
Created August 21, 2018 15:10
Show Gist options
  • Save ScriptingSquirrel/06da4e5dc0921a99de135f661245fb8b to your computer and use it in GitHub Desktop.
Save ScriptingSquirrel/06da4e5dc0921a99de135f661245fb8b to your computer and use it in GitHub Desktop.
Install GRUB boot loader into MBR of each drive
$ for DEVICE in /dev/sd?; do sudo grub-install $DEVICE; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment