Create a bootable Windows 10 USB from macOS
This tutorial explains how to create a bootable Windows USB in macOS without any additional tools. The instructions are absolutely foolproof, no terminal is required and the resulting USB drive can be used to install Windows on any machine and is not limited to “Boot Camp”.
Preparations
You need a USB stick with a capacity of 8 GB or more. All the data on the USB drive will be lost in the process, so make sure to save the data elsewhere before you continue.
Download Windows 10
In this step you have to download a rather old version of Windows 10. If you want to find out why this is necessary please refer to the section on the bottom of this article.
Go to https://tb.rg-adguard.net and select “Windows (Final)” as type, “Windows 10, Version 1803 — Redstone 4 [Apr 2018] (build 17134.1)” as version (do not select a more recent version), “Windows 10” as edition, a language of your choice and finally the file that ends on “_x64.iso” if you don’t know any better. Finally click “Download” and continue with the next step in the meantime.
Warning
It looks like this step is no longer working adequately, because the described ISO images are not available for download anymore. If you get stuck here please try to use the website’s search function on the top, search for “Windows 10, Version 1803 (Updated Apr 2018) (x64)”. You will get to see the cryptic “SHA1” key on the right which you can use to easily search the web for alternative download sources.For the German version, for instance, the SHA1 key is “537f817703323d28f673b4e36e377919e1ee034e” from which I found this download from “ComputerBase”. If you don’t find a download for your language, give the German version a try. I believe you can install the language pack of your choice later on then.
Format the USB drive
Make sure your USB drive is plugged into your Mac and continue by opening the “Disk Utility” app by either searching for it or by navigating to /Applications/Utilities/Disk Utility.app manually.
Click “View” in the top left corner and make sure “Show all devices” is enabled.
Select your thumb drive on the left and click “Erase”.
Insert an arbitrary name (e.g. “USB”) but make sure to select the “MS-DOS (FAT)” format and the “Master Boot Record” scheme. If you don’t have an option to select the scheme please double check that you got the previous step to “Show all devices” right. Now click “Erase” and wait until the process is finished.
Create a bootable USB drive
When the Windows 10 ISO download is done, double click the file to open it. A new window will appear.
Now copy all files to your USB drive (e.g. via drag & drop). The copy process may take a little while, depending on the speed of your thumb drive. When this is done you can eject the USB stick. You are now ready to boot Windows 10!
Why is an old Windows ISO file necessary?
Microsoft offers official downloads for Windows ISOs, but unfortunately you can not use them. On macOS you are forced to use the FAT32 filesystem for your thumb drive, because NTFS is not supported by macOS and ExFAT is probably not supported by your BIOS. But files in FAT32 are limited to a maximum size of 4 GB. The ISOs provided by Microsoft contain files that exceed that limit. Therefore you need to download an older version of Windows 10 from an alternative source. The website https://tb.rg-adguard.net gives us access to previous Windows releases. The files however are still coming from Microsoft directly, so there is nothing to worry about. Once the old Windows version is installed, you can use the integrated Windows updater to install the most recent version.
If you receive error messages while copying the Windows files to your USB drive saying “ install.wim : File too large” for your target medium, or you get an error during install saying that :\\Sources\install.wim can not be opened (error code 0x8007000D ), then you picked a Windows ISO that contains files that exceed the FAT32 limit of 4 GB.
Alternative workarounds
If you don’t want to use an outdated Windows installer to work around the FAT32 issues there are a couple of alternative approaches that you may try. However, I did not use them and can only give you a pointer.
Как создать загрузочную флешку с Windows 10 из macOS
В закладки

Операционная система Windows более капризная и менее стабильная, чем macOS от Apple. Открытость ОС, отсутствие встроенной системы резервного копирования и большое количество вредоносного ПО часто приводят к необходимости перестанавливать Windows.
При наличии второго Windows-компьютера под рукой создать загрузочную флешку не составит никакого труда.
? Спасибо re:Store за полезную информацию. ?
Сейчас расскажем, как выйти из ситуации, когда есть только рабочий Mac.
Еще несколько лет назад создать загрузочную флешку можно было при помощи стандартной утилиты Boot Camp, которая предназначена для быстрой установки Windows на Mac.
Приложение подготавливало загрузочную флешку, записывало на нее установщик Windows и заливало драйвера для корректной работы всех модулей Mac. Использовать такую флешку можно было не только на компьютерах Apple, с ее помощью можно было установить Windows на любой подходящий компьютер.
С недавнего времени разработчики macOS переработали утилиту и вместо создания загрузочной флешки она сразу же начинает установку системы на отдельный раздел Mac.
К счастью, есть и другой достаточно простой способ задать флешку для установки Windows.
Как создать загрузочную флешку Windows

1. Для начала потребуется образ с операционной системой. Скачать его можно прямо с официального сайта Microsoft.
Образ Windows 10 занимает чуть более 5 Гб дискового пространства, на скачивание обычно уходит от 15 до 30 минут.
2. Далее понадобится флешка объемом 8 ГБ и более, которая будет отформатирована в формате Fat32.

Можно воспользоваться приложением Дисковая утилита или сделать все в Терминале.

3. В Терминале выполняем следующую команду:
Видим перечень внутренних и внешних накопителей на Mac. Находим нужный по объему и запоминаем его номер. Далее вводим команду:
sudo diskutil eraseDisk FAT32 WININSTALL MBRFormat /dev/disk3
FAT32 — нужная нам файловая система;
WININSTALL — метка флешки после форматирования (можно указать любое имя);
disk3 — номер подключенного накопителя, который будем форматировать.
Вводим пароль администратора, ждем несколько секунд и получаем готовую чистую флешку.

4. Остается лишь скопировать содержимое образа с Windows 10 на флешку.
Для этого монтируем образ и вводим в Терминале такую команду:
cp -R расположение_образа/ расположение_флешки
Чтобы вручную не прописывать длинные пути, нужно лишь ввести начало команды “cp -R “, а затем перетянуть образ на окно Терминала из Finder. Путь к нему пропишется автоматически.
Теперь пишем “/ ” (без кавычек с пробелом) и перетаскиваем в Терминал флешку из Finder.
5. Копирование займет определенное время. Никакого статуса при этом отображаться не будет. Об окончании процесса можно судить по светящемуся диоду на флешке (во время копирования он будет мигать).
Можно просто подождать около 20 минут.
Теперь флешку можно использовать для загрузки на компьютерах и ноутбуках с поддержкой UEFI. К сожалению, для старых Windows-ПК такой способ не подойдет.
В закладки
Installing Windows 10 on a Mac without Bootcamp
Installing Windows on a Mac should be a piece of cake with Bootcamp, but that rarely is the case. In fact, I would personally say that Boot Camp Assistant is one of the worst apps that comes with OS X and unlike the rest, it doesn’t work seamlessly.
A few of its drawbacks:
- It only supports a drive with a single partition.
- It often throws very obscure error messages with limited detail.
- It re-downloads 1.6 GB Windows drivers every single time it runs. These are placed under /Library/Application Support/BootCamp/WindowsSupport.dmg and deleted and re-downloaded each time Boot Camp Assistant starts processing.
This post did take a lot of work to complie and I did bone my hard drive a few times while trying certain ideas, so please throw out a thanks if it helped you out 🙂
Disclaimer: This guide below contains procedures which can potentially destroy your partitions and data. I accept no responsibility for such loss so please proceed at your own risk.
Update (2016-07-20): I have updated this post with further improvements relating to downloading of Boot Camp drivers and ensuring that a Hybrid MBR is not used (which would cause issues when installing Windows).
What You Will Need
- An 8 GB or larger USB stick
- A copy of the Windows 10 ISO
- A valid Windows 10 license
- A downloaded copy of unetbootin
Downloading Boot Camp Drivers
- Start Boot Camp Assistant
- Select Action / Download Windows Support Software
- Choose your Downloads directory, enter your password and then click Save
This will be the only step that we will use Boot Camp Assistant for.
Creating a Bootable USB Windows 10 Installer
Formatting Your USB Stick
Attach your USB stick and start Disk Utility, select your USB drive in the left panel under External, click Erase and set the options as follows (exactly) and click Erase:
Name: FAT32
Format: MS-DOS (FAT)
Scheme: Master Boot Record

Turning Your USB Stick into a Windows Installer
Open unetbootin, enter your password, set the options as follows and click OK:
Diskimage: checked, set to ISO and browse to your Windows 10 ISO
Type: USB Drive
Drive: Your USB drive (you should only see one entry here)

If you see more than one drive listed, you may confirm which is your USB drive by opening the Terminal and typing:
You’ll see your USB drive in the output and it should look something like this:
Once you have kicked off unetbootin, grab a snack while the Windows ISO is copied to the USB stick. This process takes around 15 minutes to complete.
Finishing Up
When this has completed, you may right click on the USB stick in Finder, select Rename “FAT32” and rename it as you like (I’ll call mine “WINDOWS 10”).
Finally, copy the WindowsSupport in your Downloads directory to the Windows 10 USB stick so it’s easy to get to after our installation.
Partitioning Your Drive
In Disk Utility, select your internal hard drive on the left panel, and click on Partition.
Click the + button and create a new partition of your desired size for your Windows installation and name it as you wish (I’ll call mine “BOOTCAMP”). Ensure that the Format is set to MS-DOS (FAT) and click on Apply.

Ensuring that a Hybrid MBR is not used
Huge thanks to Rod’s post from the superuser post titled Windows detects GPT disk as MBR in EFI boot.
Once you add a FAT32 partition with either Boot Camp Assistant or Disk Utility, your disk is converted into a hybrid GPT / MBR disk which is actually not supported by newer versions of Windows. In this step, we revert this additional change made by Disk Utility by switching back to a pure GPT partition table.
Dowload the latest version of GPT fdisk by browsing to the version, then gdisk-binaries and clicking the file with the *.pkg extension (e.g. gdisk-1.0.1.pkg).
Install GPT fdisk by running the installer you downloaded
Open a Terminal and check the state of your MBR
If your MBR partition is set to hybrid, please continue with step 4, otherwise if it is set to protective, you may skip the rest of this section. Simply type q and hit return to exit GPT fdisk.
Type p to view the existing partition table and verify you’re working on the correct disk
Type x to enter the expert menu
Type n to create a fresh protective MBR
Type w to save your changes and confirm the change when asked
Type q to exit GPT fdisk
Run GPT fdisk to show your disk layout:
Your partition table should look something like this:
Installing Windows
Disconnecting All Devices From USB Ports
This step is critical as I have had rather serious problems during Windows installation when certain external drives are connected.
Unplug everything from your Mac except your keyboard (if wired) and your bootable Windows USB stick (which we prepared earlier).
If your Mac contains multiple physical drives, you will need to disconnect all disks except the one which you intend to install Windows on or you may encounter the following error:
Windows could not prepare the computer to boot into the next phase of installation. To install Windows, restart the installation.
Booting From the USB Stick
Ensure that the USB stick containing the Windows installer is inserted and then restart your Mac while holding down the option (alt) key.
You should now be presented with a list of bootable drives. Select the USB drive (usually titled “EFI Boot”) to begin installing Windows.

Correcting Your Windows Hard Disk Partition
When you are asked Where do you want to install Windows?, select the Windows partition created earlier (which I called “BOOTCAMP”) and click Delete.

Next, select the chunk of Unallocated Space and click on New to create a proper Windows NTFS partition.

Note: OS X only supports creation of FAT filesystems, so this is why we need to re-create the partition ourselves during install.
Completing the Installation
Allow the installer to complete and boot into Windows.
Installing Boot Camp Support Software
Once Windows is up and running, install the Boot Camp Support software running WindowsSupport/BootCamp/Setup.exe on your USB stick.
Note: The installer takes a little while to show up, so please be patient.
You may encounter a known issue whereby the Boot Camp Support Software installer locks up while installing Realtek audio.

If this occurs, you will need to open Task Manager and kill the RealtekSetup.exe process.

After the installer has completed, answer No when prompted to reboot and install the Realtek drivers manually by running %USERPROFILE%\AppData\Local\Temp\RarSFX0\BootCamp\Drivers\RealTek\RealtekSetup.exe. If you can’t find this file, check any other directories starting with RARSFX under %USERPROFILE%\AppData\Local\Temp.
Once complete, reboot Windows.
What You Will Need to Configure Windows
- The latest version of SharpKeys
- The flipflop-windows-sheel binary (see README for a download link)
Configuring Windows
Mapping Your Mac Keyboard
Install and run SharpKeys and then configure the following mappings to correct your Mac keyboard so that it behaves like a regular Windows keyboard:
Function: F13 -> Special: PrtSc
Special: Left Alt => Special: Left Windows
Special: Left Windows => Special: Left Alt
Special: Right Alt => Special: Right Windows
Special: Right Windows => Special: Right Alt

Note: for F13, you’ll need to select Press a key and click F13 on your keyboard.
Switching to Natural Scrolling
If you wish to flip scrolling direction to match that on OS X, run FlipWheel.exe and then click on Flip All.

Enabling Num Lock on Boot
Paste the following into a file named Enable NumLock on Boot.reg then import this into the registry to enable NumLock when Windows boots up (it doesn’t by default).
Completing Configuration
That’s it, give your machine one last reboot and you’ll have a fully working Windows 10 installation.
Note: I have found Apple’s Magic Mouse to be extremely unreliable using the Boot Camp drivers from Apple. As such, I recommend purchasing a Logitech (or similar) mouse for use in Windows. I have no trouble plugging the wireless receiver for my Logitech mouse into one of the USB ports of my wired Apple Keyboard and it’s so tiny that you can’t see it at all.
Cleaning up a Windows Installation
Removing the Windows Partitions
If you decide to remove Windows, you may find that Disk Utility doesn’t allow you to delete the two partitions that have been created by the Windows installer.

This happens due to the fact that the first small partition created is of a type called Microsoft Reserved which OS X’s Disk Utility doesn’t support.
The safest way to delete these partitions is through the Windows installer. So simply boot from your USB stick as we did before and when you reach the Where do you want to install Windows? question, you may delete your “BOOTCAMP” partition and the small 16 MB partition of type MSR (Reserved) just above the BOOTCAMP partition.

Once done, simply quit the installer by clicking the X in the top right corner of each Window and reboot back into OS X.
Removing the Boot Entry
Even though we have removed the Windows partition, a boot entry will still be present when holding down option (alt) during boot.
You may remove these items by running the following in your Terminal:
Как создать установочный USB-диск Windows 10 на Mac
Johnny Winter Last updated Sep 28, 2015
Russian (Pусский) translation by Ellen Nelson (you can also view the original English article)
Если, как и я, вы любознательны и/или любите экспериментировать с технологиями, то может возникнуть ситуация, когда вы, время от времени, захотите поиграть с другими операционными системами.
В этом уроке я покажу вам, как создать загрузочный диск с Microsoft Windows 10 на Mac. Возможно, у вас на данный момент нет компьютера под управлением Windows или вы предпочитаете создавать вещи с помощью Mac вместо того, чтобы прибегать к Windows.
Подготовка
Для этого вам потребуется следующее:
- Компьютер
- ISO образ с Windows 10
- USB накопитель объемом 8Гб или больше
Программное обеспечение, которое я буду использовать для создания USB установщика:
- OS X Yosemite 10.10.5
- Ассистент Boot Camp
Необязательно использовать Yosemite. Процесс аналогичен или других недавних версий OS X.
Получаем ISO с Windows 10
Для начала необходимо загрузить копию ISO образа Windows 10, но для этого нужно войти на сайт.

Загрузка ISO-образа Windows 10 с Microsoft Insider
Чтобы загрузить Windows 10, вам нужно будет зарегистрироваться в программе Windows Insider с использованием учетной записи Microsoft.
Эта программа похожа на программу разработчиков Apple и это бесплатно. Если у вас нет аккаунта Microsoft или Windows Insider, создайте его insider.windows.com.
Создание USB-установщика
Как только вы загрузили ISO образ с Windows 10, начнём создавать USB-установщик используя Ассистент Boot Camp от Apple.
Ассистент Boot Camp обычно используется для создания разделов на жёстком диске Mac, чтобы его можно было загрузить на Mac OS X или Microsoft Windows.
В нашем случае, Ассистент Boot Camp будет использоваться только для создания USB установщика и нужно быть очень внимательным, чтобы не создать раздел на внутреннем жёстком диске или SSD в самом Mac.
Если у вас есть сомнения, сделаете резервную копию вашего Mac, перед тем как продолжить. Во всяком случае, у вас должна быть обычная резервная копия, без сомнений.
1. Вставьте пустой USB накопитель на 8 Гб

Вставьте пустой USB накопитель ёмкостью 8 Гб
USB диск, который вы будете использовать, будет полностью перезаписан, поэтому убедитесь, что вы сохранили все данные с этого USB диска. Или же, купите новый USB диск, чтобы вам было спокойнее.
Заметьте, что USB диск должен быть минимум на 8 ГБ. Также можно использовать на 16 Гб или больше, если у вас нет диска на 8 Гб.
2. Запуск Ассистента Boot Camp
Утилита Ассистент Boot Camp находится в Приложения > Утилиты. Вы можете перейти туда и кликнуть по приложению для его запуска.

Использование Spotlight для поиска и запуска Ассистента Boot Camp.
Самый быстрый способ это нажать Command-Пробел, для вызова Spotlight. Наберите Boot Camp для поиска этой утилиты и нажмите Enter для её запуска.
Скорее всего, вы обнаружите, что Spotlight обнаружил эту утилиту, как только вы ввели первое слово.
Если вы используете Alfred, вы можете найти Ассистент Boot Camp, нажав комбинацию клавиш Option-Пробел и набрав Ассистент Boot Camp, для поиска этой утилиты, а затем нажать Enter для её запуска.

Приветственное окно Ассистента Boot Camp
Когда прочитаете инструкцию, нажмите Продолжить.
Выбираем задачи Boot Camp
Ассистент Boot Camp может выполнить в три задачи:
- Создать диск установки Windows 7 или новее
- Загрузить последнее по поддержки Windows от Apple
- Установить или удалить Windows 7 или новее
По умолчанию все эти опции отмечены галочками. Вам нужно отменить опцию 3, Установка Windows 7 или более поздней версии, иначе Ассистент Boot Camp разделит внутренний диск Mac. Это не относится к процессу создания USB-установщика.

Задачи Boot Camp, параметр установки отменен
Если вы выбрали только параметры 1 и 2, нажмите Продолжить.
4. Найдите ISO для создания загрузочного USB-диска.
Чтобы создать загрузочный USB для Windows 10, выберите загруженный ранее ISO-файл с Windows 10.
Скорее всего, он был загружен в папку Загрузки Если это так, Ассистент Boot Camp может определить его и предварительно заполнить путь в поле ISO образ.

Выбор USB-диска для установки Windows 10
Если нет, нажмите Выбрать. и перейдите к загруженному ISO- образу и выберите его.
Убедитесь, что в Диске назначения стоит именно тот USB-накопитель, который вы подключили в Mac.

Подготовка к форматированию USB диска
Нажмите Продолжить, для стирания и форматирования USB-накопителя.
5. Настройка

Форматирование USB-накопителя 
Копирования файлов Windows 
Загрузка ПО поддержки Windows от Apple
Позвольте Ассистенту Boot Camp сделать своё дело. Форматирование и создание загрузочного USB диска займет некоторое время.
6. Завершение
Когда процесс создания загрузочного USB-накопителя будет завершен.

Завершения процесса создания загрузочного USB с Windows 10
Ассистент Boot Camp отобразит сообщение — Загрузочный USB диск создан. USB-накопитель будет переименован в WININSTALL.
Нажмите Выход, чтобы закрыть Ассистент Boot Camp.
Теперь USB-установщик готов. Правой кнопкой мыши по значку WININSTALL на рабочем столе и выберите Извлечь «WININSTALL».

Правой кнопкой мыши по значку WININSTALL на рабочем столе и выберите Извлечь «WININSTALL».
Загрузочный USB-накопитель Windows 10 теперь готов к развертыванию при настройке новых ПК.
Вывод
В этом уроке я показал вам, как создать загрузочный USB-диск с Windows 10, для создания резервного носителя для переустановки Windows 10 или для установки Windows 10 на новые ПК.