I am trying to repack a bootable UEFI ISO for arm64 but have no luck.
The ISO looks like
# fdisk -l server1030_3.iso
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
So unlike other bootable ISO typically being partitioned into several partitions, the one that does not have any partition.
I try to use grub-mkrescue
or xorriso
but seems they create new partitions and not including
filesystem content as I expect.
So my question is how to repack this ISO and still keep it bootable.