board-id = "YourBoard"
hw.model.reflectHost = "FALSE"
hw.model = "DesiredAppleModel"
serialNumber.reflectHost = "FALSE"
serialNumber = "Yourserial##"
smbios.reflectHost = "FALSE"
Original Message:
Sent: Aug 18, 2021 02:22 PM
From: slangoz
Subject: Set serial number for Mac OS VM
Hi,
for a Mac-VM:
you can easily add 2 lines in the vmx file:
serialNumber = "C02XXXXXX153"
hw.model = "MacBookPro15,1"
but how does it work for a VM with Windows 10? I found a solution that says:
SMBIOS.use12CharSerialNumber = "TRUE"
serialNumber = "myserialnumb"
But this won't work for me?!?! Any ideas