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?
|
feedback
|
|
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 :) | |||||
feedback
|