This article will should you how to create a bootable USB stick for installing Windows 10 / 11 from MacOS, here you can find ISO images for Windows.
π§Ή Format your USB stick to NTFS
Format your USB stick to Microsoft NTFS
, to do so install ntfs-mac, this will install a ntfs driver for MacOS, now this format should be available for you inside of Disk Utility
, erase the USB stick:
πΏ Installing & opening unetbootin
Install unetbootin with brew:
brew install --cask unetbootin
Open it and allow it through System Preferences / Security & Privacy
:
For me unetbootin didn't recognize my usb device, but it worked by selecting it through the command line:
/Applications/unetbootin.app/Contents/MacOS/unetbootin installtype=USB targetdrive=/dev/disk2s1
Replace /dev/disk2s1
with yours, you can find it out by diskutil list
:
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.5 GB disk2
1: Windows_NTFS WIN 31.5 GB disk2s1
π Flash it!
Select your Windows ISO image and flash it π
Top comments (0)