VHD is a file format which represents a "Virtual Hard Disk" drive.
Questions tagged [vhd]
265 questions
49
votes
2 answers
Powershell Resize-VHD is not recognized as the name of a cmdlet
I'm trying to use Resize-VHD cmdlet, but this results in the following error:
PS> Resize-VHD -Path "C:\Container.vhd" -SizeBytes 20GB
Error:
Resize-VHD : The term 'Resize-VHD' is not recognized as the name of a cmdlet, function, script…
Codeguard
- 1,039
43
votes
7 answers
How to create VHD disk image from a Linux live system?
Once more, I have to resort at the experts here at SuperUser, as my other sources (mainly Google ;-)) didn't prove very helpful...
So basically, I would like to create a VHD image of a physical disk to be archived/accessed/maybe even mounted in a…
Federico
- 1,130
41
votes
6 answers
How to convert a VHDX file to VHD?
I made an image with disk2vhd and unfortunately I chose VHDX instead of VHD. I didn't see any information about what to choose.
Anyway, now that file is all I have, the original PC is trashed. So I need to know how to run it as a Virtual Machine in…
Bjorn
- 511
- 1
- 4
- 3
36
votes
5 answers
35
votes
7 answers
Copying a VHD to a physical disk
I've seen a lot of guides on how to do physical -> VHD, but is there any way to easily move a VHD image to a physical disk easily? Or should I just attach the disk and go to town with GNU DD?
Ana Betts
- 571
32
votes
7 answers
Can I boot Linux from a VHD?
Is there some way to boot a Linux system from a VHD in Windows 7?
If there is a way, how do I put it there in the first place?
EDIT: To clarify, I'm not trying to run Linux in a VM. I'm trying to boot it in my physical machine, from a VHD, as I can…
26
votes
1 answer
VirtualBox FATAL: INT18: BOOT FAILURE
I have just took a back up of my windows PC, in the backup folder I can see a VHD file, I thought to run this with VirtualBox, but I the boot failure message. I suspect there is not boot information in the partition, if this is correct is there…
Vijay Bobba
- 373
- 1
- 3
- 7
20
votes
3 answers
DiskToVhd generated VHD is not bootable
I had Windows 10 laptop, I used disk2VHD to convert disk into VHD. Now I am trying to mount it to virtual box on another machine, but it seems be not booting.
I used Windows 10 ISO and through CMD I think none of my partitions has property bootdisk…
Developer
- 303
- 1
- 2
- 8
19
votes
4 answers
How to complete restore using just a VHDX file?
Let me please explain the scenario what I went through.
I have a Transcend SSD which I use to boot my PC which I upgraded from Windows 8 to Windows 8.1.
I have two other hard disk drives (one tera byte and other is 320 GB). Yesterday I received a…
Pankaj Nikam
- 293
19
votes
4 answers
How do I convert an .img file to vhd?
I have an image file (linux based image) and want to convert it to VHD so that it can be used to create hyper-V VMs.
I used "qemu-img convert" to convert raw to vpc format, but vpc doesnt work for hyper-V and vhd is not supported by "qemu-img…
user1060517
- 293
19
votes
3 answers
Possible to dual boot *and* virtualize same physical drive containing Windows 10?
I use Linux as my daily driver, and have just installed Windows 10 to a new physical disk in my PC for dual booting. For a while, I've used Windows 7 through a VirtualBox image I have mounted over iSCSI1.
Now I have two different Windows…
Chris Tonkinson
- 293
17
votes
7 answers
Cannot boot after vhd hard drive is resized in VirtualBox
In Windows 7, I set up another Windows 7 VM in VirtualBox. It worked great. Then, I needed to increase the vhd HD size. So, I used VBoxManage utility to do that with the following comment:
VBoxManage modifyhd "c:\VMs\Win7.vhd" --resize 30000
Then,…
tugberk
- 411
14
votes
2 answers
Converting VHD image to RAW format
I need to convert a VHD file (Hyper-V VM) to the Linux raw format. Is there a tool which can do this which is graphical?
GurdeepS
- 753
13
votes
2 answers
Is there a tool to convert VHD images to VDI images?
I saw the response for converting VDI images into VHD images, but I want to do the opposite conversion - is there a tool to do this?
oz10
- 362
12
votes
4 answers
Can I use a VHD file to boot VMWare?
I am using VMWare and my OS image is in the form of a VHD (virtual hard drive). I've done some searching but I don't see anything on this.
So my question is: Is it possible to load my OS onto my VMWare virtual machine using a .VHD file? If so, how?…
BlaineOmega
- 293