HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

qm start — Start a virtual machine on QEMU/KVM Virtual Machine Manager. More information: <https://pve.proxmox.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
virtualcommandqm startstartcliqemukvmmachine
linux

Problem

How to use the qm start command: Start a virtual machine on QEMU/KVM Virtual Machine Manager. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_start>.

Solution

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

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}}

Code Snippets

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}}

Context

tldr-pages: linux/qm start

Revisions (0)

No revisions yet.