Skip to content

Instantly share code, notes, and snippets.

@cpedro
Created September 15, 2021 15:45
Show Gist options
  • Select an option

  • Save cpedro/b978eea36b9f2c76ccd8f4f11f77839f to your computer and use it in GitHub Desktop.

Select an option

Save cpedro/b978eea36b9f2c76ccd8f4f11f77839f to your computer and use it in GitHub Desktop.
Zero out the MBR on a Linux Server
sudo dd if=/dev/zero of=/dev/sda count=1 bs=512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment