Starting system from the cloned .VHD disk

This is for discussing general topics about how to use VirtualBox.
Post Reply
Jana Idol
Posts: 1
Joined: 4. Jul 2023, 11:37

Starting system from the cloned .VHD disk

Post by Jana Idol »

Hi Hi,

I use RawDiskCopier which creates identical copies of the disk in .vhd format.

Code: Select all

www.github .com/TalAloni/RawDiskCopier
I would like to know if I can run such a copy of the system e.g. Windows 8.1 or Windows 10 in virtualbox?
I tried adding (directly) the disk but it doesn't seem to work.

Do you have any tips for me to achieve starting system, please?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Starting system from the cloned .VHD disk

Post by scottgus1 »

Getting a copy of a computer's drive to run in a VM is called "Physical to Virtual", or P2V. The whole drive with all partitions needs to be copied.

The go-to app for this on the Virtualbox forum is Microsoft Sysinternals Disk2VHD. If you're not dead set on Raw Disk Copier, try Disk2VHD instead. Copy all the partitions off the source drive to a VHD (not VHDx) then try to set up the VM as close to the source computer as possible: OS type, EFI or Legacy BIOS, etc.

Also websearch:
(The source OS) P2V site: forums.virtualbox.org
Post Reply