- #PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC HOW TO#
- #PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC MAC OS#
- #PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC SOFTWARE#
This command will take a while, and once it finishes, you can disconnect the mounted ISO with this command: Finally, run the following command to copy all the files from the mounted ISO to your USB drive.Ĭp -rp /Volumes/ESD-ISO/* /Volumes/WIN10/.Hdiutil mount ~/Downloads/your_windows_10_image.iso In my case, it is mounted as a volume named “ ESD-ISO“.
Next, run the following command to format your USB drive and name it “ WIN10“, where # is a placeholder for the disk identifier of your USB drive.ĭiskutil eraseDisk MS-DOS "WIN10" GPT disk#.In my example, my USB drive is mounted as “ disk2” and it’s about 32GB. You have to figure out the disk identifier of the USB drive you need to format. After connecting a USB drive to your Mac, open a Terminal window and type diskutil list to display all the disks attached to your machine.
#PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC SOFTWARE#
Of course, if you prefer not to use third-party software, you can still use the excellent Terminal app, which is a little bit more involved, but no additional software needs to be installed. Method 2: Create Windows 10 Bootable USB on Mac Using Terminal
If you’ve downloaded Windows 10 ISO image, here is how you can create a bootable Windows installer USB on Mac using UNetbootin.
#PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC MAC OS#
UNetbootin is a free, open source utility that allows you to create bootable USB drives on Windows, Linux, and Mac OS X. Method 1: Create Windows 10 Bootable USB on Mac Using UNetbottin
#PREPARE A WINDOWS 10 BOOTABLE USB ON MAC FOR PC HOW TO#
In this tutorial we’ll show you how to create Windows 10 bootable USB from ISO on Mac, by using the Terminal or third-party software like UNetbottin. How can I make a bootable Windows installation USB on Mac OS X? After upgrading to macOS Mojave, you may find that Boot Camp Assistant is no longer supported and thus creating a bootable USB turns out to be a little bit challenging.