Ik heb in VMWare Server een VM aangemaakt met mijn bestaande Windows XP installatie zoals beschreven in
http://ubuntuforums.org/showthread.php?t=380699Windows XP start gewoon op in VMWare maar vraagt tijdens het opstarten om activatie. Dit lukt niet omdat Windows op dat moment geen verbinding krijgt met Internet.
Nu heb ik naast deze VM ook nog een "gewone" VM gemaakt vanuit de Windows XP CD, deze vraagt de eerste keer ook om activatie en deze heeft wel internetconnectie bij het opstarten. De instellingen van beide VM's zijn gelijk, voor beide VM's gebruik ik network connection type "NAT". Weet iemand wat ik hieraan kan doen?
Onderstaand ter info de inhoud van de windows.vmx file:
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
uuid.location = "56 4d c7 86 87 bf 78 43-24 73 2c a5 98 b3 30 98"
uuid.bios = "56 4d c7 86 87 bf 78 43-24 73 2c a5 98 b3 30 98"
uuid.action = "create"
checkpoint.vmState = ""
displayName = "Windows XP Home bestaand"
annotation = ""
guestinfo.vmware.product.long = ""
guestinfo.vmware.product.url = ""
guestOS = "winxphome"
numvcpus = "1"
memsize = "128"
paevm = "TRUE"
sched.mem.pshare.enable = "TRUE"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"
nvram = "WindowsXP.nvram"
mks.enable3d = "FALSE"
vmmouse.present = "FALSE"
vmmouse.fileName = "auto detect"
tools.syncTime = "TRUE"
tools.remindinstall = "FALSE"
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"
gui.restricted = "FALSE"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:b3:30:98"
ethernet0.generatedAddressOffset = "0"
usb.present = "FALSE"
usb.generic.autoconnect = "FALSE"
sound.present = "TRUE"
sound.virtualdev = "sb16"
ide0:0.present = "TRUE"
ide0:0.fileName = "windows.vmdk"
ide0:0.mode = "independent-persistent"
ide0:0.deviceType = "rawDisk"
ide0:0.redo = ""
ide0:0.writeThrough = "FALSE"
ide0:0.startConnected = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/cdrom"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.writeThrough = "FALSE"
ide1:0.startConnected = "TRUE"
floppy0.present = "FALSE"
floppy0.fileName = "/dev/fd0"
floppy0.startConnected = "FALSE"
serial0.present = "FALSE"
serial1.present = "FALSE"
parallel0.present = "FALSE"
priority.grabbed = "normal"
priority.ungrabbed = "normal"