-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "TPM State" option for system #73
Comments
any news? |
Looks like However, would be nice to be able to make W11 template or W2022 with vTPM in near future. |
There's a workaround for windows machines like windows 11 by adding a registry entry via the autounattend.xml file during install process. Works for me by now, but TPM support would be better of course. |
This is a must for windows 11 builds |
Pinging... |
Also here to show my interest in adding support for TPM using the Proxmox builder. |
Also waiting for this to be added... |
also waiting for this... |
+1 to the list of people who need to build real windows 11 machines without any hacks, so I need vTPM support in the builder. The vsphere-iso builder has this for a long time now |
+1 for this. A really needed improvement. |
+1 really needed here. |
+1 same here, would love to see this finally added |
Submitted a PR to upstream telmate-api-go to handle TPM config in API calls. If merged will submit a PR for TPM in packer-plugin-proxmox. |
Great work, @mpywell! This release is shaping up to have some great new features for the Proxmox builder. |
Description
Allow to set the "TPM" flag with version and storage if enable, when building images using this plugin. The version is by default "v2.0" but can be "v1.2".
Use Case(s)
Enabling this option allow user to get access to Windows11 VM on proxmox, since it require TPM to be installed.
Potential configuration
tpm_version: "v1.2"
if needed but staying on v2.0 by default.Potential References
Proxmox documentation (section 10.2.11) : https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings
It looks like
qm set <vmid> -tpmstate0 <storage>:1,version=<version>
currently to set TPM on proxmox.The text was updated successfully, but these errors were encountered: