Skip to content

BOOTABLE USB ISO MAC

Matvey Gladkikh edited this page May 17, 2022 · 3 revisions

Convert the .iso file to .img using the convert option of hdiutil:

hdiutil convert -format UDRW -o /path/to/target.img /path/to/source.iso

find out usb disk:

diskutil list

burn to usb:

sudo dd if=/path/to/target.img of=/dev/rdiskN bs=1m
Clone this wiki locally