vee start
Start a VM in the background and wait until it is ready.
vee start <name>
vee spawns QEMU as a background process, then polls until the VM is reachable via SSH or the guest agent confirms it is up. Progress is shown as a spinner; the command exits when the VM is ready.
If stdout is not a TTY (e.g. in a script), the spinner is skipped and a plain message is printed when the VM is ready.
For VMs with GPU passthrough, vee start runs a pre-flight check before launching:
- Reads the GPU’s PCIe power state and driver binding.
- If the device is in
D3cold(left over from an unclean exit), attempts a PCI function-level reset via sysfs. - Verifies the IOMMU group is fully bound to
vfio-pci.
If the preflight fails and the device cannot be recovered, a cold reboot of the host is required.
vee start linux-gaming