Skip navigation
← Docs

Burn Batocera

Batocera is the OS that runs the games. Download the image, flash it to a USB stick or SD card (32 GB+), then boot from it. Flashing erases the drive.

All platforms

  1. 1
    Download the image from batocera.org/download (pick your hardware).
  2. 2
    balenaEtcher runs on Windows, macOS and Linux and is the easiest option.

Windows

  1. 1
    balenaEtcher or Rufus → select the image → select your USB/SD → Flash.

macOS

  1. 1
    balenaEtcher → image → drive → Flash. (Advanced: sudo dd if=batocera.img of=/dev/diskN bs=4m — check diskN first.)

Linux

  1. 1
    balenaEtcher, or sudo dd if=batocera.img of=/dev/sdX bs=4M status=progress (sdX = the whole device, not a partition), then sync.