Skip to content

Instantly share code, notes, and snippets.

@ipcjk
Last active March 13, 2024 16:43
Show Gist options
  • Save ipcjk/bb7b9db2e01ff28be6ba3d4815834442 to your computer and use it in GitHub Desktop.
Save ipcjk/bb7b9db2e01ff28be6ba3d4815834442 to your computer and use it in GitHub Desktop.
create bootable linux usb stick dmg for mac from iso
diskutil list
hdiutil convert -format UDRW -o image image.iso
diskutil unmountDisk /dev/disk2
sudo dd if=image.dmg of=/dev/disk2
diskutil unmountDisk /dev/disk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment