I'm trying to install a VM in HVM mode called HNS (hybrid network simulation).
Based on Debian, HNS seems to run on KVM/QEMU.
I followed the step-by-step installation instructions : https://www.hynesim.org/installation-pas-a-pas/
Edit /etc/hynesim/hynesim-node.ini
Add support for KVM/QEMU :
KvmQemu/dummy = 1
I am having an issue relating to kvm_intel module into the Qubes OS 4.0 environment.
Cleanup prior to restarting the hynesim-node service :
$ /etc/init.d/hynesim-node cleanup
[...]
Failed to stop vboxdrv.service: Unit vboxdrv.service not loaded.
modprobe: ERROR: could not insert 'kvm_intel': Operation not supported
Module unloading failed: kvm_intel
[...]
How can I fix it ?
Any help and advice would be greatly appreciated.
Best regards.
GD Rub
Hi,
8.1.4 Importing virtual machines (p40) :
https://brage.bibsys.no/xmlui/bitstream/handle/11250/216822/ADalmo_MGKnudsen_JLovbraten.pdf
"Hynesim is not a hypervisor in itself, and therefore relies on
other software to do the creation and running of the virtual
machines."
GD.