Thanks for the suggestion. I’ll have to dig into this. I have no qualms about pulling my HD from the laptop and cloning it, so I should be able to try a bunch of different methods until it works.
For the stuff I need to do on my laptop, RDP is all I need so it can sit on a server in the basement waiting for me to start it up when I need it.
You can also boot a live Linux on the laptop and either create the image to an external drive or tunnel it via ssh or even just netcat it to your Linux device.
No need to open up the laptop just to create a 1:1 image with dd that you then turn into an image for use in a VM.
Out of curiosity, what happens if you image the laptop drive and boot it under VirtualBox (keeping the Linux host offline, so the Windows guest can’t phone home)? Potentially useful: https://superuser.com/questions/614400/how-can-i-clone-a-hard-drive-directly-to-a-vdi-image
Thanks for the suggestion. I’ll have to dig into this. I have no qualms about pulling my HD from the laptop and cloning it, so I should be able to try a bunch of different methods until it works.
For the stuff I need to do on my laptop, RDP is all I need so it can sit on a server in the basement waiting for me to start it up when I need it.
You can also boot a live Linux on the laptop and either create the image to an external drive or tunnel it via ssh or even just netcat it to your Linux device. No need to open up the laptop just to create a 1:1 image with dd that you then turn into an image for use in a VM.
:) Yeah I realized that after I hit send. I have been using clonezilla for years. It’s my favorite way to do full backups.