Create Bootable USB
Download CachyOS
Download the latest ISO from the CachyOS website.
Verify the checksum before writing:
bash
sha256sum cachyos-*.iso
# Compare against the .sha256 file on the download pageWrite the ISO
On Linux / macOS
bash
# Find your USB drive device
lsblk # Linux
diskutil list # macOS
# Write (replace /dev/sdX or /dev/diskN with your device)
sudo dd if=cachyos-*.iso of=/dev/sdX bs=4M status=progress oflag=syncDouble-check the target device
dd will overwrite anything at the target path without confirmation. Verify the device name with lsblk before running.
On Windows
Use Rufus with:
- Partition scheme: GPT
- Target system: UEFI (non CSM)
- Write mode: DD Image
Boot from USB
- Insert the USB drive
- Power on while holding Option (⌥)
- Select the EFI Boot entry (yellow icon, typically labelled "EFI Boot")
- CachyOS live environment will start
If no EFI Boot option appears
Ensure Startup Security Utility is set to "No Security" and external media is allowed. See Disable T2 Security.