File Analysis
Structured Storage Viewer (SSV) – This tool allows to completely manage any MS OLE Structured Storage based file.
Disk2vhd: Convert something to VHD to import in VirtualBox (e.g., nvme ssd). For Virtualbox, uncheck the option: "use vhdx".

For cloning it, select all devices and partitions:

In VirtualBox, attach a new optical device:

Execute the chntpw with the virtual machine, and set the Administrator password as BLANK.

Option: 1

Option: 1

Option: 1

Option: 1f4

Option: 1
After that, detach the optical drive, and restart the VM!
Using dd:

dd if=/dev/sda1 of=/ruta/diskbak.raw
VBoxManage convertfromraw diskbak.raw --format vdi diskbak.vdi
VBoxManage modifyhd --compact diskbak.vdi
https://www.maravento.com/2013/11/clonacion-virtual-incremental.html
Last modified 6mo ago