Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created November 29, 2017 18:55
Show Gist options
  • Save mcandre/df4a69809afb8103ef37ae32371c6e23 to your computer and use it in GitHub Desktop.
Save mcandre/df4a69809afb8103ef37ae32371c6e23 to your computer and use it in GitHub Desktop.
work in progress VMX configuration for macOS High Sierra
.encoding = "UTF-8"
bios.bootorder = "hdd,CDROM"
checkpoint.vmstate = ""
cleanshutdown = "FALSE"
config.version = "8"
cpuid.corespersocket = "1"
displayname = "macos"
ehci.pcislotnumber = "34"
ehci.present = "TRUE"
ethernet0.addresstype = "generated"
ethernet0.bsdname = "en0"
ethernet0.connectiontype = "nat"
ethernet0.displayname = "Ethernet"
ethernet0.linkstatepropagation.enable = "FALSE"
ethernet0.pcislotnumber = "33"
ethernet0.present = "TRUE"
ethernet0.virtualdev = "e1000"
ethernet0.wakeonpcktrcv = "FALSE"
extendedconfigfile = "macos.vmxf"
firmware = "efi"
floppy0.present = "FALSE"
guestos = "darwin16-64"
gui.fullscreenatpoweron = "FALSE"
gui.viewmodeatpoweron = "windowed"
hgfs.linkrootshare = "TRUE"
hgfs.maprootshare = "TRUE"
hpet0.present = "TRUE"
ich7m.present = "TRUE"
ide1:0.devicetype = "cdrom-image"
ide1:0.filename = "/Users/andrew/go/src/github.com/mcandre/packer-templates/macos/macos-high-sierra.iso"
ide1:0.present = "TRUE"
isolation.tools.hgfs.disable = "FALSE"
keyboardandmouseprofile = "macProfile"
memsize = "4096"
msg.autoanswer = "true"
numvcpus = "1"
nvram = "macos.nvram"
pcibridge0.pcislotnumber = "17"
pcibridge0.present = "TRUE"
pcibridge4.functions = "8"
pcibridge4.pcislotnumber = "21"
pcibridge4.present = "TRUE"
pcibridge4.virtualdev = "pcieRootPort"
pcibridge5.functions = "8"
pcibridge5.pcislotnumber = "22"
pcibridge5.present = "TRUE"
pcibridge5.virtualdev = "pcieRootPort"
pcibridge6.functions = "8"
pcibridge6.pcislotnumber = "23"
pcibridge6.present = "TRUE"
pcibridge6.virtualdev = "pcieRootPort"
pcibridge7.functions = "8"
pcibridge7.pcislotnumber = "24"
pcibridge7.present = "TRUE"
pcibridge7.virtualdev = "pcieRootPort"
powertype.poweroff = "soft"
powertype.poweron = "soft"
powertype.reset = "soft"
powertype.suspend = "soft"
proxyapps.publishtohost = "FALSE"
remotedisplay.vnc.enabled = "TRUE"
remotedisplay.vnc.ip = "127.0.0.1"
remotedisplay.vnc.password = "Q9MrWVH0"
remotedisplay.vnc.port = "5989"
replay.filename = ""
replay.supported = "FALSE"
scsi0.pcislotnumber = "16"
scsi0.present = "TRUE"
scsi0.virtualdev = "lsilogic"
scsi0:0.filename = "disk.vmdk"
scsi0:0.present = "TRUE"
scsi0:0.redo = ""
scsi0:0.virtualSSD = 1
smc.present = "TRUE"
smc.version = "0"
sound.startconnected = "FALSE"
tools.synctime = "TRUE"
tools.upgrade.policy = "upgradeAtPowerCycle"
usb.pcislotnumber = "32"
usb.present = "TRUE"
usb:1.devicetype = "hub"
usb:1.parent = "-1"
usb:1.port = "1"
usb:1.present = "TRUE"
usb:1.speed = "2"
uuid.action = "create"
virtualhw.productcompatibility = "hosted"
virtualhw.version = "9"
vmci0.id = "1861462627"
vmci0.pcislotnumber = "35"
vmci0.present = "TRUE"
vmotion.checkpointfbsize = "67108864"
RemoteDisplay.vnc.key = "IQoYCT87ECcfOgQdKyQFBSwnBQALLzE4HT0CIzAlNxQtNg4tKhoIMDg9CgYYDyEhGR4hJj4THBEiLwsBKh8MBj4GFh0tNhQCJj4wFRElASgMMAASPzY2Oi49EisIMw4IDTwIHD8BKiAqFSAqLjswCTcdKSE5Ax4CEj8fCAUvFgQ="
numa.autosize.cookie = "10001"
numa.autosize.vcpu.maxPerVirtualNode = "1"
uuid.bios = "56 4d ec ed 9f fd 84 ca-8e aa 01 a5 a6 10 09 82"
uuid.location = "56 4d ec ed 9f fd 84 ca-8e aa 01 a5 a6 10 09 82"
migrate.hostlog = "./macos-17a42a74.hlog"
ethernet0.generatedAddress = "00:0c:29:10:09:82"
ethernet0.generatedAddressOffset = "0"
monitor.phys_bits_used = "40"
softPowerOff = "FALSE"
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
toolsInstallManager.updateCounter = "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment