This script displays a table of all virtual machines (KVM) and containers (LXC) on a Proxmox node, along with their startup order. It neatly displays the ID, Name, Type, OnBoot, Order, and Delay, sorted by startup priority, making it convenient for visually auditing the service startup order.
This script is useful for quickly auditing and verifying the correct order of launching virtual machines and containers on a Proxmox node to avoid dependency conflicts during startup.
Peculiarities
- Supports both VMs and LXC containers.
- Converts the onboot parameter to yes/no.