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メディアであることを確認します。

ダンプ -iUEFI.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を起動します。

ベストアンサー1

おすすめ記事