Questions tagged [nested-virtualization]

For questions about nested virtualization, a case where a virtual machine acts as a hypervisor and runs another virtual machine.

In most circumstances, using a virtual machine as a hypervisor (i.e., nested virtualization) requires some additional configuration, and has some additional pitfalls on top of those of "regular" virtualization. This tag should be used for these additional considerations only and not for general questions about virtualization.

See also:

9 questions
4
votes
2 answers

How can I tell if an Intel CPU supports nested virtualization?

How can I tell if an Intel CPU supports nested virtualization? So far I was only able to check if an Intel CPU supports virtualization. I use Windows 11 24H2 Pro with a MSI GS76 Stealth 11UH laptop, which has a Intel Core i9-11900H CPU. I don't see…
Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
4
votes
1 answer

VirtualBox “ failed to start the virtual machine because one of the hyper-v component is not running”

For my class I am running a Windows 2019 datacenter server with AD DS and Hyper-V. The goal is to create a windows 10 consumer virtual machine in hyper-v and start it, however it currently will not start. It gives the error listed in the title. I…
3
votes
0 answers

Why is nested virtualization not working as expected with VirtualBox? The guest doesn't have Intel VT-x which prevents it from creating a VM inside it

Objective: Running Kubuntu inside Windows 10 inside Windows 11. Host runs Windows 11 24H2 Pro. It uses VirtualBox version 7.1.4 r165100 (Qt6.5.3). Guest runs Windows 10 21H2 Pro. It uses VirtualBox version 7.1.6 r167084 (Qt6.5.3). Guest's guest…
Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
1
vote
0 answers

Hyper-V Won’t Start VM

I am using Hyper-V on my windows 10 pro laptop, inside of it I am created a Windows Server 2019 Datacenter Evaluation VM. Later on, inside of this I put AD DS on this as well as Hyper-V (inside the server) for making more VMs, as per class…
1
vote
1 answer

Can't activate Windows Sandbox in Windows 11 virtual machine

I'm trying to use VM to run a game and apparently I need to enable the GPU in the VM, and to do that I need to use Windows Sandbox (WSB) in the VM, but I can't get WSB enabled, the checkbox is grayed out, and when I put the cursor on it, this…
1
vote
0 answers

How do I Run Android in a Windows VM in Virtual Box?

I have a Windows PC with an AMD CPU in which I run VMM Virtual Box with a Windows VM in which I need to launch an AVD from Android Studio. I don't need an Android VM to run in Virtual Box, Android must run in a nested virtual environment, inside a…
0
votes
0 answers

Unable to ping Hyper-V host from Ubuntu VM

I'm having a networking issue with my Ubuntu server VM. My Ubuntu VM is able to ping everything EXCEPT my Windows Host. I've tried disabling the firewall on both sides, assigning a static MAC address, configuring my netplan yaml file. I'm not sure…
0
votes
0 answers

Does not support nested virtualization on this host

I have installed EVE-ng VM to VMWare Workstation 15.5. During the power ON it popups an Error mentioning: “VMware Workstation does not support nested virtualization on this host.” After that, I disabled Hyper-V, Virtual machine platform and…
0
votes
2 answers

Can you launch Hyper-V without enabling Virtualization?

I want to allow hyperv to launch so that we can have hyper-v roles in windows, but don't need full on virtualization. The reason I don't want the full on virtualization capabilities is because im running hyper-v in an already nested virtualized…