Last active
April 12, 2020 06:14
-
-
Save raidenz/7be2e967d820854d4a28a7b9fedca9a2 to your computer and use it in GitHub Desktop.
create usb bootable windows from mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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