[solved] Fail to create USB live stick

Begonnen von hepp, 2014/08/14, 18:28:56

Vorheriges Thema - Nächstes Thema

sunrat

ZitatSolved! I finally had it working by using dd=

mkfs.ext2  /dev/sdg
dd if=~/siduction-13.2.1-december-lxde-i386-201401272144.iso of=/dev/sdg bs=4M; sync


The mkfs bit is redundant as dd will overwrite the filesystem anyway.