Note: sdX is an example, you will have to check your flash drive address (usually sdb if you have only one hard disk). After that, the easiest way I know of to make a bootable USB is using DD.ĭd if=/path/to/osx.iso of=/dev/sdX & sync Just do: sudo dmg2img -v -i /path/to/image_file.dmg -o /dev/sdbĪgain, sdb is an example.
iso afterwards: it will take half the time as converting to. You can do the conversion and actual writing in one pass, if you don't need the. Install dmg2img sudo apt-get install dmg2imgĬonvert DMG image file to ISO file dmg2img -v -i /path/to/image_file.dmg -o /path/to/image_file.isoĬopy ISO image to USB sudo dd if=/path/to/image_file.iso of=/dev/sdb & sync