Memos - Create an USB bootable disk under linux

Identify usb device

lsblk -S

Unmount all partitions

umount /dev/sdX?*

Flash the device

sudo dd if=/chemin/vers/image.iso of=/dev/sdX bs=4M status=progress conv=fdatasync