Windows Vista RC1 をインストールしたい(vmware player)

Vista

Windows Vista RC1 (VMware Player)

0)環境

Fedora Core release 5 (Bordeaux)
http://fedora.redhat.com/

qemu 0.8.2
http://fabrice.bellard.free.fr/qemu/

VMware Player 1.0.2 build-29634
http://www.vmware.com/ja/products/player/

<h3><strong>1)Vista RC1をダウンロードする</strong></h3>

http://www.microsoft.com/windowsvista/ja-jp/preview.mspx
(32bit版)
vista_5600.16384.060829-2230_x86fre_client-lr1cfre_ja_dvd.iso

2)QEMUでイメージの作成

$ cd ~
$ mkdir -p vmware/vista
$ cd vmware/vista
$ qemu-img create -f vmdk image.vmdk 20G

3)configファイルの作成

$ vi config.vmx

config.version = "8"
ide0:0.present = "true"
ide0:0.fileName = "image.vmdk"
ide1:0.present = "true"

# CD-ROM is used.
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "atapi-cdrom"

# ISO-IMAGE is used.
ide1:0.fileName = "/path/to/vista_5600.16384.060829-2230_x86fre_client-lr1cfre_ja_dvd.iso"
ide1:0.deviceType = "cdrom-image"

# ISO-IMAGE VMware Tools is used.
#ide1:0.fileName = "/path/to/windows.iso"
#ide1:0.deviceType = "cdrom-image"

ethernet0.present = "true"
ethernet0.connectionType = "nat"
guestOS = "winxppro"

memsize = "512"

svga.maxWidth = "640"
svga.maxHeight = "480"

4)vistaをインストールする

$ vmplayer config.vmx

※インストール終了後、config.vmxの以下をコメントにする
#svga.maxWidth = "640"
#svga.maxHeight = "480"

5)vmware toolsをインストール

http://www.vmware.com/download/ws/
※ダウンロードにはユーザー登録が必要

$ tar zxvf VMware-workstation-5.5.1-19175.tar.gz -C /var/tmp
$ cp /var/tmp/vmware-distrib/lib/isoimages/windows.iso .

※config.vmxの以下のように修正する
--
# CD-ROM is used.
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "atapi-cdrom"

# ISO-IMAGE is used.
#ide1:0.fileName = "/path/to/vista_5600.16384.060829-2230_x86fre_client-lr1cfre_ja_dvd.iso"
#ide1:0.deviceType = "cdrom-image"

# ISO-IMAGE VMware Tools is used.
ide1:0.fileName = "/path/to/windows.iso"
ide1:0.deviceType = "cdrom-image"

6)補足として

インストール時に config.vmx に記述する必要がある。

memsize = "512"
svga.maxWidth = "640"
svga.maxHeight = "480"

インストール直後、Vista上でNICが自動認識できなかった。一度NICのデバイスを削除して、vmware tools (C:¥Program Files¥VMware)のネットワークドライバを指定して解決。

以上


About yoshimasa

埼玉県さいたま市在住、2男3女のパパです。Linux系の技術情報を中心にまとめています。1978年2月生まれ。