Einzeiler zum Flashen mit Hilfe von dd:sudo dd if=/pfad/zur/image.iso of=/dev/sdX bs=4M status=progress && sync
Wobei:if= = Input-Datei (Image)of= = Output-Device (z.B. /dev/sdb für USB-Stick)bs=4M = Blockgröße für bessere Performancestatus=progress = zeigt Fortschritt ansync = stellt sicher, dass alle Daten geschrieben wurden
Wichtig: Mit lsblk vorher das richtige Device identifizieren!