[solved] Fail to create USB live stick

Started by hepp, 2014/08/14, 18:28:56

Previous topic - Next topic

sunrat

QuoteSolved! 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.