Skip to content

Instantly share code, notes, and snippets.

@raidenz
Last active April 12, 2020 06:14
Show Gist options
  • Save raidenz/7be2e967d820854d4a28a7b9fedca9a2 to your computer and use it in GitHub Desktop.
Save raidenz/7be2e967d820854d4a28a7b9fedca9a2 to your computer and use it in GitHub Desktop.
create usb bootable windows from mac
diksutil list
# change number wit your usb
diskutil eraseDisk MS-DOS "{usbName}" MBR disk{number}
# open iso files
ls /Volumes
# try to use -Rp instead
cp -Rp /Volumes/{OsIsoName}/* /Volumes/{usbName}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment