Skip to content

Commit f02cd7e

Browse files
Fix for vm launch (#110)
1 parent ab6f4e4 commit f02cd7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

standalone-node/installation_scripts/standalone-vm-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ qemu-img create -f qcow2 emt-disk.img 64G > /dev/null 2>&1 || { echo "creating e
101101
echo "Starting the Installation"
102102
echo ""
103103
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
104105
sudo -E qemu-system-x86_64 \
105106
-m 4G -enable-kvm \
106-
-cpu host,+vmx \ # nested VM support
107+
-cpu host,+vmx \
107108
-machine q35,accel=kvm \
108109
-bios /usr/share/qemu/OVMF.fd \
109110
-vnc :1 \

0 commit comments

Comments
 (0)