1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/qm-start.md
2022-10-04 11:59:38 -03:00

399 B

qm start

Start a virtual machine on QEMU/KVM Virtual Machine Manager. More information: https://pve.proxmox.com/pve-docs/qm.1.html.

  • Start a specific virtual machine:

qm start {{100}}

  • Specify the QEMU machine type (i.e. the CPU to emulate):

qm start {{100}} --machine {{q35}}

  • Start a specific virtual machine with a timeout in 60 seconds:

qm start {{100}} --timeout {{60}}