Return to site

Create bootable usb for mac

broken image
broken image

sudo dd if=~/Downloads/Fedora-Workstation-Live-x86_64-27-1.6.iso of=/dev/rdisk2 bs=1m Make sure the USB device is empty or the data has been backed up and you chose the correct device number when running the following commands or you will LOSE your data.Īssuming you’ve downloaded the ISO to the Downloads folder, run the following command to copy the ISO to the USB Flash Drive (replace disk2 with the disk number of the USB on your system). Step 3: Copy the Fedora ISO to the USB Flash Drive

broken image
broken image

Unmount the external disk by running the following command (replace /dev/disk2 with the disk number of the USB found on your system): diskutil unmountDisk /dev/disk2