Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] Fail to create USB live stick  (Read 10251 times)

Offline sunrat

  • User
  • Posts: 406
Re: [solved] Fail to create USB live stick
« Reply #15 on: 2014/08/21, 12:29:58 »
Quote
Solved! 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.