sudo dd if=image.iso of=/dev/sdX bs=4M
sync
http://tech.saoslab.com/post/2013/03/18/cleanup-corrupt-partition-table
MBR und Partitionstabelle ueberspielen:
dd if=/dev/zero of=/dev/sdX bs=512 count=1
[[pv]]