使用 mkisofs 生成 redhat 6.5 UEFI iso

使用 mkisofs 生成 redhat 6.5 UEFI iso

我可以使用生成 uefi iso

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 .

以下命令确认其为 EFI 介质

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)

但是当选择这个 iso 作为启动介质时,它就无法启动

UEFI.iso 的内容

ls /mnt/EFI/BOOT/

BOOTX64.conf  BOOTX64.efi  splash.xpm.gz  TRANS.TBL

ls /mnt/图像

efiboot.img  efidisk.img  install.img  product.img  pxeboot  TRANS.TBL

知道可能是什么问题。在此 uefi 服务器上定期启动 redhat 6.5 iso

相关内容