Burn Windows 10 ISO to USB on Mac M4 but it is not bootable

Burned the Windows 10 ISO to a USB flash drive on Mac Mini Mac but the USB is not seen as a bootable device when booting from my PC. Only the internal hard drive is listed from the boot menu.


I formatted the USB to FAT32 with the disk utility app and use the dd command to copy files from Windows 10 ISO to USB.


Did i do something wrong? If yes, what is the correct way to burn Windows 10 ISO to USB on Mac now?

Mac mini (M4)

Posted on Jul 21, 2025 03:27 AM

Reply
8 replies

Jul 21, 2025 12:14 PM in response to Klinris

FYI, "dd" has never ever been able to make a bootable USB stick for a Windows ISO installer. While there are some manual options involving the use of the command line, I was not able to successfully make them work (no idea why, I'm usually pretty good at such things).


You can install the Windows ARM version into a Parallels' Virtual Machine (paid app) where you can use Rufus or select the download option on Microsoft's website which I think will automatically create the bootable Windows USB installer for you as it downloads the installer instead of the ISO image.


Or just use a Windows PC to create a bootable Windows USB installer.


The only third party app I know which can create a bootable Windows USB installer from a Windows ISO image file is the Windows only app Rufus....maybe you can get Rufus to run on a Mac by using Codeweavers' CrossoverMac. I've seen some reports that it may work, but many more reports saying Rufus won't work using WINE/CrossoverMac.


Unetbootin says it can make a bootable Windows USB installer, but I don't know if that is only for the Windows version or if it can be done with the Mac version. I've never tried either app to create a bootable Windows USB installer, although I have used Unetbootin for creating bootable Linux USB installer (I no longer use it because it tends to modify the installer).


Ignore any suggestions to use "dd", or Etcher, or most other third party apps. Most of the replies on this thread (and this forum in general) tend to be take from AI hallucinations. @Servant of Cats so far is the only one who is asking the correct questions and also will post factual information (in addition my post ;-) At least I have clearly marked several of my suggestions as questionable and only provided them as possible options requiring more research & experimentation on your part).


Good luck and report back if you find a successful solution.

Jul 22, 2025 11:46 PM in response to Klinris

To burn Windows 10 ISO to USB on Mac, you can use built-in tools or third-party software. Here's a straightforward method using Terminal and a tool called diskutil, along with wimlib-imagex or a simple command line process.


Such as Terminal with diskutil and dd. Note: This method works best if the Windows ISO is a bootable ISO designed for USB creation.


Step-by-step:

  1. Download the Windows 10 ISO from Microsoft's official website.
  2. Insert your USB drive (at least 8GB recommended) into your Mac.
  3. Open Terminal (found in Applications > Utilities).
  4. Identify your USB drive: diskutil list
  5. Find your USB drive (e.g., /dev/disk2).
  6. Unmount the USB drive: diskutil unmountDisk /dev/disk2
  7. Write the ISO to the USB:
  • sudo dd if=/path/to/your/windows10.iso of=/dev/rdisk2 bs=4m status=progress
  • Replace /path/to/your/windows10.iso with the actual path.
  • Replace /dev/rdisk2 with your USB's raw disk identifier (use r for faster writes).

8. Wait for the process to burn Windows 10 ISO to USB on Mac. It may take several minutes.

9. Eject your USB: diskutil eject /dev/disk2

Jul 22, 2025 11:55 PM in response to Klinris

Burning Windows 10 ISO to USB on Mac requires creating a bootable USB drive properly—simply copying the ISO or using dd may not produce a bootable installer, especially for Windows.


Why your current approach may not work:

  • dd copies raw data, but Windows ISOs often need special bootloader configurations.
  • FAT32 formatting alone isn't enough; the drive must be made bootable with the right boot files and structure..


Recommended method to burn Windows 10 ISO to USB on Mac. Use a dedicated tool designed for creating bootable Windows USBs. Like Boot Camp Assistant.


Steps:

  • Open Boot Camp Assistant (Applications > Utilities > Boot Camp Assistant).
  • Check "Create a Windows 10 or later install disk" (if available).
  • Follow prompts to select your ISO and USB drive.
  • Let it finish; it will make the USB bootable for Windows installation.

Jul 23, 2025 07:30 AM in response to IdrisSeabright

IdrisSeabright wrote:


Servant of Cats wrote:

Re: “Like Boot Camp Assistant.”

Which isn’t available on Apple Silicon Macs.
This thread is attracting a lot of AI slop.

I'm even questioning whether the thread itself is AI since there are so many of these Windows installer questions recently and they all attract the AI non-sense since the OP's never respond back to any of them that I can recall.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Burn Windows 10 ISO to USB on Mac M4 but it is not bootable

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.