Fedora9 x86-64上のVMware Player 2.5.1でWindows7ベータ64bit版を使ってみる。

VMWare Player + Windows 7 ベータ版インストールメモ: ある SE のつぶやき
VMware PlayerにWindows 7 β をインストールするまとめ - モーグルとカバとパウダーの日記
を参考に入れてみた。まずはディスクイメージ作成
qemu-img create -f vmdk w7b1.vmdk 60G
60GBのディスクイメージを作成したが、実際は7MB程度のものができあがる。
.vmxはこんな感じ。XPやVistaの設定をコピペして持ってきた。

#!/usr/bin/vmware
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "3"
memsize = "768"
ide0:0.present = "TRUE"
ide0:0.fileName = "w7b1.vmdk"

ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
#ide1:0.deviceType = "cdrom-image"
#ide1:0.fileName = "windows.iso"
#ide1:0.fileName = "gparted-live-0.3.6-7.iso"
#ide1:0.fileName = "../7000.0.081212-1400_client_ja-jp_Ultimate-GB1CULXFRE_JA_DVD.iso"

floppy0.present="FALSE"
#floppy0.fileName = "/dev/fd0"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev = "e1000"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "Windows 7 beta1"
guestOS = "winvista-64"
nvram = "w7b1.nvram"
scsi0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d af 7c f0 e0 4c fe-9a a5 08 91 f6 0b 95 f4"
uuid.bios = "56 4d af 7c f0 e0 4c fe-9a a5 08 91 f6 0b 95 f4"
ide1:0.autodetect = "TRUE"
ethernet0.generatedAddress = "00:0c:29:0b:95:f4"
ethernet0.generatedAddressOffset = "0"
checkpoint.vmState = ""
tools.remindInstall = "FALSE"
ide0:0.redo = ""

tools.syncTime = "FALSE"


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

isolation.tools.hgfs.disable = "TRUE"


usb.autoConnect.device0 = ""

extendedConfigFile = "w7b1.vmxf"

vmotion.checkpointFBSize = "16777216"

なんか見た目がKDEに似てるのは気のせいかしら。太いタスクバーとか時計のあたりが。