0

I need to convert a physical Windows 98 laptop to a virtual machine. I need to do this because I need to migrate an old application which still is used, and cannot run natively on Windows 7.

Any ideas on how to proceed with the conversion please?

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
redknight
  • 847
  • 3
  • 9
  • 13

3 Answers3

2

You could try VMware Converter ( http://www.vmware.com/products/converter ). There is should be an iso file available which makes a offline p2v.

patricks
  • 278
  • 2
  • 12
2

I'd use any of the regular imaging tools, such as Clonezilla, Ghost, etc, to take an image of the Win 98 machine, create an empty virtual machine and restore the image to that. While there are specialised P2V tools for a simple one-off like this it's not worth the bother of tracking one down. This cloning method has the advantage that it doesn't restrict you to any particular VM host system.

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
  • can you mention some specialised p2v tools? can you please guide me how to restore the image > – redknight May 11 '11 at 09:24
  • @rednight, I haven't used any of them for at least 8 years, so can't tell you around these days, other than the one oldskool mentioned in his/her answer. Try Googling for `p2v`. – John Gardeniers May 11 '11 at 11:29
0

I know it's an old question, but adding some knowledge for people who come across it later, like me

I am looking to do the same, and found a microsoft tool which does the p2v to a VHD file, which I believe is natively recognized by VirtualBox and can be made to work with vmware too.

http://technet.microsoft.com/en-us/sysinternals/ee656415

aberson
  • 31
  • 1
  • 1
  • 4
  • Note that this tool does not support Windows 98, only XP and higher. – Noor Khaldi Oct 01 '15 at 07:12
  • It's been a while, but I know that I did p2v a windows 98 box, and I **think** I used this tool to do it (even if not officially supported). This was likely done by mounting the 98 OS drive on an XP/7 machine. – aberson Oct 01 '15 at 14:29