Skip to content

Instantly share code, notes, and snippets.

@paraggupta1993
Created October 23, 2015 21:44
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 paraggupta1993/395b63a319922b488924 to your computer and use it in GitHub Desktop.
Save paraggupta1993/395b63a319922b488924 to your computer and use it in GitHub Desktop.
#!/bin/bash
umount /dev/sdb1
sudo mkdosfs -n 'USB-Drive-Name' -I /dev/sdb -F 32
sudo dd if=filename.iso of=/dev/sdb bs=4k
sync
sudo eject /dev/sdc
# isohybrid filename.iso # only if there is "Missing Operating System" error in booting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment