automated installation first boot hook

  1. E

    Build Proxmox from an ISO image to a full server with VMs.

    I am looking for a way to build a Proxmox server from an ISO disk. Effectively, I need to build a field server that is a Proxmox-based system built with the automated installation file. The running Ansible-pull as an Ansible user to execute a build operation to install and set up multiple VMs...
  2. R

    Debug first boot hook

    I am excited to use the new "First Boot Hook" feature added in PVE 8.3 for automated installation. Following the docs, I added a section to my automated answer file as follows: [first-boot] source = "from-iso" ordering = "fully-up" I then added the answer file and a simple "post_install.sh"...