i am able to generate uefi iso using
mkisofs -quiet -R -J -T -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -c isolinux/boot.cat -b isolinux/isolinux.bin -o UEFI.iso .
and following command confirms it as EFI media
dumpet -i UEFI.iso
Validation Entry:
Header Indicator: 0x01 (Validation Entry)
PlatformId: 0x00 (80x86)
ID: ""
Checksum: 0x55aa
Key bytes: 0x55aa
Boot Catalog Default Entry:
Entry is bootable
Boot Media emulation type: no emulation
Media load segment: 0x07c0
System type: 0 (0x00)
Load Sectors: 4 (0x0004)
Load LBA: 227 (0x000000e3)
Section Header Entry:
Header Indicator: 0x91 (Final Section Header Entry)
PlatformId: 0xef (EFI)
Section Entries: 1
ID: ""
Boot Catalog Section Entry:
Entry is bootable
Boot Media emulation type: no emulation
Media load address: 0 (0x0000)
System type: 0 (0x00)
Load Sectors: 744 (0x02e8)
Load LBA: 239 (0x000000ef)
But when selecting this iso as boot media it just doesn't boot
Contents of UEFI.iso
ls /mnt/EFI/BOOT/
BOOTX64.conf BOOTX64.efi splash.xpm.gz TRANS.TBL
ls /mnt/images
efiboot.img efidisk.img install.img product.img pxeboot TRANS.TBL
Any idea what can be the issue.Regular redhat 6.5 iso boots on this uefi server