Additionally, the jamfadmin user is never created, SSH isn't turned on etc.
Yep, that’s the route I’m going but no love.
on intel devices with parallels i always used the first way you described, this worked for me good. with apple silicon it´s not possible anymore. but i used a real SN from an old device of us. but only this two lines:
devices.smbios.serial=XXXXXXXXXX
devices.mac_hw_model=MacBookProXX,X
on intel devices with parallels i always used the first way you described, this worked for me good. with apple silicon it´s not possible anymore. but i used a real SN from an old device of us. but only this two lines:
devices.smbios.serial=XXXXXXXXXX
devices.mac_hw_model=MacBookProXX,X
Good point. Failed to mention this is all Intel. Post edited.
I had to do a few things in the VM Options on the VM under advanced then Configuration Parameters to get things to work.
I added the following configuration parameters:
board-id
hw.model
serialNumber
I had to do a few things in the VM Options on the VM under advanced then Configuration Parameters to get things to work.
I added the following configuration parameters:
board-id
hw.model
serialNumber
What is the board-id parameter? I'm not familiar with it. I do have in my current vmx file
'board-id.reflectHost = "TRUE"
I suspect maybe I need to set that FALSE and supply a board-id of some sort?
What is the board-id parameter? I'm not familiar with it. I do have in my current vmx file
'board-id.reflectHost = "TRUE"
I suspect maybe I need to set that FALSE and supply a board-id of some sort?
Check this out
Check this out
hw.model = MacBookPro16,4
board-id = Mac-A61BADE1FDAD7B05
So, I figured it out. When you set the VM up, before it ever fires up for the first time, you must set the parameters in the vmx file. If they aren't set right at first boot, there's no chance to set them correctly and have it function. You have to re-build the VM from scratch if you miss it before first boot.
Best I can figure, there are places elsewhere where the serial, hw.model, etc are being set when the VM boots for the very first time, after which whatever is in the vmx file is ignored.
I've got the VM enrolled into Jamf properly now and MDM and pushing configuration profiles is working as you'd expect.