Read this in other languages: Русский
Bash script with interactive terminal shell for 'dd'
Download the latest release, extract and ...
# Go to extracted directory
cd interactive-dd
# Copy idd.sh to /usr/bin as root
sudo cp idd.sh /usr/bin/idd
# Copy translations to /usr/share/idd/ as root
sudo cp translations/*.trans /usr/share/idd/
# After that:
# Just run idd in directory with image-file
# and write to flash-drive, it's easy =)