-
Notifications
You must be signed in to change notification settings - Fork 4
FedoraLaptop
Rob Nagler edited this page Jul 8, 2022
·
2 revisions
We have hundreds of USB flash drives in the storage closet.
On your Mac (assumes Fedora 36
curl -L -O https://download.fedoraproject.org/pub/fedora/linux/releases/36/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-36-1.5.iso
diskutil eraseDisk FAT32 FEDORA36 MBRFormat /dev/disk2
diskutil unmountDisk /dev/disk2
sudo dd if=Fedora-Workstation-Live-x86_64-36-1.5.iso of=/dev/rdisk2 bs=1m
diskutil eject /dev/disk2