だめぷろふ記

なんとなくだめ

Windows Vista on VMware Player 2.0.0

「Alcohol 52% VISTA」あたりのキーワードですっとんで来られた方はじめまして。

そのへん関連ちょっと調べて別にまとめましたのでこちらへどうぞ。




さて本題のXP上でVistaを動かす話を。

用意するもの

Windows Vista インストールメディア
(今回は Windows Vista Ultimate を使用)
Alcohol 52%
(今回は http://trial.alcohol-soft.com/en/ より Alcohol52_FE_1.9.6.5429.exe を使用)
VMware Player Ver.2.0.0
(今回は http://www.vmware.com/ja/products/player/ より VMware-player-2.0.0-45731.exe を使用)
QEMU Ver.0.9.0
(今回は http://www.h7.dion.ne.jp/~qemu-win/index-ja.html より qemu-0.9.0-windows.zip を使用)

1.Alcohol 52%をインストール。
2.Alcohol 52%でWindow VistaのDVDのイメージを取得、できたイメージの拡張子mdsをisoに。
3.VMwareイメージ置き場 \vmimage\windows_vista_ultimate を作成。
4.\vmimage\windows_vista_ultimate に \qemu-0.9.0-windows\qemu-img.exe と Windows Vista のisoイメージをコピー
5.qemu-img.exe create -f vmdk windows_vista_ultimate.vmdk 15G
6.エディタで windows_vista_ultimate.vmx を作成。内容は以下の通り。

#-------------------------------------------------------------

config.version = "8"
virtualHW.version = "4"

displayName = "Windows Vista"
guestOS = "winxphome"

uuid.location = "56 4d 05 8f 25 ce 41 0a-a7 6f 05 1f c1 fa 14 ed"
uuid.bios = "56 4d 05 8f 25 ce 41 0a-a7 6f 05 1f c1 fa 14 ed"

memsize = "512"

draw = "gdi"
svga.maxWidth = "1024"
svga.maxHeight = "768"

floppy0.startConnected = "FALSE"
floppy0.fileName = "A:"

ide0:0.present = "TRUE"
ide0:0.fileName = "windows_vista_ultimate.vmdk"
ide0:0.redo = ""
ide0:0.mode = "persistent"

ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-image"
ide1:0.fileName = "LRMCFRE_JA_DVD.iso"
ide1:0.startConnected = "TRUE"

#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "cdrom-raw"

ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:fa:14:ed"
ethernet0.generatedAddressOffset = "0"
Ethernet0.virtualDev = "vmxnet"

usb.present = "TRUE"

#-------------------------------------------------------------

7.windows_vista_ultimate.vmx を実行。

8.いろいろ聞かれるので答える。

2007/07/24-01