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
Install gparted to format your USB stick:
sudo apt-get install -y gparted
- Select your USB device in the top right corner.
-
Delete
all your partitions so that you have only one (if you cant delete a partition thenunmount
it first by selecting that option through the context menu of that table item). - Create the
NTFS
partition.
๐ฟ Installing & opening unetbootin
sudo add-apt-repository -y ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install -y unetbootin
sudo mkdir /media/hdd1
sudo mount -t ntfs-3g /dev/sda1 /media/hdd1
sudo unetbootin installtype=USB targetdrive=/dev/sda1
๐ Flash it!
Select your Windows ISO image and flash it ๐
Top comments (0)