B
B
by_EL2021-02-11 10:46:34
VMware
by_EL, 2021-02-11 10:46:34

How to properly organize virtualization inside KVM virtualization inside VMware workstation?

I want to test virtualization on KVM, inside VMware Workstation but it doesn't work, the problem is that when checking the egrep -c '(vmx|svm)' /proc/cpuinfo command to check virtualization support, but the command does not return code 0
PS: included the appropriate settings on VMware to work (virtualization within virtualization)
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2021-02-11
@gbg

https://www.itingredients.com/how-to-run-hyper-vn...
You need to change the line in the vmx file:
How-to-enable-Nested-Virtualization-for-Hyper-V-10.png

R
rPman, 2021-02-11
@rPman

What are you virtualizing inside what?
kvm is a qemu extension that supports hardware virtualization, if you want to run a virtual machine inside another virtual machine, disable virtualization support, i.e. use qemu.
It is most likely impossible to run vmware inside qemu.
If the host and guest are linux, then virtualization is possible based on containers that replace calls at the kernel level (lxc / openvz) or user linux mode. In this case, a combination is possible when the host system is a virtual machine that uses hardware virtualization and vice versa, the host system is lxc / openvz , and already inside one of the guests to run a virtual machine that requires hardware virtualization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question