VMware Cloud Community
INVAR
Contributor
Contributor

Problem during conversion Windows 2000 Server

Hi,

I want to convert my phisical pc to virtual machine. I tried to create a backup with acronis true image 2012 and convert it with VMWARE CONVERTER.

But when it starts I receive this error message: "Windows could not start because of a computer disk hardware configuration problem.".

In my phisical pc there are SCSI disk. I try to add SCSI controller at VM, but it still not working.

Any solution?

Thanks Gio

0 Kudos
27 Replies
continuum
Immortal
Immortal

the vmx file of the VM should have either

scsi0.virtualDev = "buslogic" or no entry with scsi0.virtualDev =

Then start Converter 3.0.3 or 4 and run the option "configure machine" against the VM


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
BilBens
Enthusiast
Enthusiast

why do not you use vConverter directly on the physical server?  vSphere Converter is used to convert physical to virtual (P2V).

Please consider the use of the Helpful or correct buttons to award points to those Answers you found useful or correct.
0 Kudos
continuum
Immortal
Immortal

he already has the VM - he just needs to fix the drivers


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

Hi,

Thanks to all.

I tried to use converter 3.0.x

This is my .vmx file:

.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
memsize = "4096"
MemAllowAutoScaleDown = "FALSE"
displayName = "bck-molteni2"
guestOS = "win2000advserv"
mks.enable3d = "TRUE"
vmci0.present = "TRUE"
pciBridge0.present = "TRUE"
tools.upgrade.policy = "useGlobal"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
extendedConfigFile = "bck-molteni2.vmxf"
virtualHW.productCompatibility = "hosted"
vmci0.id = "-322540629"
vmci0.pciSlotNumber = "32"
uuid.location = "56 4d 4d dc 47 a1 56 56-5c 92 54 f4 ec c6 6b ab"
uuid.bios = "56 4d 4d dc 47 a1 56 56-5c 92 54 f4 ec c6 6b ab"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
vmotion.checkpointFBSize = "134217728"
softPowerOff = "FALSE"
scsi0.present = "TRUE"
scsi0.pciSlotNumber = "16"
ide0:0.present = "TRUE"
ide0:0.fileName = "bck-molteni2.vmdk"
scsi0:0.present = "TRUE"
ide0:0.redo = ""
numvcpus = "4"
scsi0:0.deviceType = "scsi-passthru"
scsi0:0.fileName = "PhysicalDrive1"
scsi0:1.present = "FALSE"
ide0:1.present = "FALSE"
scsi0:3.present = "FALSE"
floppy0.present = "FALSE"

If I use vConverter directly on the phisical machine, this error disappear?

Thanks at all

Gio

0 Kudos
continuum
Immortal
Immortal

scsi0:0.deviceType = "scsi-passthru"
scsi0:0.fileName = "PhysicalDrive1"

whats that ?

the system disk seems to be

ide0:0.fileName = "bck-molteni2.vmdk"

that will not work


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
continuum
Immortal
Immortal

.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
memsize = "4096"
MemAllowAutoScaleDown = "FALSE"
displayName = "bck-molteni2"
guestOS = "win2000advserv"
mks.enable3d = "TRUE"
vmci0.present = "TRUE"
pciBridge0.present = "TRUE"
tools.upgrade.policy = "useGlobal"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
extendedConfigFile = "bck-molteni2.vmxf"
virtualHW.productCompatibility = "hosted"
vmci0.id = "-322540629"
vmci0.pciSlotNumber = "32"
uuid.location = "56 4d 4d dc 47 a1 56 56-5c 92 54 f4 ec c6 6b ab"
uuid.bios = "56 4d 4d dc 47 a1 56 56-5c 92 54 f4 ec c6 6b ab"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
vmotion.checkpointFBSize = "134217728"
softPowerOff = "FALSE"
scsi0.present = "TRUE"
scsi0.pciSlotNumber = "16"
ide0:0.present = "false"
scsi0:0.present = "TRUE"
ide0:0.redo = ""
numvcpus = "4"
scsi0:0.fileName = "bck-molteni2.vmdk"

use that one - configure machine with Converter 3.0.3 and when that works readd the second drive


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

I have use your configuration file, but it still not working...

More ideas?

Thanks

Gio

0 Kudos
POCEH
VMware Employee
VMware Employee

Try Converter 4.0.1

HTH

0 Kudos
INVAR
Contributor
Contributor

Convert 4.0.1 and same configuration of continuum ?

0 Kudos
continuum
Immortal
Immortal

does your 2k server has servicepack 4 ?


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

Yes, It has Service Pack 4.

0 Kudos
continuum
Immortal
Immortal

did you try to "configure machine" with Converter 3.0.3 ? - if yes - what is the result ? - does the VM boot ?


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

I don't understand if Converter is the version of VMware vCenter Converter or if is a choose of "Select VMware Product: VMware Player 3.0.x".

I think that is the second choose.

I try with both solutions (VMware Player 4.0.x and 3.0.x), but it isn't working.

I try to configure machine with your configuration file, but nothing.

My phisical uses SCSI HDD and 512mb of Ram.

0 Kudos
continuum
Immortal
Immortal

when I say Converter 3.0.3 I do not mean VMplayer - you can download Converter 3.0.3 here:
http://www.brothersoft.com/vmware-converter-158647.html


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

Hi,

Yesterday I had downloaded vConverter 3.0.3. I had use "Convert machine", I had select my tib file, and the process was going to finish. I tried to start Vm but I had the same error.

I tried to use "configure machine", but I receive the same error.

I repost my new vmx file:

.encoding = "windows-1252"
config.version = "8"
virtualHW.version  = "6"
memsize = "512"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"
displayName = "molteni"
guestOS = "win2000serv"
numvcpus = "2"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "molteni.vmdk"
pciBridge0.present = "TRUE"
tools.upgrade.policy = "useGlobal"
scsi0.present = "TRUE"
scsi0.virtualDev = "buslogic"
buslogic.noDriver = "FALSE"
extendedConfigFile = "molteni.vmxf"
virtualHW.productCompatibility = "hosted"
scsi0.pciSlotNumber = "-1"
uuid.location = "56 4d 24 96 51 72 1c 90-32 66 d4 72 ba 29 74 7c"
uuid.bios = "56 4d 24 96 51 72 1c 90-32 66 d4 72 ba 29 74 7c"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
scsi0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
vmotion.checkpointFBSize = "33554432"
softPowerOff = "FALSE"
scsi0:1.present = "FALSE"

I don't understand why it isn't working.

Thanks

Gio

0 Kudos
continuum
Immortal
Immortal

Do you have a BartPE CD ?


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

No, I don't have this CD. Why?

0 Kudos
continuum
Immortal
Immortal

With a BartPE I could tell you a reliable way to fix the problem


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
INVAR
Contributor
Contributor

Tell me how I can do.

Thanks

Gio

0 Kudos