-
Notifications
You must be signed in to change notification settings - Fork 0
Steps to create bootable Windows installer from Mac,Linux or Android
Ruchit Marathe edited this page Sep 1, 2022
·
8 revisions
Grab latest install .iso file Rename the install.iso to install.img Wipe partition table of your USB using gparted (Linux) or Diskutil (Mac) Run this command, replacing the "if" and "of" path and disk path to the ones matching your system:
sudo dd if=/path/to/install.img of=/dev/sda bs=1M
Reboot, and the USB should show up as a bootable device