making_a_bootable_windows_usb
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
making_a_bootable_windows_usb [2019/01/03 18:08] – created admin | making_a_bootable_windows_usb [2019/01/03 18:23] (current) – admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
Make sure you have rights as an administrator on your MAC.Than plug-in your USB into your MAC. | Make sure you have rights as an administrator on your MAC.Than plug-in your USB into your MAC. | ||
- | Open a terminal and type the following to determine your USB drive | + | Open a terminal and type the following to determine your USB drive: |
+ | |||
+ | //diskutil list// | ||
+ | |||
+ | Next unmount the USB by typing the following into your terminal: | ||
+ | |||
+ | //diskutil unmountDisk / | ||
+ | |||
+ | So for example if you found your drive to be disk3 then the line should say distil unmountDisk / | ||
+ | |||
+ | Next you wil enter the image location of your windows installation (the .iso file). Don't press return yet!!! | ||
+ | |||
+ | 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: | ||
+ | |||
+ | // | ||
+ | |||
+ | so the line looks like this: | ||
+ | |||
+ | dd if=/ | ||
+ | |||
+ | 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 / | ||
+ | |||
+ | Your Bootable Windows USB is now ready. | ||
+ | |||
+ | Enjoy, | ||
+ | |||
+ | **Your ArtIT Team** | ||
+ | \\ | ||
+ | \\ | ||
+ | |||
+ | **[[mac_osx|BACK]]** |
making_a_bootable_windows_usb.1546535315.txt.gz · Last modified: 2019/01/03 18:08 by admin