Skip to content

Commit f727076

Browse files
committed
Changes as per Dev feedback
1 parent e93d234 commit f727076

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

defender-endpoint/linux-deploy-defender-for-endpoint-using-golden-images.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: install-set-up-deploy
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 09/02/2025
18+
ms.date: 09/04/2025
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux using golden images
@@ -78,17 +78,31 @@ This guide walks you through:
7878
7979
## Step 2: Prepare the golden image for cloning
8080

81+
When deploying Defender for Endpoint on virtual machines, the hardware UUID reported by the system (system-uuid from dmidecode) is used to uniquely identify each instance.
82+
8183
Before making a snapshot of the virtual machine, ensure that each virtual machine clone gets a unique hardware UUID, as described in the following sections.
8284

8385
### On-premises machines
8486

85-
For on-premises machines, make sure to configure the golden image so that each clone gets a unique hardware UUID.
87+
For on-premises environments, configure your virtualization platform so that each clone receives a unique hardware UUID from the underlying hypervisor. Follow these guidelines:
88+
89+
**KVM/libvirt**
90+
91+
- Do not hard-code the `<uuid>` element in the virtual machine's domain XML; if it's omitted, libvirt will generate a random one at definition time.
92+
93+
- Alternatively, explicitly create a new UUID using `uuidgen`.
94+
95+
- For streamlined cloning, use `virt-clone` or `virt-manager`, which automatically assign unique UUIDs.
96+
97+
**VMware**
98+
99+
- During cloning, VMware prompts whether to keep existing UUID or to create a new one. Always select “Create”, or configure `uuid.action = "create"` in the virtual machine's *.vmx* file.
86100

87-
If you're using **KVM/libvirt** or **VMware/Hyper-V** as the virtualization platform, it's recommended to use the following instructions:
101+
- In VMware Cloud Director, set `backend.cloneBiosUuidOnVmCopy = 0` to force the creation of new UUIDs.
88102

89-
- **KVM/libvirt**: Omit the \<uuid\> element in domain XML or set a fresh UUID using: uuidgen
103+
**Hyper-V**
90104

91-
- **VMware/Hyper-V**: Enable platform settings to generate a new BIOS GUID during clone or conversion.
105+
Hyper-V automatically generates a new hardware UUID when you create a virtual machine using Hyper-V Manager or PowerShell ([New-VM](/powershell/module/hyper-v/new-vm?view=windowsserver2025-ps)).
92106

93107
### Cloud virtual machines
94108

0 commit comments

Comments
 (0)