Instead of using unetbootin to copy the contents of the ISO to a Fat filesystem, copy the complete ISO filesystem like this:

sudo dd if=/path/to/image.iso of=/dev/sd??
(make sure you replace the...