Make a Bootable Windows USB on a MAC OS


You will need:
  1. Open “Terminal” and use the following command:
    diskutil list
  2. Take note of the IDENTIFIER of your USB e.g. “disk2”
  3. Format the drive use this command:
    diskutil eraseDisk MS-DOS "WINDOWS10" MBR disk2
  4. Virtually mount the Windows ISO, just a simple double click.
  5. Copy the files to the USB drive
  6. Open Terminal and use this command for 32bit OS:
    cp -rpv /Volumes/CCCOMA_X86FRE_EN-US_DV9/* /Volumes/WINDOWS10/

    and this for 64bit OS
    cp -rpv /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WINDOWS10/

Date Added: