CentOS5.3

WindowsXPへ、VMware Player 2.5.2 と CentOS5.3 をインストールした。

  1. VMware Player 2.5.2
    1. http://www.vmware.com/jp/download/player/
    2. VMware-player-2.5.2-156735.exe をダウンロード後、インストール
    3. CentOS53.vmx を、easyvmxで雛型を作成し、多少修正 (http://www.easyvmx.com/)
#!/usr/bin/vmplayer
.encoding = "Shift_JIS"

# Filename: CentOS53.vmx
# Generated 2009-04-11;03:58:58 by EasyVMX!
# http://www.easyvmx.com

# This is a Workstation 5 or 5.5 config file
# It can be used with Player
config.version = "8"
virtualHW.version = "4"

# Selected operating system for your virtual machine
guestOS = "rhel4"

# displayName is your own name for the virtual machine
displayName = "CentOS53"

# These fields are free text description fields
guestinfo.vmware.product.url = "http://www.easyvmx.com/"
guestinfo.vmware.product.class = "virtual machine"

# Number of virtual CPUs. Your virtual machine will not
# work if this number is higher than the number of your physical CPUs
numvcpus = "1"

# Memory size and other memory settings
memsize = "512"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"

# Unique ID for the virtual machine will be created
uuid.action = "create"

# Remind to install VMware Tools
# This setting has no effect in VMware Player
tools.remindInstall = "FALSE"

# 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"

# USB settings
# This config activates USB
usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"

# First serial port, physical COM1 is not available
serial0.present = "FALSE"

# Optional second serial port, physical COM2 is not available
serial1.present = "FALSE"

# First parallell port, physical LPT1 is not available
parallel0.present = "FALSE"

# Sound settings
sound.present = "TRUE"
sound.virtualdev = "es1371"

# Logging
# This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "CentOS53.log"
log.append = "TRUE"
log.keepOld = "3"

# These settings decides interaction between your
# computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"

# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"

# Settings for physical floppy drive
floppy0.present = "FALSE"

# Settings for physical CDROM drive
#ide1:0.present = "TRUE"
#ide1:0.deviceType = "cdrom-raw"
#ide1:0.startConnected = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.autodetect = "TRUE"


# Install
ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-image"
ide1:0.startConnected = "TRUE"
ide1:0.filename = "C:\var\trash\CentOS-5.3-i386-netinstall.iso"
ide1:0.autodetect = "TRUE"



# VMware-tools (VMware-server-2.0.1-156745.i386.tar.gz)
#ide1:0.present = "TRUE"
#ide1:0.deviceType = "cdrom-image"
#ide1:0.startConnected = "TRUE"
#ide1:0.filename = "C:\var\trash\linux.iso"
#ide1:0.autodetect = "TRUE"


#ide1:0.present = "TRUE"
#ide1:0.deviceType = "cdrom-image"
#ide1:0.startConnected = "FALSE"


# First IDE disk, size 4800Mb
ide0:0.present = "TRUE"
ide0:0.fileName = "CentOS53.vmdk"
ide0:0.mode = "persistent"
ide0:0.startConnected = "TRUE"
ide0:0.writeThrough = "TRUE"

# END OF EasyVMX! CONFIG

extendedConfigFile = "CentOS53.vmxf"

virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"

ethernet0.generatedAddress = "00:0c:29:b6:b9:04"
uuid.location = "56 4d 4e 4e 5f f9 07 55-d5 ab 27 2c d4 b6 b9 04"
uuid.bios = "56 4d 4e 4e 5f f9 07 55-d5 ab 27 2c d4 b6 b9 04"
ide0:0.redo = ""
vmotion.checkpointFBSize = "16777216"

mainMem.useNamedFile = "FALSE"

debugStub.linuxOffsets = "0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0"