# Get the imagewget http://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img# Create a VMqm create 10000 --memory 2048 --name ubuntu-cloud --net0 virtio,bridge=vmbr0# Attach cloud init disk to VMqm importdisk 10000 ubuntu-22.04-server-cloudimg-amd64.img storage1tb# Create a SCSI driveqm set 10000 --scsihw virtio-scsi-pci --scsi0 storage1tb:vm-10000-disk-0# Create logical volumeqm set 10000 --ide2 storage1tb:cloudinit# Set boot disk to cloudinitqm set 10000 --boot c --bootdisk scsi0# Set video output to see in webVNCqm set 10000 --serial0 socket --vga serial0