Monday, January 7, 2019

Make your VM behave like bare metal on VMWare

DEP or MDM software requires some additional hardware config on VMWare. Below are the additional params needed to make a working OSX VM on VMWare Fusion. 

Save this to your .vmx file 

hw.model = "MacBookPro11,2" 
serialNumber = ""
uuid.bios = ""
uuid.location = "same as uuid.bios" 

helpful links: 

hw.model = " "  
https://everymac.com/systems/by_shipping/index-currently-shipping-macs.html

serialNumber = " "
https://giuliomac.wordpress.com/2014/03/01/5-real-mac-serial-numbers-for-your-hackintosh/

uuid.bios = " " 
https://www.uuidgenerator.net/


No comments: