You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
i am attempting to nest virtualized VMs, i want to simulate a network.
i think the issue is with kernel modules inside the ignite vm, see here:
root@localhost:~# kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
KVM acceleration can be used
root@localhost:~# modprobe kvm_intel
modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/4.19.47
root@localhost:~#
how would i trouble shoot this? build a new kernel?
The text was updated successfully, but these errors were encountered:
i am attempting to nest virtualized VMs, i want to simulate a network.
i think the issue is with kernel modules inside the ignite vm, see here:
how would i trouble shoot this? build a new kernel?
The text was updated successfully, but these errors were encountered: