automated installation first boot hook

  1. M

    Modifying ISO for Automated Installation

    Hello, I am currently working on creating ProxmoxVE Installation Media to automatically install and configure three of our nodes. Following https://pve.proxmox.com/wiki/Automated_Installation I came up with a combination of answerfile.toml and firstboot.sh script to accomplish: * Install...
  2. 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...
  3. 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"...