Opened 11 years ago
Last modified 7 years ago
#12616 new enhancement
Implement write support for VHDX
Reported by: | mrwjr2003 | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 4.3.6 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
When trying to create a virtual machine, when selecting hard drive, I've selected a vhdx create by Windows 8 Hyper-V. I get the following errors:
Failed to open the hard disk file C:\SharePointDev.vhdx.
Could not open the medium 'C:\SharePointDev.vhdx'.
VD: error VERR_NOT_SUPPORTED opening image file 'C:\SharePointDev.vhdx' (VERR_NOT_SUPPORTED).
Result Code: E_FAIL (0x80004005) Component: Medium Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554} Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Change History (2)
comment:1 by , 8 years ago
Guest type: | Windows → all |
---|---|
Host type: | Windows → all |
priority: | major → minor |
Summary: | Cannot Create Virtual Machine using Hyper-V vhdx → Implement write support for VHDX |
Type: | defect → enhancement |
comment:2 by , 7 years ago
Unless the objective of VirtualBox is to be a legacy Virtualization Software, you HAVE to implement this. Now, changing the Priority to "minor" will not help this to happen, will ya? :(
VHDX is supported readonly only, you cannot directly attach it to a VM. Either convert it to another format first (VDI, VHD) or attach it as an immutable image so it gets a differencing image created to store written data from the guest.