Forum Discussion
How do I create windows 10 bootable USB on Mac without bootcamp?
I've had similar issues before, and Boot Camp kept failing, which was annoying. I decided to just bypass it and create a Windows 10 bootabe USB on Mac. It's not hard, and I used a very simple method, which is to use Terminal.
- Insert the USB drive: First insert the USB drive into your Mac, then open Disk Utility to format it as MS-DOS (FAT), and make sure the partition scheme is Master Boot Record (MBR).
- Open Terminal: Open Terminal on your Mac, which is your main tool for operation.
Find the USB drive path:
Type diskutil list to find the path of your USB drive, which is usually /dev/diskX, where X is the corresponding number (for example, /dev/disk2).
- Write the Windows ISO file to the USB drive using the following command:
5. Replace /path/to/windows.iso with the path to the Windows ISO file on your computer and /dev/diskX with the path to your USB drive.
Wait for completion: After the command is executed, the copying process will begin. This process may take some time, so be patient. After the copying is completed, your USB drive can be used to install Windows 10 on your PC.
This method is quite reliable. I have used it several times without any problems. Although it requires a little operation, as long as you follow the steps, basically you will not go wrong.