Created
March 15, 2016 20:53
-
-
Save oboje/c1b942c953a50b1e13a2 to your computer and use it in GitHub Desktop.
bootable usb with iso, mac os, terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil list | |
diskutil unmountDisk /dev/diskN | |
sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m | |
diskutil eject /dev/diskN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment