User Tools

Site Tools


making_a_bootable_windows_usb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
making_a_bootable_windows_usb [2019/01/03 18:12] adminmaking_a_bootable_windows_usb [2019/01/03 18:23] (current) admin
Line 17: Line 17:
 Enter the following: Enter the following:
  
 +//sudo dd if=//  
 +
 +then go to your .iso image and drop it into your terminal box. Don't press return yet!!!
 +
 +After the iso image you type the following:
 +
 +//of=/dev/disk[your disk number] bs=1m//
 +
 +so the line looks like this:
 +
 +dd if=/Volumes/Hackintosh\ HD/El\ Capitan\ Home/username/Desktop/Win10_English_x64.iso of=/dev/disk3 bs=1m
 +
 +you might have sudo in front of your line, that's ok. 
 +
 +Hit enter and your image should be on its way to your USB. You might have to enter your password to start the action. 
 +
 +Please note that after hitting enter, it seems like nothing is happening. Please do not interrupt the  progress until your command prompt is back again!!! This is very important since there wil be no progress indication. This could take some time. (15-50 minutes).
 +
 +Finally you have to eject your usb. Do this by typing
 +
 +//diskutil eject /dev/disk[your disk number]//.
 +
 +Your Bootable Windows USB is now ready. 
 +
 +Enjoy,
 +
 +**Your ArtIT Team**
 +\\
 +\\
 +
 +**[[mac_osx|BACK]]**
  
making_a_bootable_windows_usb.1546535569.txt.gz · Last modified: 2019/01/03 18:12 by admin