Hi,
I'm trying to install Proxmox VE 8.4 automatically with answers fetched via HTTP and DNS TXT record. Ideally I don't want to make a special installer but perhaps that's the only way to make it work? I don't have a setup with proxmox-auto-install-assistant...
When I boot 8.4 from usb I select "advanced -> install (automated)" and end up in debug session. Once there I can test the txt dns entries with:
# dig txt +short proxmox-auto-installer.mydomain.com
# dig txt +short proxmox-auto-installer-cert-fingerprint.mydomain.com
as per https://pve.proxmox.com/wiki/Automated_Installation...
Is it not supposed to just perform the installation?
It works when I manually call:
# proxmox-fetch-answers http $(dig txt +short proxmox-auto-installer.mydomain.com | tr -d '"') $(dig txt +short proxmox-auto-installer-cert-fingerprint.mydomain.com | tr -d '"') >/run/automatic-installer-answers + CTRL-d
I'm using unbound DNS (pfSense)
I'm trying to install Proxmox VE 8.4 automatically with answers fetched via HTTP and DNS TXT record. Ideally I don't want to make a special installer but perhaps that's the only way to make it work? I don't have a setup with proxmox-auto-install-assistant...
When I boot 8.4 from usb I select "advanced -> install (automated)" and end up in debug session. Once there I can test the txt dns entries with:
# dig txt +short proxmox-auto-installer.mydomain.com
# dig txt +short proxmox-auto-installer-cert-fingerprint.mydomain.com
as per https://pve.proxmox.com/wiki/Automated_Installation...
Is it not supposed to just perform the installation?
It works when I manually call:
# proxmox-fetch-answers http $(dig txt +short proxmox-auto-installer.mydomain.com | tr -d '"') $(dig txt +short proxmox-auto-installer-cert-fingerprint.mydomain.com | tr -d '"') >/run/automatic-installer-answers + CTRL-d
I'm using unbound DNS (pfSense)