Make a boot USB
Platform: mac
- Step1: Insert USB
- Step2: Find index of your USB
bash
diskutil list
- Step3:
bash
diskutil unmountDisk /dev/diskN
- Step4:
bash
sudo dd if=YOURISOFILE.ISO of=/dev/rdiskN bs=1m
- Step5:
bash
diskutil eject /dev/diskN