The program Jayro used to create the bin image, ImageUSB, adds its own 512 byte header to the image, which removes the image's compatibility with other programs. To do the installation using dd, you just need to skip the header, with the command "dd if=binfile of=usbstickblockdevice skip=1...