this post was submitted on 04 Aug 2023
5 points (100.0% liked)

Operating Systems

3799 readers
1 users here now

All things operating system related, from Windows to Mac to Linux distros and the more obscure.

Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I have a laptop with obsolete, licensed diagnostic software that I use on old equipment still in service. I've kept it alive longer than it should have been, but it's only a matter time before a disk or mobo failure puts me in a bad spot.

I'd like to make a clone of the current OS (Windows 10) as-is that could be run in VirtualBox or some other VM as a backup. Is it as simple as making a disk image with DD and then loading that up in VirtualBox? I'm sure it's not, but what am I overlooking? Or what other software would be better to use?

I'm fairly computer literate, but a mechanic by trade; So, not an expert.

Thanks for any help.

top 5 comments
sorted by: hot top controversial new old
[–] foo@lemmy.ca 3 points 1 year ago (1 children)

The search term you want to use is P2V or Disk2VHD which is also the name of a Microsoft tool for that purpose.

[–] Seathru@beehaw.org 2 points 1 year ago (1 children)

Thanks, I'll look into that.

[–] foo@lemmy.ca 2 points 1 year ago

You might also look into the built in tool that Windows 10 has for doing an image level backup of the system.

Here's a page that walks you through a system image backup.

[–] iloverocks@feddit.de 2 points 1 year ago

You can pass thought your drive to your vm and should be able to boot from it

[–] loops@beehaw.org 2 points 1 year ago

I only have experience with Linux systems, but it seems GParted (the program I use to modify and create partitions) also works outside of the Linux environment. So, here's an open source option.

Also, you should make more backups before trying to clone the drive. There's some recommended backup programs on the GParted website.

Good luck!