VirtualBox

Changes between Initial Version and Version 1 of Ticket #14062


Ignore:
Timestamp:
Apr 21, 2015 9:05:06 AM (9 years ago)
Author:
aeichner
Comment:

VHDX is supported readonly only so far. You need to convert it to a format which VirtualBox supports writing to like VDI, VHD or VMDK in order to attach it to a VM. This can be done using VBoxManage:

VBoxManage clonemedium disk <input VHDX> <output image>

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14062 – Description

    initial v1  
    66
    77Log:
    8 VirtualBox COM Server 4.3.26 r98988 win.amd64 (Mar 16 2015 17:35:35) release log 00:00:00.006000 main Log opened 2015-04-20T18:55:25.290762400Z 00:00:00.006000 main Build Type: release 00:00:00.006000 main OS Product: Windows 8.1 00:00:00.006000 main OS Release: 6.3.9600 00:00:00.006000 main OS Service Pack: 00:00:00.029007 main DMI Product Name: X38-DQ6 00:00:00.038007 main DMI Product Version: 00:00:00.038007 main Host RAM: 4094MB total, 1059MB available 00:00:00.038007 main Executable: D:\Programs\virtualbox\VBoxSVC.exe 00:00:00.038007 main Process ID: 7780 00:00:00.038007 main Package type: WINDOWS_64BITS_GENERIC 00:00:01.153411 HostDnsMonitorProxy::notify 00:00:01.153411 HostDnsMonitorProxy: Host's DNS information updated: 00:00:01.153411 server 1: 192.168.1.1 00:00:01.153411 no search string entries 00:00:01.153411 domain: example.com 00:00:01.218414 VDInit finished 00:00:03.171525 USBPROXY usbLibDevStrDrEntryGet: DeviceIoControl 1 fail winEr (31) 00:01:03.022308 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:01:03.023308 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false 00:01:41.770504 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={480cf695-2d8d-4256-9c7c-cce4184fa048} aComponent={Machine} aText={This machine does not have any snapshots}, preserve=false 00:02:32.216361 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:02:32.216361 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false 00:02:42.405939 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\2012r2_eval.vhdx'. 00:02:42.405939 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\2012r2_eval.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false 00:08:18.733993 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:08:18.733993 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false
    9 
     8{{{
     9VirtualBox COM Server 4.3.26 r98988 win.amd64 (Mar 16 2015 17:35:35) release log
     1000:00:00.006000 main Log opened 2015-04-20T18:55:25.290762400Z
     1100:00:00.006000 main Build Type: release
     1200:00:00.006000 main OS Product: Windows 8.1
     1300:00:00.006000 main OS Release: 6.3.9600
     1400:00:00.006000 main OS Service Pack:
     1500:00:00.029007 main DMI Product Name: X38-DQ6
     1600:00:00.038007 main DMI Product Version:
     1700:00:00.038007 main Host RAM: 4094MB total, 1059MB available
     1800:00:00.038007 main Executable: D:\Programs\virtualbox\VBoxSVC.exe
     1900:00:00.038007 main Process ID: 7780
     2000:00:00.038007 main Package type: WINDOWS_64BITS_GENERIC
     2100:00:01.153411 HostDnsMonitorProxy::notify
     2200:00:01.153411 HostDnsMonitorProxy: Host's DNS information updated:
     2300:00:01.153411 server 1: 192.168.1.1
     2400:00:01.153411 no search string entries
     2500:00:01.153411 domain: example.com
     2600:00:01.218414 VDInit finished
     2700:00:03.171525 USBPROXY usbLibDevStrDrEntryGet: DeviceIoControl 1 fail winEr (31)
     2800:01:03.022308 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:01:03.023308 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false
     2900:01:41.770504 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={480cf695-2d8d-4256-9c7c-cce4184fa048} aComponent={Machine} aText={This machine does not have any snapshots}, preserve=false
     3000:02:32.216361 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:02:32.216361 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false
     3100:02:42.405939 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\2012r2_eval.vhdx'. 00:02:42.405939 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\2012r2_eval.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false
     3200:08:18.733993 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} aComponent={Medium} aText={Could not open the medium 'D:\IMAGES\10041.vhdx'. 00:08:18.733993 VD: error VERR_NOT_SUPPORTED opening image file 'D:\IMAGES\10041.vhdx' (VERR_NOT_SUPPORTED)}, preserve=false
     33}}}
    1034I also get the same error using 4.3.x revision 99378
    1135

© 2023 Oracle
ContactPrivacy policyTerms of Use