oldfred said: Actually if you want an UEFI only boot flash drive you do not need an installer at all.
You just need to format flash drive with FAT32 and set boot flag on. Then use whatever is your favorite extraction tool like 7zip to extract & copy ISO to FAT32 partition. UEFI boots from a FAT32 partition with a very long GUID (if gpt) to identify it. Gparted and some other tools use boot flag to set that GUID. A few UEFI want flash drive as gpt, most will boot with MBR as even MBR has a code for ESP - efi system partition.
Ubuntu has built in /EFI/Boot/bootx64.efi which really is a copy of grub, for booting in UEFI mode.
Normal installers do the format, extract, but also then install a BIOS boot loader. Ubuntu uses syslinux as BIOS boot loader but with UEFI only you do not need that.
...
I think I did what you described. Extracted with *file-roller* from lubuntu-14.04.3-desktop-i386.iso.
In my Toshiba in UEFI mode it does not work: "No bootable device -- Please restart system"
In other words, it finds nothing to boot from.
There is no hard-disk with an UEFI system in it. Would that be required?
I would guess that there must be a bootloader, but I wanted to try your method, because it is so simple :-)
This is the computer where I have tested systems made by mkusb during the development, so I know pretty well how to boot from it in UEFI mode as well as in BIOS mode.
Please advice how to use your simple method :-)