Is there an easy way to copy an image of a windows 98 laptop into a disk image and then boot that in a VM?
My old man has a license for Autocad 2000 and wants to keep using it for newer projects. The stuff he uses it for is mostly for audio and electrical setups, and is not demanding enough for a current version. However, being a cheapskate runs in the family and he really wants to keep using the old version and not the subscription SaaS crap they're doing now. Until now, he's been using a 'vintage' dell machine to run it. Since support was pulled for 90SE he hasn't connected it to the internet or any networks, it's been 100% an offline CAD machine.
My plan, now that the Dell is starting to really rust, is to move the windows 98 image into a VM and boot it on my old thinkpad inside linux. This way I can get some great linux experience setting it up, and he can continue getting the most of 15 year old software. Now, I have only made machines inside Virtualbox and qemu, and even booting a real drive as a .VMDK with raw access. My plan so far is to stick it in my HDD dock and #dd if=/dev/sdx of=/path/to/image.file it onto an image file on the thinkpad, but after that I'm kind of lost. I know that win98 doesn't handle system changes very well, and I'm also not sure if that image will open as a VDI. I have used VirtualBox a lot and qemu a little, but feel overall fairly comfortable so far.
So, is this even possible? Are there significant modifications I would have to do to the installation to make it VM-able? Please drop me some advice and talk me out of this!
Thanks!