I am trying to set up Virtualbox (latest version) to run a GNS3 VM for my CCNA studies.
When I start VB, it does boot the GNS3 VM, but never recognises that it has started. But I can web into the VM and start creating a lab. But if I try to start any device, I get this error.
""KVM acceleration cannot be used (/dev/kvm doesn't exist). It is possible to turn off KVM support in the gns3_server.conf by adding enable_kvm = false to the [Qemu] section."
Things I have done:
I checked the setting of the VM in Virtualbox. I went to System, Processor and made sure that the "Enable Nested VT-x/AMD-V" feature is ticked and it was.
I started my windows command prompt and ran this command to ensure that nested virtualisation is enabled on my laptop.
"C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "GNS3 VM" --nested-hw-virt on" This made no difference.
I then checked that Virtualisation was enabled in the BIOS and it is. I checked Task Manager and made sure that Windows was showing that Virtualisation was enabled in the CPU section, and it is.
I have also made sure that all the applications involved have their ports open in the firewall. At one stage, I disabled the firewall and still had no success.
Attempting to run a device without this KVM enabled does not solve the issue as the device cannot start. With both Workstation packages, it fails with a message. "VMWare Workstation does not support nested virtualisation on this host. Module 'HV' power on failed. Failed to start the virtual machine."
My laptop is an Acer Predator Helios 300, Model Number N20C3 running a fully updated Windows 11 Operating System (not Pro). The CPU is an 11th Gen Intel Core i7-11800H, with 8 cores @ 2.3GHz per core. I have 16 Gigabytes of RAM and over 350 Gigabytes of storage available on the main SSD.
I am having the same issue with Workstation Pro and Player and if I try to start a device in a project accessed via the webpage.
So, at this stage with no other info I suspect that the Intel chip in a Windows 11 OS is not playing nicely with nested virtualisation, or maybe it supports virtualisation but not nested.
Has anyone been able to get nested virtualisation working on a Windows 11 computer with an Intel CPU?
Thanks in advance.