Installation
Requirements & USB
System requirements and creating a bootable USB drive.
System requirements
| Component | Minimum | Recommended |
|---|---|---|
| CPU | x86_64 (64-bit) | Modern multi-core |
| RAM | 4 GB | 8 GB+ |
| Storage | 30 GB | 50 GB+ |
| GPU | Any (AI Mode runs CPU-only) | Dedicated GPU |
| Firmware | BIOS | UEFI |
You'll also need a USB drive of 8 GB or more and the Genesi OS ISO.
Create a bootable USB
# Find your USB device
lsblk
# Write the ISO (replace /dev/sdX with your USB — this erases it!)
sudo dd if=genesi-*.iso of=/dev/sdX bs=4M status=progress oflag=syncdiskutil list
diskutil unmountDisk /dev/diskX
sudo dd if=genesi-*.iso of=/dev/rdiskX bs=1mNext: the installation guide.