Here’s how you can create and use a live USB Fedora Linux media on OS X:
- Download the Fedora Linux ISO image from the Fedora website.
- Insert a USB drive into your Mac.
- Open the Terminal application.
- Find the disk identifier for the USB drive by running the following command:
diskutil list
- Unmount the USB drive by running the following command, replacing
DISK_IDENTIFIERwith the actual disk identifier:
diskutil unmountDisk /dev/DISK_IDENTIFIER
- Use the
ddcommand to copy the Fedora ISO image to the USB drive, replacingISO_FILEwith the actual name of the ISO file andDISK_IDENTIFIERwith the actual disk identifier:
sudo dd if=ISO_FILE of=/dev/DISK_IDENTIFIER bs=1m
- Wait for the
ddcommand to complete. - Eject the USB drive by running the following command:
diskutil eject /dev/DISK_IDENTIFIER
- Insert the live USB Fedora Linux media into a computer and restart the computer.
- Boot from the live USB drive by changing the boot order in the BIOS or UEFI settings.
Once you have successfully booted from the live USB drive, you can use Fedora Linux without installing it on your hard drive. To install Fedora on your hard drive, use the installation program that is provided as part of the live media.