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" script to the proxmox 8.3 ISO as follows:
proxmox-auto-install-assistant prepare-iso proxmox-ve_8.3-1.iso --on-first-boot post_install.sh --fetch-from iso --answer-file answer.toml
The answer file...
Read more
[first-boot]
source = "from-iso"
ordering = "fully-up"
I then added the answer file and a simple "post_install.sh" script to the proxmox 8.3 ISO as follows:
proxmox-auto-install-assistant prepare-iso proxmox-ve_8.3-1.iso --on-first-boot post_install.sh --fetch-from iso --answer-file answer.toml
The answer file...
Read more