Skip to content

Instantly share code, notes, and snippets.

@cihat
Created November 25, 2023 22:38
Show Gist options
  • Save cihat/50a4dabd9aa93e73eae9b7f37103657a to your computer and use it in GitHub Desktop.
Save cihat/50a4dabd9aa93e73eae9b7f37103657a to your computer and use it in GitHub Desktop.
Bootable Disk on MacOS
~ sudo diskutil list
~ sudo umount /dev/(IDENTIFIER)
~ sudo dd bs=4M if=/path-of-iso-file of=/dev/(IDENTIFIER) status=progress oflag=sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment