Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created May 10, 2018 20:35
Show Gist options
  • Save vaporic/a1c105490202c9145baa0ed3613df5ed to your computer and use it in GitHub Desktop.
Save vaporic/a1c105490202c9145baa0ed3613df5ed to your computer and use it in GitHub Desktop.
Usb Booteable Terminal MacOS
COMANDOS A EJECUTAR:
1. diskutil list
2. diskutil unmountdisk /dev/disk1
3. sudo dd if= (Arrastramos archivo iso) of=/dev/disk1 bs=1m
4. Password
5. diskutil eject /dev/disk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment