Skip to content

Proxmox

Proxmox set onboot cascade order

This script: - Sets boot VM when node is booted. - Puts periods between each VM is booted.

How to cook it: - Copy the script to Proxmox node (you have to have root access). - Make it executable:

chmod +x proxmox-stagger-boot_03.sh
- Run the script in dry-run mode (report):
sudo bash ./proxmox-stagger-boot_03.sh --dry-run
- If everything is good, apply changes:
sudo bash ./proxmox-stagger-boot_03.sh
- If you want to revert settings:
qm set <VMID> --startup ""