normally not needed at all when using dd to create the install USB:
sudo dd if=name-of-iso of=/dev/sdX
Replace name-of-iso with the correct file name of the ISO and sdX for example with sdb if your USB is the second drive. You may use sudo fdisk -l
to check for it.