Skip to content

Commit 07465d0

Browse files
committed
Add TPM docs
Signed-off-by: futuretea <Hang.Yu@suse.com>
1 parent 31744b5 commit 07465d0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/vm/create-vm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,21 @@ If your OS is openSUSE and the version is less than 15.3, please replace `qemu-g
157157

158158
:::
159159

160+
### TPM Device
161+
162+
_Available as of v1.2.0_
163+
164+
The [Trusted Platform Module (TPM)](https://en.wikipedia.org/wiki/Trusted_Platform_Module) is a cryptoprocessor that secures hardware using cryptographic keys.
165+
166+
Referring to [Windows 11 Requirements](https://learn.microsoft.com/en-us/windows/whats-new/windows-11-requirements), the TPM device is a hard requirement of Windows 11.
167+
168+
- In the Harvester UI, you can add an emulated TPM to the VM by selecting the `Enable TPM` option in the **Advanced Options** tab.
169+
170+
::: note
171+
172+
Currently, only non-persistent vTPM is supported, and its state is erased after each VM shutdown. Therefore, [Bitlocker](https://learn.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-overview) should not be enabled.
173+
174+
:::
160175

161176
## One-time Boot For ISO Installation
162177

docs/vm/create-windows-vm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Changing the `Node Scheduling` settings can impact Harvester features, such as d
103103
2. `Machine Type`: The value `None` is set by default. It's recommended you don't change it. See the [KubeVirt Machine Type](https://kubevirt.io/user-guide/virtual_machines/virtual_hardware/#machine-type) documentation before you change this value.
104104
3. (Optional) `Hostname`: Set the VM hostname.
105105
4. (Optional) `Cloud Config`: Both `User Data` and `Network Data` values are set with default values. Currently, these configurations are not applied to Windows-based VMs.
106+
5. (Optional) `Enable TPM`, `Booting in EFI mode`, `Secure Boot`: Notablel, both the TPM device and UEFI firmware with SecureBoot are hard requirements for Windows 11.
106107

107108
![create-windows-vm-advanced](/img/v1.2/vm/create-windows-vm-advanced.png)
108109

0 commit comments

Comments
 (0)