File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,16 @@ The list of supported clouds and instance types can be found at [`https://github
111
111
112
112
### Launch a VM that boots from an ISO
113
113
114
+ ``` {note}
115
+ When creating a Windows virtual machine, make sure to set the `image.os` property to something starting with `Windows`.
116
+ Doing so will tell Incus to expect Windows to be running inside of the virtual machine and to tweak behavior accordingly.
117
+
118
+ This notably will cause:
119
+ - Some unsupported virtual devices to be disabled
120
+ - The RTC clock to be based on system local time rather than UTC
121
+ - IOMMU handling to switch to an Intel IOMMU controller
122
+ ```
123
+
114
124
To launch a VM that boots from an ISO, you must first create a VM.
115
125
Let's assume that we want to create a VM and install it from the ISO image.
116
126
In this scenario, use the following command to create an empty VM:
You can’t perform that action at this time.
0 commit comments