VMware Communities
rg12b
Contributor
Contributor

Set serial number for Mac OS VM

I am trying to configure the serial number for a High Sierra VM.  I have edited the vmx file to add the entry

serial = myserialnumb

without quotes around the serial number and saved it.  When I start the VM and look at About This Mac the serial number still shows up as the one that was originally configured for the VM.  Is there additional steps to update the Serial number on a MacOS VM?

0 Kudos
3 Replies
bfan
VMware Employee
VMware Employee

You could try to add two lines to VMX file

SMBIOS.use12CharSerialNumber = "TRUE"
serialNumber = "myserialnumb"

mikeyjoel
Contributor
Contributor

Let me add that you'll need to quit VMWare Fusion and then make the changes.

0 Kudos
slangoz
Contributor
Contributor

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

0 Kudos