Page:
CLI - proxmox-boot-tool
Pages
CLI - proxmox-boot-tool
CLI - pvebcache
CLI - pvessh
CLI - qm
CLI
CVE-2026-31431
Ceph - Deployment
Ceph - Maintenance
Ceph - RDMA
DirtyFrag
Hardware Requirements
Home
Install from Debian
Install from ISO
Install from openEuler
Issue - ARM 32-bit
Issue - IPv6
Issue - MSIx PBA Outside of Specified BAR
Issue - PCI Passthrough
Issue - Raspberry Pi
Issue - Rockchip
Issue - Win7 Internal Error
Proxmox Memory
Resources Download
Roadmap
SPDK
Setup - Linux on ARM64-Loongson
Setup - Migrate from Proxmox VE
Setup - Windows on x86
Software Repository (Upstream Lierfang)
Submodule pin conventions
UI
eNFS
vGPU - Moore Threads
vGPU - Nvidia
No results
1
CLI - proxmox-boot-tool
sebas edited this page 2026-08-21 07:13:20 +00:00
Table of Contents
proxmox-boot-tool
Archived from https://docs.pxvirt.lierfang.com/en/cli/proxmox-boot-tool.html
proxmox-boot-tool
This tool can be set to start the kernel, etc
pxvirt has added the kexec startup function in this cli.
kexec can also bypass the bios self-check and quickly restart the kernel. This function will be particularly effective in the server.
bash
root@pvedevel:~# proxmox-boot-tool kernel list
Manually selected kernels:
None.
Automatically selected kernels:
6.8.12-4-pve
root@pvedevel:~# proxmox-boot-tool kernel kexec 6.8.12-4-pve
press y/Y to continue
The above command will restart to the kernel 6.8.12-4-pve. To prevent accidental operations by users, it is necessary to press y or Y for confirmation before the operation will take place here.