ubuntu-1604:201903-01 image says “kvm: no hardware support”.
My use case is: I want to build .OVA file out of .iso using packer command. So I used machine executor and running packer inside the vm.But I get following error which means that nested virtualization is not supported:Logs:Qemu stderr: Could not access KVM kernel module: No such file or directoryQemu stderr: failed to initialize KVM: No such file or directory
#dmesgkvm: no hardware support
Is there any way to address this issue in CircleCI?
CCI-I-1194