Linux command
qm-start 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Start
qm start 100
Example
qm start 100 --machine q35
Example
qm start 100 --timeout 60
说明
qm start starts a QEMU/KVM virtual machine in Proxmox VE. The VM must exist and not already be running. Various startup options can control the emulated machine type, timeout, and other parameters.
参数
- vmid
- The numeric ID of the virtual machine
- --machine _type_
- Specify the QEMU machine type (e.g., q35, pc, pc-i440fx)
- --timeout _seconds_
- Timeout in seconds for the start operation
- --skiplock _boolean_
- Skip lock check (root only)
- --stateuri _uri_
- URI to restore state from a migration or snapshot
FAQ
What is the qm-start command used for?
qm start starts a QEMU/KVM virtual machine in Proxmox VE. The VM must exist and not already be running. Various startup options can control the emulated machine type, timeout, and other parameters.
How do I run a basic qm-start example?
Run `qm start 100` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does vmid do in qm-start?
The numeric ID of the virtual machine