proxmox_hassio_lxc
proxmox_hassio_lxc copied to clipboard
Error message "1@105 Unable to find a template when searching for 'debian-10'."
When I'm running bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)" I always get the same error message: "1@105 Unable to find a template when searching for 'debian-10'." I already installed debian-11-standard and debian-12-standard template. But there is no debian-10-standard template available. My guess is, that debian 11 and 12 have everything debian 10 has and therefore the debian 10 template is not available anymore but still hidden in the code as a requirement to install the container. What should I do now? Any recommendations? I'm glad for any help!
Kindest regards,
Tipkla
Same here Proxmox 8.0.4
@Tipkla
I tried with the link below, that didn't solve my problem. But maybe you can check. https://forum.proxmox.com/threads/debian-10-lxc-template-login-problem.66483/
the solution is to replace the variable
export PCT_OSVERSION=10 with export PCT_OSVERSION=11
, the reason is because since proxmox version 8 there is no debian 10 image that is set by hand in the script.
the source needs updating, does anyone know how to edit this on the fly, so run it but edit it at the same time?