Created
May 10, 2018 20:35
-
-
Save vaporic/a1c105490202c9145baa0ed3613df5ed to your computer and use it in GitHub Desktop.
Usb Booteable Terminal MacOS
This file contains 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
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