红联Linux门户
Linux帮助

Fedora 7 Vmware设定档

发布时间:2007-08-18 00:19:04来源:红联作者:operlcq
将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”
文章评论

共有 1 条评论

  1. happywinner 于 2007-08-24 10:25:22发表:

    对我来说没用。