Open MagnusS opened 1 month ago
Currently it's not possible to specify other media-types with vm.boot()
: https://github.com/includeos/vmrunner/blob/master/vmrunner/vmrunner.py#L1027
And only disk
is supported in the schema: https://github.com/includeos/vmrunner/blob/master/vmrunner/vm.schema.json#L59
When booting an iso from a read-only nix location, qemu fails with:
The iso is attached using the parameter
-drive file=grub.iso,format=raw,if=ide,media=disk
Changing media manually to
media=cdrom
boots the image.