hdiutil convert -format UDRW -o bootimage.img sourceimage.iso
diskutil list
(look for the volume that's the same size as your USB device. It'll be "external".)diskutil partitionDisk /dev/diskX 1 "Free Space" "unused" "100%"
(use diskX from the list!)sudo dd if=bootimage.img of=/dev/diskX bs=1m
Last active
July 12, 2019 04:58
-
-
Save sinewalker/e8aa490aafeff5cfc228566ee382612a to your computer and use it in GitHub Desktop.
Make a bootable USB from an ISO image, on macOS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment