Create windows 7 boot usb from iso

broken image
broken image
broken image

Once it is up and running (don't worry about drivers yet), follow these steps. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. One method that will work is to swap the hard drive out of the PC and into the Mac. I can find other copies of Live USB helper out there, but they are all Windows executables. that article may prove useful, but probably not. after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over.

broken image

Run diskutil eject /dev/disk N, and remove your flash media when the command completes (this can take a few hours on slower drives) Run diskutil unmountDisk /dev/disk N (replace N with the disk number from the last command in the previous example, N would be 2)Įxecute sudo dd if=/path/to/downloaded.iso of=/dev/disk N bs=1m (replace /path/to/downloaded.iso with the path where the image file is located for example. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2) Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac.

broken image