Created
January 22, 2023 20:38
-
-
Save pauby/777464c4457da741df6a2100bdf2ed4d to your computer and use it in GitHub Desktop.
Basic VMware configuration file for use with a vmware_desktop Vagrant box
This file contains hidden or 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 = "20" | |
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" | |
hpet0.present = "TRUE" | |
nvram = "vmware.nvram" | |
virtualHW.productCompatibility = "hosted" | |
powerType.powerOff = "soft" | |
powerType.powerOn = "soft" | |
powerType.suspend = "soft" | |
powerType.reset = "soft" | |
guestOS = "windows2019srv-64" | |
tools.syncTime = "FALSE" | |
sound.autoDetect = "TRUE" | |
sound.virtualDev = "hdaudio" | |
sound.fileName = "-1" | |
sound.present = "TRUE" | |
numvcpus = "2" | |
cpuid.coresPerSocket = "1" | |
vcpu.hotadd = "TRUE" | |
memsize = "2048" | |
mem.hotadd = "TRUE" | |
scsi0.virtualDev = "lsisas1068" | |
scsi0.present = "TRUE" | |
sata0.present = "TRUE" | |
scsi0:0.fileName = "disk001.vmdk" | |
scsi0:0.present = "TRUE" | |
sata0:1.deviceType = "cdrom-raw" | |
sata0:1.fileName = "/dev/cdrom" | |
sata0:1.present = "TRUE" | |
usb.present = "TRUE" | |
ehci.present = "TRUE" | |
usb_xhci.present = "TRUE" | |
ethernet0.connectionType = "nat" | |
ethernet0.addressType = "generated" | |
ethernet0.virtualDev = "e1000e" | |
serial0.fileType = "thinprint" | |
serial0.fileName = "thinprint" | |
ethernet0.present = "TRUE" | |
serial0.present = "TRUE" | |
extendedConfigFile = "vmware.vmxf" | |
floppy0.present = "FALSE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment