2010-02-04

System Administration

Apologies anyone who is still following this for personal updates. Maybe Facebook would suit you better?

Making a bootable usb image in Mac OS X


  1. Plug in flash drive
  2. diskutil list
  3. diskutil unmountDisk /dev/disk1
  4. dd if=/path/to/iso of=/dev/disk1
  5. diskutil mountDisk /dev/disk1
  6. inspect contents
  7. drag usb drive to trash
  8. usb is now bootable

No comments: