Recent content by Chris Morgan

  1. C

    Proxmox-auto-install-assistant first boot script issues.

    I’ve gone back to using Debian PXE preseed and PVE install via Ansible playbook. I’ll get the info for you nonetheless as it would still be interesting to debug in any case. Wil prob be next week when I’m back at work. Thankyou for responding.
  2. C

    Proxmox-auto-install-assistant first boot script issues.

    I have been following instructions as per https://pve.proxmox.com/wiki/Automated_Installation Here is my config: [global] keyboard = "en-gb" country = "gb" fqdn = "pveauto.testinstall" mailto = "adm@blah" timezone = "Europe/London" root-password-hashed = "$6blahblahblah" [network] source =...
  3. C

    Is PVE install on top of Debian supported?

    Thanks very much for this reassuring response. The more I look into getting the bare metal PVE installer to run via PXE, it seems very hacky compared to the Debian first approach. I already have an automated pressed Bookworm install setup. I plan to do the PVE setup with Ansible.
  4. C

    Is PVE install on top of Debian supported?

    Hi, I am struggling to find a single definitive answer to this. I've been tasked with commissioning a new cluster of 50x servers. I wish to deploy Promox to install in an automated manner via a PXE server. The official instructions on automation seem to to focus on creating a customised...