VMwareの設定

1.VMware Playerのダウンロード

下記からダウンロードしてインストール。
http://www.vmware.com/download/player/


2.QEMUのダウンロード

QEMU on Windowsから最新版の qemu-windows.zip をダウンロード。


3.qemu-img.exeでディスクイメージを作成

2.のファイルを解凍してできたフォルダの qemu-img.exe をコマンドプロンプトから実行。ファイルの格納場所とイメージのサイズ(下記では10GB)は適当に変更。イメージサイズは実際にそのディスク領域が確保される訳ではないので、多めに設定してOK。


4.VMwareの設定ファイルを準備

下記の内容で filename.vmx というファイルをイメージと同じディレクトリに作成。

##############

config.version = "8"
virtualHW.version = "3"
memsize = "256"
ide0:0.present = "TRUE"
ide0:0.fileName = "filename.vmdk"

ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
# CD-ROMを利用
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "atapi-cdrom"
# ISOイメージを利用
ide1:0.fileName = "D:\FC5.iso"
floppy0.fileName = "A:"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
usb.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "Fedora Core5"
guestOS = "other26xlinux"
nvram = "filename.nvram"
scsi0:0.redo = ""
ethernet0.addressType = "generated"
# uuid. + location = "56 4d 4a 15 2a 3f 49 70-03 c9 82 f3 02 82 dc 4c"
uuid.bios = "56 4d 4a 15 2a 3f 49 70-03 c9 82 f3 02 82 dc 4c"
ide1:0.autodetect = "TRUE"
ethernet0.generatedAddress = "00:0c:29:82:dc:4c"
ethernet0.generatedAddressOffset = "0"
checkpoint.vmState = "filename.vmss"
tools.remindInstall = "TRUE"
ide0:0.redo = ""

################


5.OSのインストール

CD/DVDドライブにOSのインストールCDを挿入して、先程作成した filename.vmx をダブルクリックするだけ。DAEMON Toolsの仮想ドライブでもOK。



・参考 VMwareで指定できるOS

suse-64 : SUSE Linux 64bit
suse : SUSE Linux
ubuntu-64 : Ubuntu Linux 64bit
ubuntu : Ubuntu Linux
turbolinux : Turbo Linux
mandrake : Mandrake Linux

sles-64 : SUSE Linux Enterprise Server 64bit
sles : SUSE Linux Enterprise Server
rhel4-64 : Red Hat Enterprise Linux 4 64bit
rhel4 : Red Hat Enterprise Linux 4

other26xlinux-64 : Other Linux Kernel 2.6.x 64bit
other26xlinux : Other Linux Kernel 2.6.x
other24xlinux-64 : Other Linux Kernel 2.4.x 64bit
other24xlinux : Other Linux Kernel 2.4.x

freeBSD-64 : FreeBSD 64bit
freeBSD : FreeBSD
solaris10-64 : Solaris 10 64bit
solaris10 : Solaris 10

winVista-64 : Windows Vista x64 Edition
winVista : Windows Vista
longhorn-64 : Windows Longhorn x64 Edition
longhorn : Windows Longhorn
winNetStandard : Windows Server 2003 Standard Edition
winXPPro-64 : Windows XP Professional x64 Edition
winXPPro : Windows XP Professional Edition
winXPHome : Windows XP Home Edition
win2000AdvServ : Windows 2000 Advanced Server
win2000Serv : Windows 2000 Server
win2000Pro : Windows 2000 Professional
winNT
winMe
win98
win95
win31
dos