#!/usr/bin/vmplayer # Thanks to easyvmx.com and tutorials like # http://www.ffnn.nl/pages/articles/linux/vmware-player-image-creation.php # This is a Workstation 5 or 5.5 config file # It can be used with Player config.version = "8" virtualHW.version = "4" guestOS = "ubuntu" displayName = "Generic_Jeos_Gutsy" guestinfo.vmware.product.url = "http://kegel.com/linux/jeos-vmware-player-howto.html" guestinfo.vmware.product.class = "virtual machine" numvcpus = "1" memsize = "256" MemAllowAutoScaleDown = "FALSE" MemTrimRate = "-1" uuid.action = "create" # Startup hints interfers with automatic startup of a virtual machine # This setting has no effect in VMware Player hints.hideAll = "TRUE" # Enable time synchronization between computer # and virtual machine tools.syncTime = "TRUE" serial0.present = "FALSE" serial1.present = "FALSE" parallel0.present = "FALSE" isolation.tools.hgfs.disable = "FALSE" isolation.tools.dnd.disable = "FALSE" isolation.tools.copy.enable = "TRUE" isolation.tools.paste.enabled = "TRUE" # First network interface card # Change this address if you need to create several virtual machines. # See http://www.vmware.com/support/esx21/doc/esx21admin_MACaddress.html ethernet0.present = "TRUE" ethernet0.virtualDev = "e1000" ethernet0.connectionType = "nat" ethernet0.addressType = "static" ethernet0.address = "00:50:56:3F:12:00" floppy0.present = "FALSE" ide1:0.present = "TRUE" ide1:0.fileName = "ubuntu-7.10-jeos-i386.iso" ide1:0.deviceType = "cdrom-image" ide1:0.startConnected = "TRUE" # First IDE disk ide0:0.present = "TRUE" ide0:0.fileName = "gutsy.vmdk" ide0:0.mode = "persistent" ide0:0.startConnected = "TRUE" ide0:0.writeThrough = "TRUE" # Second IDE disk #ide0:1.present = "TRUE" #ide0:1.fileName = "gutsy-2.vmdk" #ide0:1.mode = "persistent" #ide0:1.startConnected = "TRUE" #ide0:1.writeThrough = "TRUE" tools.remindInstall = "TRUE" extendedConfigFile = "gutsy.vmxf" virtualHW.productCompatibility = "hosted" tools.upgrade.policy = "manual" uuid.location = "56 4d 12 67 af 79 52 33-3f 54 3a 1b 7a 4c 4b ac" uuid.bios = "56 4d 12 67 af 79 52 33-3f 54 3a 1b 7a 4c 4b ac"