Skip to content

Make a boot USB

Platform: mac

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

Changelog

Just observe 👀