Skip to content

Instantly share code, notes, and snippets.

@vindex10
Created July 30, 2017 07:05
Show Gist options
  • Save vindex10/ccb59181aab0b439e918bbe67301bfb7 to your computer and use it in GitHub Desktop.
Save vindex10/ccb59181aab0b439e918bbe67301bfb7 to your computer and use it in GitHub Desktop.
# fdisk /dev/sdY
create single partition type 7+bootable partition
# mkfs.ntfs -f /dev/sdY1
# ms-sys -7 /dev/sdY
# mount -o loop win7.iso /mnt/iso
# mount /dev/sdY1 /mnt/usb
# cp -r /mnt/iso/* /mnt/usb/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment