2

I'm looking for a way to successfully import a Windows 2000 host (running several legacy applications that do not work on newer editions of Windows).

I normally like to use Disk2VHD for making a quick VHD of a live server.

However it doesn't work with Windows 2000.

666jfox777
  • 116
  • 1
  • 1
  • 6

2 Answers2

3

And the suggested "Similar Questions" answered for me, Windows 2000 does not support VSS, .Net 4.0, etc.

Hyper-V with Windows 2000 Guests

Other links that helped:

Long story short, I ended up cloning with CloneZilla (which I have used before), and restoring the image to the virtual disk. Not the best solution but it worked for me because it was urgent to migrate this old machine off of it's hardware. I encourage viewers to add ways to do this without the political nightmare of shutting down a server machine. Or just share other software ideas.

666jfox777
  • 116
  • 1
  • 1
  • 6
  • 1
    While Windows 2000 Server does not offer VSS, a bunch of backup products came with a replacement for this functionality. Symantec's BackupExec 9 & 10 calls it the [Advanced Open File Option](http://www.symantec.com/business/support/index?page=content&id=HOWTO21795) BackupAssist the [Advanced Open Files Add-In](http://www.backupassist.com/BackupAssist/advancedOpenFilesBrief.html), others have similar names. If you have a Windows 2000 server and do run backups, chances are that you can use your backup software to do a backup/restore cycle to P2V your machine. – the-wabbit Feb 26 '13 at 08:28
  • This keeps coming back as an unanswered question. Is this actually resolved? If so, please accept one of the answers to mark it as resolved. – Michael Hampton Aug 03 '14 at 14:16
0

Citrix XenConvert 2.40 (and older) supports Windows 2000. One of the file type options options is to convert to VHD. This is one of the easiest ways to P2V an older server. Note that Windows 2000 support was removed in version 2.41.

Skyhawk
  • 14,149
  • 3
  • 52
  • 95