Last active
August 8, 2020 12:23
-
-
Save mcandre/48f90963d9a24315024319cd62142f6a to your computer and use it in GitHub Desktop.
High Sierra VMware Fusion VMX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoding = "UTF-8" | |
config.version = "8" | |
virtualHW.version = "14" | |
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" | |
displayName = "macOS 10.13" | |
guestOS = "darwin17-64" | |
nvram = "macOS 10.13.nvram" | |
virtualHW.productCompatibility = "hosted" | |
keyboardAndMouseProfile = "5281a70e-9b9e-13bc-d0d4-b744d40b" | |
powerType.powerOff = "soft" | |
powerType.powerOn = "soft" | |
powerType.suspend = "soft" | |
powerType.reset = "soft" | |
tools.syncTime = "TRUE" | |
tools.upgrade.policy = "upgradeAtPowerCycle" | |
sound.autoDetect = "TRUE" | |
sound.virtualDev = "hdaudio" | |
sound.fileName = "-1" | |
sound.present = "TRUE" | |
numvcpus = "2" | |
memsize = "2048" | |
sata0.present = "TRUE" | |
sata0:0.fileName = "Virtual Disk.vmdk" | |
sata0:0.present = "TRUE" | |
sata0:1.deviceType = "cdrom-raw" | |
sata0:1.fileName = "auto detect" | |
usb.present = "TRUE" | |
ehci.present = "TRUE" | |
usb_xhci.present = "TRUE" | |
ethernet0.connectionType = "nat" | |
ethernet0.addressType = "generated" | |
ethernet0.virtualDev = "e1000e" | |
ethernet0.linkStatePropagation.enable = "TRUE" | |
ethernet0.present = "TRUE" | |
extendedConfigFile = "macOS 10.13.vmxf" | |
floppy0.present = "FALSE" | |
numa.autosize.cookie = "20001" | |
numa.autosize.vcpu.maxPerVirtualNode = "2" | |
uuid.bios = "56 4d c2 d9 90 be fa 8d-7b ef 0d 9e eb a7 a7 b5" | |
uuid.location = "56 4d c2 d9 90 be fa 8d-7b ef 0d 9e eb a7 a7 b5" | |
migrate.hostlog = "./macOS 10.13-95d3c2d2.hlog" | |
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" | |
ehci.pciSlotNumber = "34" | |
usb_xhci.pciSlotNumber = "192" | |
vmci0.pciSlotNumber = "35" | |
sata0.pciSlotNumber = "36" | |
ethernet0.generatedAddress = "00:0c:29:a7:a7:b5" | |
ethernet0.generatedAddressOffset = "0" | |
vmci0.id = "-341334091" | |
monitor.phys_bits_used = "43" | |
vmotion.checkpointFBSize = "67108864" | |
vmotion.checkpointSVGAPrimarySize = "67108864" | |
cleanShutdown = "TRUE" | |
softPowerOff = "FALSE" | |
usb_xhci:4.present = "TRUE" | |
usb_xhci:4.deviceType = "hid" | |
usb_xhci:4.port = "4" | |
usb_xhci:4.parent = "-1" | |
usb_xhci:6.speed = "2" | |
usb_xhci:6.present = "TRUE" | |
usb_xhci:6.deviceType = "hub" | |
usb_xhci:6.port = "6" | |
usb_xhci:6.parent = "-1" | |
usb_xhci:7.speed = "4" | |
usb_xhci:7.present = "TRUE" | |
usb_xhci:7.deviceType = "hub" | |
usb_xhci:7.port = "7" | |
usb_xhci:7.parent = "-1" | |
ehci:0.present = "TRUE" | |
ehci:0.deviceType = "video" | |
ehci:0.port = "0" | |
ehci:0.parent = "-1" | |
toolsInstallManager.updateCounter = "3" | |
sata0:1.startConnected = "FALSE" | |
sata0:1.autodetect = "TRUE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment