Guest User

Untitled

a guest
Jul 22nd, 2010
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 4. Using Diskutil (Mac OS X only)
  2.  
  3. Download the desired .img file
  4. Open a Terminal (under Utilities)
  5.  
  6. Run diskutil list to get the current list of devices
  7. Insert your flash media
  8.  
  9. Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)
  10.  
  11. Run diskutil unmountDisk /dev/diskN
  12.  
  13. Execute sudo dd if=/path/to/downloaded.img of=/dev/diskN bs=1m
  14.  
  15. Run diskutil eject /dev/diskN and remove your flash media when the command completes
Advertisement
Add Comment
Please, Sign In to add comment