Questions tagged [disk2vhd]

Disk2vhd is a utility from Sysinternals that creates VHD (Virtual Hard Disk - Microsoft's Virtual Machine disk format) versions of physical disks for use in Microsoft Virtual PC or Microsoft Hyper-V virtual machines (VMs).

The difference between and other physical-to-virtual tools is that you can run Disk2vhd on a system that’s online.

Disk2vhd uses Windows' Volume Snapshot capability, introduced in , to create consistent point-in-time snapshots of the volumes you want to include in a conversion. You can even have Disk2vhd create the on a local volume, even ones being converted (though performance is better when the VHD is on a disk different than ones being converted).

To use VHDs produced by Disk2vhd, create a VM with the desired characteristics and add the VHDs to the VM's configuration as IDE disks. On first boot, a VM booting a captured copy of Windows will detect the VM's hardware and automatically install drivers, if present in the image. If the required drivers are not present, install them via the or integration components. You can also attach to VHDs using the or R2 Disk Management or utilities.

Disk2VHD can be downloaded here

32 questions
18
votes
7 answers

How to open .VHDX files in VirtualBox?

I used disk2vhd by Microsoft so I tried to create a new virtualbox using it and I got this error Failed to open the hard disk C:\Users\user\Documents\Virtual Box Images\win7vir.VHDX Could not open the medium 'C:\Users\user\Documents\Virtual Box…
get52
  • 423
7
votes
1 answer

Disk2vhd: Creating Virtual Hard Disk Without Checking "Prepare For Virtual PC"

I'm building a server for a client who was previously running on an old dell optiplex XP Machine that was used for data/database storage. These are all legacy apps that won't run on modern operating systems so I wanted to create a VHD via disk2vhd.…
Scandalist
  • 3,119
4
votes
4 answers

Can I open a Disk2vhd created VHD file with 7-zip?

I've created a VHD file of my C: drive, for backup purposes, using Disk2vhd 1.0. When I try opening the file using 7-Zip 4.65 (to view the contents) I get the error: "Can not open the file XXX as an archive". Does anyone know why this is? I have to…
Tom Robinson
  • 2,460
3
votes
0 answers

Why can't Virtual PC attach a VHD?

It seems that Disk2VHD captured an entire HD rather than the boot partition (232GB versus 125GB) I am hoping to bring up an image of my XP Pro box inside Windows 7 Ultimate x64 as a Virtual PC. Originally the boot partition on the XP box was 232GB…
mrblint
  • 31
2
votes
0 answers

If you convert a HD to a VHD how do you activate Windows?

I used the HD2VHD (from Sys Internals) wit the HAL (Hardware Abstraction Layer) enabled. However, when I try to run it, the Virtual PC guest doesn't have internet access. And when I called Microsoft to activate it they said the hardware had changed…
Clay Nichols
  • 5,448
2
votes
0 answers

Can't boot vhdx in hyper-v after creation with disk2vdh

I am trying to take a machine from a physical machine to a virtual. I created a vhdx of the hard drive with the systinternals disk2vhd tool. The vhdx is on a usb hard drive. I attached the drive to another machine and created a new virtual machine…
epotter
  • 379
2
votes
1 answer

disk2vhd.exe missing volumes?

I was trying to create a Virtual PC clone of my Toshiba laptop today, and I noticed that it's C: drive does not appear in the list of Volumes to include: (or any volumes at all for that matter! There are none listed.) Is there some service I need to…
leeand00
  • 23,552
2
votes
1 answer

Convert Windows XP x32 physical machine to guest virtual machine

Possible Duplicate: Disk2vhd,convert my PC to Hyper-V Virtual Machine I've just bought a machine running Windows 7 x64 Professional. I want to use this to run my old XP x32 installation as a virtual machine using Virtual PC. My plan is to create…
HTTP 410
  • 143
2
votes
2 answers

I'm Using disk2vhd and virtualbox. How do I disable Windows XP IDE checks so that it starts up without an IDE related BSOD?

I am setting up a virtual machine to host a Windows XP environment with specific legacy software to replace a customer's broken Dell MTC2 desktop. I used Disk2vhd to generate a VHD from the customer's IDE hard disk and created the virtual machine…
2
votes
1 answer

Disc2vhd and partitioning

I am using Disc2Vhd to make a vhd of my drive. Does the tool support partitions? My partitions of C:\ are listed as both drives and volumes. In short, is there any issue when I select both partitions that make one physical drive?
GurdeepS
  • 753
2
votes
2 answers

Moving a Windows 10 installation to VHDX file and boot from it

Background I have a new ASUS G752VL-DH71 laptop. I would like to make a backup of the current installation of Windows 10 in the form of a virtual hard disk file (VHDX) and I would like to be able to boot into that VHDX file. This is because I plan…
1
vote
0 answers

Convert Linux box to Hyper-V VM -- disk2vhd fails

We've got a RHES machine that uses a single disk. Not being a Linux guy, I can only tell you that when the disk is inspected within WinPE, I see a 112MB partition (with no volume), and a 499.9GB partition with a volume that seems to be empty. I…
erict
  • 215
1
vote
1 answer

Disk2VHD reboots without warning

I recently tried cloning (p2v) my old desktop machine using SysInternals Disk2VHD tool (link text) But the app doesn't get past the 'Snapshotting volumes' message on Disk2VHD without my machine rebooting itself without warning. The desktop machine…
cometbill
  • 651
1
vote
2 answers

Disk2vhd - netbook cloning

I recently tried cloning (p2v) a netbook (Compaq 110 Mini) using SysInternals Disk2VHD tool (http://technet.microsoft.com/en-gb/sysinternals/ee656415.aspx) When I created a VMC in VPC (Virtual PC) on my Windows 7 Ultimate laptop the VPC of my…
cometbill
  • 651
1
vote
2 answers

Powershell remote executed script does not start disk2vhd

I made a script to backup VMs on CSVs which works great except that I cannot get disk2vhd.exe to run. The script is run from a server with windows 2008 installed. Since a lot of our VMs use Windows 2003 (w/o PS), I have to do everything the…
Maru
  • 121
1
2 3