Skip to content

Instantly share code, notes, and snippets.

@f4bio
Created February 17, 2016 22:14
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 f4bio/db8dd8097591714de57f to your computer and use it in GitHub Desktop.
Save f4bio/db8dd8097591714de57f to your computer and use it in GitHub Desktop.
win10 usb stick
* `$ sudo dd if=/dev/zero of=/dev/sdc bs=446 count=1`
* clear the MBR: dd if=/dev/zero of=/dev/device bs=446 count=1
* run fdisk /dev/device
* remove all partitions and create 1 primary partition, make it bootable then save the changes
* run mkfs.ntfs /dev/device1 (partition 1)
* copy the entire contents of the windows install iso on to the partition you created
thanks [Raymond](http://serverfault.com/a/126857)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment