Make bootable usb on mac from iso

diskutil list # shows disks hdiutil convert -format UDRW -o destino.img origen.iso # convert to dmg sudo dd if=destino.img.dmg of=/dev/rdisk1 bs=1m # copy to USB on rdisk1

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.