Hi,
I try to automate an installation but I just cannot t make the automated installer find and use my answer.toml without interaction.
I'm using a ventoy-stick to boot (normal mode) the installer ISO proxmox-ve_9.2-1.iso.
There's an additional partition (fat32) on the stick labeled 'proxmox-ais' as it is mentioned in the doc containing my "answer.toml".
This is never found although the parition seems to be named correctly (visible in /dev/disk/by-label)
Hower by just entering this command it run without any issues:
I also tried to supply a second USB drive with the answer file (for completeness: I renamed the partition on the Ventoy-Stick during this test).
Did I miss anything?
I try to automate an installation but I just cannot t make the automated installer find and use my answer.toml without interaction.
I'm using a ventoy-stick to boot (normal mode) the installer ISO proxmox-ve_9.2-1.iso.
There's an additional partition (fat32) on the stick labeled 'proxmox-ais' as it is mentioned in the doc containing my "answer.toml".
This is never found although the parition seems to be named correctly (visible in /dev/disk/by-label)
Hower by just entering this command it run without any issues:
Bash:
proxmox-fetch-answer partition proxmox-ais >/run/automatic-installer-answers
exit
I also tried to supply a second USB drive with the answer file (for completeness: I renamed the partition on the Ventoy-Stick during this test).
Did I miss anything?