macOS USB Installers

Connect the USB flash drive to your Mac. Open Terminal (Applications > Utilities > Terminal).
Use one of the following commands, replacing MyVolume with your USB name.

Select a macOS version

Windows USB installers

write the iso to the USB then extract the drivers folder to the root

WinDiskWriter
Download
Windows 10
Torrent
Boot Camp
Drivers

Badge Preview


  • Apple File System (APFS) macOS 10.13 or later.
  • Mac OS Extended macOS 10.12 or earlier.
  • MS-DOS 32 GB or less.
  • ExFAT over 32 GB.

Badge Preview


  • dd command line utility
  • if path to image
  • of path to disk
  • bs block size
  • status=progress verbose

Badge Preview


  • diskutil list
  • diskutil eraseDisk ExFAT "WindowsUSB" GPT /dev/diskX
  • hdiutil mount /path/to/windows.iso
  • cp -R /Volumes/Install_Windows/* /Volumes/WindowsUSB
  • cp -R /Downloads/BootCamp/Drivers/* /Volumes/WindowsUSB