I copied my windows 7 cd to a ISO and trying to source the image onto my USB drive from OSX. So far it doesn't seem like it's possible with disk utility. Is there something else I can do to make this work?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Of course, the command line is always there to help.
dd if=/path/to/Win7.iso of=/dev/disk1 bs=8192 Give your USB stick a try :) |
|||||||
|