Skip to main content
added 19 characters in body
Source Link
stil
  • 272
  • 5
  • 15

List of steps I ended up doing:

  1. Boot Kali Linux or any other live Linux distribution with guymager tool installed. Use guymager tool to acquire raw image of your system disk. It's much safer and usually faster than using dd by hand.

  2. You need to convert raw image to VHDX image to mount it on Windows. You're going to need vhdtool.exe and vhdxtool.exe.

  3. Firstly, convert raw image to VHD format.

     .\vhdtool.exe /convert G:\image-2017-12-29.dd
    

    Also, change its extension, because vhdtool.exe is not going to do it for you.

     Rename-Item G:\image-2017-12-29.dd G:\image-2017-12-29.vhd
    
  4. Convert VHD image to VHDX format.

     .\vhdxtool.exe upgrade -f G:\image-2017-12-29.vhd
    
  5. You now have VHDX image file that you can mount on your system and then open it with VeraCrypt.

I have even managed to boot my cloned VHD (not VHDX though) disk in VirtualBox inside the original system.

Tools you need:

vhdtool.exe

SHA-1: 0ff2994929e5a193369b3ccfdbb86551a9a416d8

vhdxtool.exe

SHA-1: 9cc4c58a9b14057d2b30107c61b6ce006b36b4eb

List of steps I ended up doing:

  1. Boot Kali Linux or any other live Linux distribution with guymager tool installed. Use guymager tool to acquire raw image of your system disk. It's much safer than using dd by hand.

  2. You need to convert raw image to VHDX image to mount it on Windows. You're going to need vhdtool.exe and vhdxtool.exe.

  3. Firstly, convert raw image to VHD format.

     .\vhdtool.exe /convert G:\image-2017-12-29.dd
    

    Also, change its extension, because vhdtool.exe is not going to do it for you.

     Rename-Item G:\image-2017-12-29.dd G:\image-2017-12-29.vhd
    
  4. Convert VHD image to VHDX format.

     .\vhdxtool.exe upgrade -f G:\image-2017-12-29.vhd
    
  5. You now have VHDX image file that you can mount on your system and then open it with VeraCrypt.

I have even managed to boot my cloned VHD (not VHDX though) disk in VirtualBox inside the original system.

Tools you need:

vhdtool.exe

SHA-1: 0ff2994929e5a193369b3ccfdbb86551a9a416d8

vhdxtool.exe

SHA-1: 9cc4c58a9b14057d2b30107c61b6ce006b36b4eb

List of steps I ended up doing:

  1. Boot Kali Linux or any other live Linux distribution with guymager tool installed. Use guymager tool to acquire raw image of your system disk. It's much safer and usually faster than using dd by hand.

  2. You need to convert raw image to VHDX image to mount it on Windows. You're going to need vhdtool.exe and vhdxtool.exe.

  3. Firstly, convert raw image to VHD format.

     .\vhdtool.exe /convert G:\image-2017-12-29.dd
    

    Also, change its extension, because vhdtool.exe is not going to do it for you.

     Rename-Item G:\image-2017-12-29.dd G:\image-2017-12-29.vhd
    
  4. Convert VHD image to VHDX format.

     .\vhdxtool.exe upgrade -f G:\image-2017-12-29.vhd
    
  5. You now have VHDX image file that you can mount on your system and then open it with VeraCrypt.

I have even managed to boot my cloned VHD (not VHDX though) disk in VirtualBox inside the original system.

Tools you need:

vhdtool.exe

SHA-1: 0ff2994929e5a193369b3ccfdbb86551a9a416d8

vhdxtool.exe

SHA-1: 9cc4c58a9b14057d2b30107c61b6ce006b36b4eb
Source Link
stil
  • 272
  • 5
  • 15

List of steps I ended up doing:

  1. Boot Kali Linux or any other live Linux distribution with guymager tool installed. Use guymager tool to acquire raw image of your system disk. It's much safer than using dd by hand.

  2. You need to convert raw image to VHDX image to mount it on Windows. You're going to need vhdtool.exe and vhdxtool.exe.

  3. Firstly, convert raw image to VHD format.

     .\vhdtool.exe /convert G:\image-2017-12-29.dd
    

    Also, change its extension, because vhdtool.exe is not going to do it for you.

     Rename-Item G:\image-2017-12-29.dd G:\image-2017-12-29.vhd
    
  4. Convert VHD image to VHDX format.

     .\vhdxtool.exe upgrade -f G:\image-2017-12-29.vhd
    
  5. You now have VHDX image file that you can mount on your system and then open it with VeraCrypt.

I have even managed to boot my cloned VHD (not VHDX though) disk in VirtualBox inside the original system.

Tools you need:

vhdtool.exe

SHA-1: 0ff2994929e5a193369b3ccfdbb86551a9a416d8

vhdxtool.exe

SHA-1: 9cc4c58a9b14057d2b30107c61b6ce006b36b4eb