Created
September 21, 2019 09:36
-
-
Save moskrc/6bdf0d22d0aca325d9c234ce0609448e to your computer and use it in GitHub Desktop.
Create win10 bootable USB from OSX
This file contains hidden or 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
$ diskutil list | |
$ diskutil eraseDisk MS-DOS "WIN10" MBR diskX | |
$ cp -rp /Volumes/WIN10_X64_PRO_VL/* /Volumes/WIN10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment