星期五, 6月 01, 2007

Fedora 7 Vmware 設定檔

將 Fedora 7 ISO DVD 下載之後,設定 VMware 內

ide1:0.fileName = "F-7-i386-DVD.iso"

最後用 qemu 建立虛擬磁碟 6G

qemu-img create -f vmdk 6G.vmdk 6G fmt=vmdk size=6G

VMware 設定檔如下,最後用 VMware Player 2.0 開啟此檔案,開始安裝 Fedora 7。

## Configuration Generated with VMBuilder - http://dcgrendel.be/vmbuilder/

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

uuid.location = "56 4d 4d d6 bb f9 5f 9e-16 b6 8f 8c 06 a5 93 c4"
uuid.bios = "56 4d 4d d6 bb f9 5f 9e-16 b6 8f 8c 06 a5 93 c4"

uuid.action = "create"
checkpoint.vmState = ""

displayName = "Fedora 7"
annotation = "Fedora 7"
guestinfo.vmware.product.long = "Fedora 7"
guestinfo.vmware.product.url = "http://dcgrendel.be/vmbuilder/"

guestOS = "linux"
numvcpus = "1"
memsize = "384"
paevm = "FALSE"
sched.mem.pshare.enable = "TRUE"
MemAllowAutoScaleDown = "FALSE"

MemTrimRate = "-1"

nvram = "nvram"

mks.enable3d = "FALSE"
vmmouse.present = "TRUE"

tools.syncTime = "TRUE"
tools.remindinstall = "TRUE"

isolation.tools.hgfs.disable = "TRUE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"
gui.restricted = "FALSE"

ethernet0.present = "TRUE"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "generated"
ethernet0.address = "00:0c:29:44:d3:40"

usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"

sound.present = "TRUE"
sound.virtualdev = "es1371"

ide0:0.present = "TRUE"
ide0:0.fileName = "6G.vmdk"
ide0:0.deviceType = "disk"
ide0:0.mode = "persistent"
ide0:0.redo = ""
ide0:0.writeThrough = "TRUE"
ide0:0.startConnected = "TRUE"

ide1:0.present = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "atapi-cdrom"
ide1:0.deviceType = "cdrom-image"
ide1:0.fileName = "F-7-i386-DVD.iso"
ide1:0.autodetect = "TRUE"
ide1:0.startConnected = "TRUE"

floppy0.present = "FALSE"

serial0.present = "FALSE"

serial1.present = "FALSE"

parallel0.present = "FALSE"


ethernet0.generatedAddress = "00:0c:29:a5:93:c4"
ethernet0.generatedAddressOffset = "0"

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



沒有留言: