Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ```
  2. hdiutil convert -format UDRW ~/path/to/target.iso -o ~/path/to/ubuntu.img
  3. diskutil unmountDisk /dev/diskN
  4. sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
  5. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement