We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6f4e4 commit f02cd7eCopy full SHA for f02cd7e
standalone-node/installation_scripts/standalone-vm-setup.sh
@@ -101,9 +101,10 @@ qemu-img create -f qcow2 emt-disk.img 64G > /dev/null 2>&1 || { echo "creating e
101
echo "Starting the Installation"
102
echo ""
103
echo "Please see the installation status on VNC viewer.Enter $host_ip:1 on vnc viewer"
104
+# Added -cpu host,+vms It will support nested VM configuration as well
105
sudo -E qemu-system-x86_64 \
106
-m 4G -enable-kvm \
- -cpu host,+vmx \ # nested VM support
107
+ -cpu host,+vmx \
108
-machine q35,accel=kvm \
109
-bios /usr/share/qemu/OVMF.fd \
110
-vnc :1 \
0 commit comments