Rescue system running TFS that BSODs, into vmware esxi

Posted by 3molo on Server Fault See other posts from Server Fault or by 3molo
Published on 2011-01-13T15:36:32Z Indexed on 2011/01/13 15:54 UTC
Read the original article Hit count: 200

Filed under:
|

Hi,

After moving to new facilities, one of our old Dell servers running Windows Server 2003 R2 on PowerEdge 2650 HW BSODs with 0x8e.

The server runs Team Foundation Server, so we have a few guys dependent on it. No one here knows TFS, so we have no idea how difficult it would be to setup from scratch. We have the MSSQL database(s) backed up, recent and fresh copy.

Tried removing/refitting memory modules, but with no success. The system boots into safe mode but hangs occasionally. I booted a linux livecd and did a dd of both c: and d:, so I have all the data in compressed images on a vmware machine.

For the guest, I created a 38G (actually it became 40GB) partition to act as C:, and booted a live cd. I then uncompressed the compressed disk image of c: and dd'd it to the new c: using 'gunzip -dc c.img.gz | dd of=/dev/sda1 bs=1M'.
The operation ran for about 1000 seconds, and completed successfully. I assumed it would at least try to boot windows (but most likely BSOD due to not having correct drivers), but the Vmware ESXi guest does not seem to recognize it as a bootable disk.

We don't have the vmware enterprise license, so the vmware converter cold cloning is not an option. Did I do something wrong in my dd's etc with the ISOs, or why would it not (try to) boot?
Am I wasting my time? What other approach is there?

Will continue to try to remove services and drivers to make the physical machine at least work reasonably well in safe mode.

What do you suggest?
1. Continue to get the dd'd images to the virtual disk and get it to boot.
2. Install a new windows server, get team foundation server and restore from backup.
3. Focus on the old problematic hardware

Any help appreciated

© Server Fault or respective owner

Related posts about clone

Related posts about bsdo