and verified with ‘qemu-img info’ that agcol.raw is in, well, raw format, the fun begins.
im@st2:~$ doas ./bin.linux.lxd-migrate.x86_64
The local LXD server is the target [default=yes]:
Would you like to create a container (1) or virtual-machine (2)?: 2
Name of the new instance: agcol-vm
Please provide the path to the block device or disk image file: agcol.raw
Invalid input: Source disk format cannot be converted by server. Source disk should be in raw format
The ova file is from a CentOS 7 virtual machine that was running under Xcp-ng.
jim@st2:~$ qemu-img convert -p -O raw agcol.ova agcol.raw && file agcol.raw
(100.00/100%)
agcol.raw: tar archive
I have LXD installed on a Debian 12 server, not Ubuntu, if that matters.