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
- Plug in flash drive
- diskutil list
- diskutil unmountDisk /dev/disk1
- dd if=/path/to/iso of=/dev/disk1
- diskutil mountDisk /dev/disk1
- inspect contents
- drag usb drive to trash
- usb is now bootable
No comments:
Post a Comment