Skip to content

Instantly share code, notes, and snippets.

@JDHatman
Created April 12, 2014 13:20
Show Gist options
  • Save JDHatman/10535503 to your computer and use it in GitHub Desktop.
Save JDHatman/10535503 to your computer and use it in GitHub Desktop.
This is the vmx file for the VM on which I got Crypt working.
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "10"
numvcpus = "1"
sata0.present = "TRUE"
memsize = "1812"
sata0:0.present = "TRUE"
sata0:0.fileName = "Virtual Disk.vmdk"
sata0:1.present = "TRUE"
sata0:1.autodetect = "TRUE"
sata0:1.deviceType = "cdrom-raw"
sata0:1.startConnected = "FALSE"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev = "e1000e"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
ethernet0.linkStatePropagation.enable = "FALSE"
usb.present = "TRUE"
ehci.present = "TRUE"
ehci.pciSlotNumber = "34"
sound.present = "TRUE"
sound.virtualDev = "hdaudio"
sound.fileName = "-1"
sound.autodetect = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
smc.present = "TRUE"
hpet0.present = "TRUE"
ich7m.present = "TRUE"
usb.vbluetooth.startConnected = "TRUE"
board-id.reflectHost = "TRUE"
firmware = "efi"
tools.syncTime = "TRUE"
displayName = "munkitest1ml"
guestOS = "darwin12-64"
nvram = "munkitest1ml.nvram"
virtualHW.productCompatibility = "hosted"
keyboardAndMouseProfile = "52d76465-d09a-4cee-5d95-2bca7a9f"
tools.upgrade.policy = "upgradeAtPowerCycle"
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
powerType.reset = "soft"
extendedConfigFile = "munkitest1ml.vmxf"
vmx.buildType = "release"
ethernet0.vnet = "vmnet2"
ethernet0.bsdName = "en1"
ethernet0.displayName = "Wi-Fi"
uuid.bios = "56 4d 56 9a 42 a4 f4 82-6e aa a0 90 f3 63 6e 62"
uuid.location = "56 4d 56 9a 42 a4 f4 82-6e aa a0 90 f3 63 6e 62"
replay.supported = "FALSE"
replay.filename = ""
sata0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "160"
sound.pciSlotNumber = "33"
vmci0.pciSlotNumber = "35"
sata0.pciSlotNumber = "36"
ethernet0.generatedAddress = "00:0C:29:63:6E:62"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "-211587486"
vmotion.checkpointFBSize = "67108864"
cleanShutdown = "TRUE"
softPowerOff = "TRUE"
usb:1.speed = "2"
usb:1.present = "TRUE"
usb:1.deviceType = "hub"
usb:1.port = "1"
usb:1.parent = "-1"
toolsInstallManager.updateCounter = "17"
checkpoint.vmState = ""
ethernet1.present = "FALSE"
floppy0.present = "FALSE"
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment