Suppose you have an iso image that contains a bios bootable partition. You can write this image to a usb disk, which is now bootable on computers with bios. For example
dd if=pmagic_2013_02_28.iso of/dev/sdc1
If you have an UEFI system however, the usb disk will not boot. How can you make it EFI bootable?