Debian Jessie マシンで UEFI ISO イメージを作成するにはどうすればよいですか?
Kubuntu で follow コマンドを使用すると、すべて問題ありません
genisoimage -quiet -V "my-amd64" -J -R -r -l -cache-inodes -c isolinux/boot.cat -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -o my-amd64.iso my-amd64/
isohybrid --uefi my-amd64.iso
しかし、Debian Jessie でこのコマンドを実行すると、次のエラーが発生します。
genisoimage: option '-e' is ambiguous; possibilities: '--eltorito-boot' '--exchange' '--ethershare' '--exclude-list' '--exclude' '--eltorito-catalog' '--eltorito-alt-boot'
Usage: genisoimage [options] -o file directory ...
Kubuntu (15.04) の genisoimage と Debian Jessie には同じオプションがないようです。Debian では、genisomage は UEFI をサポートしていません。
両方のシステムのバージョンは同じです: genisoimage 1.1.11
しかし、Debian Jessie で ISO イメージを作成する必要があります。これに対する回避策はありますか?