Grub2: boot USB from GRUB prompt
When the PC will not boot from USB, you can use GRUB2 to boot from the USB.
grub> ls
(hd0) (hd0,msdos1) ...
grub> set root=hd0,msdos1
grub> chainloader /efi/boot/bootx64.efi
grub> boot
The above is of course an example, every situation will be different. But the idea is the same.