Convert ISO to .img using hdiutil under Mac OS (via Installation/FromUSBStick for Ubuntu)

Linked on Mar 25 at 4:35

These instructions to install Ubuntu on a USB stick include the following on how to convert ISO to .img on a Mac:

“Convert the .iso file to .img using the convert option of hdiutil (e.g., hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/kubuntu.iso) Note: OS X tends to put the .dmg ending on the output file automatically.”

Profile