(初回更新日 2009年3月28日)
Windows/Linux上で動作する、PC/AT互換機エミュレータ。UNIX互換OS上でWindowsを動作させたり、その逆を行なったりすることができる。
(参考)フリーで使える仮想マシン・ソフト「VMware Player」
qemu-img.exe create -f vmdk c:\vmware\centos.vmdk 20G
# VMWare Player.encoding = "Shift_JIS"
# gurest OS
config.version = "8"
virtualHW.version = "3"
displayName = "CentOS"
uuid.action = "create"
guestOS = "rhel4"
# Primary Master
nvram = "CentOS.nvram"
memsize = "256"
usb.present = "TRUE"
floppy0.present = "FALSE"
ide0:0.present = "TRUE"
# Primary Slave
ide0:0.fileName = "centos.vmdk"
ide0:0.deviceType = "disk"
ide0:0.autodetect = "TRUE"
ide0:0.mode = "persistent"
ide0:0.redo = ""
ide0:0.startConnected = "TRUE"
ide0:1.present = "TRUE"
# Secondry
ide0:1.fileName = "CentOS-5.2-i386-bin-DVD.iso"
ide0:1.deviceType = "cdrom-image"
ide0:1.mode = "persistent"
ide0:1.autodetect = "TRUE"
ide0:1.startConnected = "TRUE"
ide1:0.present = "FALSE"
# SCSI
ide1:1.present = "FALSE"
scsi0.present = "FALSE"
# Network card
ethernet0.present = "TRUE"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "aa:aa:aa:aa:aa:aa"※自分のMACアドレスを記載)
ethernet0.generatedAddressOffset = "0"
tools.remindInstall = "FALSE"
extendedConfigFile = "centos.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
uuid.location = "56 4d de 2c 44 40 33 75-8d 0f 0f a8 c2 5b 1a 09"
uuid.bios = "56 4d de 2c 44 40 33 75-8d 0f 0f a8 c2 5b 1a 09"
checkpoint.vmState = "centos.vmss"
vmotion.checkpointFBSize = "16777216"
ISOイメージからインストールが始まる