Ticket #20212 (closed defect: fixed)
VirtualBox 6.1.18: virtio-scsi export error => fixed in svn/6.1.x x>36
Reported by: | Thomas Dreibholz | Owned by: | paulson |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 6.1.18 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
I created a new VM with AHCI controller. Port 0: HDD, Port 1: CD-ROM (empty). Export to OVA works fine.
I changed the controller type from AHCI to VirtIO. After that, export fails:
Cannot handle medium attachment: storageBus is 8, channel is 0, device is 0.
Result Code: VBOX_E_NOT_SUPPORTED (0x80BB0009) Component: MachineWrap Interface: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
VBox of OK case (AHCI) and bad case (VirtIO) files are attached. The only difference is: < <StorageController name="VirtIO" type="VirtioSCSI" PortCount="30" useHostIOCache="false" Bootable="true"> ---
<StorageController name="VirtIO" type="AHCI" PortCount="30" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
Attachments
Change History
Changed 2 years ago by Thomas Dreibholz
-
attachment
Test-OK-AHCI.vbox
added
comment:1 Changed 2 years ago by Thomas Dreibholz
Note, that it is possible to start the VM with VirtIO controller. It is just not possible to export it to OVA.
comment:2 Changed 2 years ago by Thomas Dreibholz
This issue may be related to the VM start problem filed here: https://www.virtualbox.org/ticket/20213
comment:3 Changed 8 months ago by tstein
This bug is still current and also affects version 6.1.34:
VBoxManage: error: Cannot handle medium attachment: storageBus is 8, channel is 0, device is 0 VBoxManage: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MachineWrap, interface IMachine, callee nsISupports VBoxManage: error: Context: "ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam())" at line 1786 of file VBoxManageAppliance.cpp
comment:4 Changed 7 months ago by paulson
- Owner set to paulson
- Status changed from new to accepted
- Summary changed from VirtualBox 6.1.18: virtio-scsi export error to VirtualBox 6.1.18: virtio-scsi export error => fixed in svn/6.1.x x>36
This has been addressed now and the fix will be available in the next maintenance release of VirtualBox 6.1.x.
comment:5 Changed 7 months ago by paulson
- Status changed from accepted to closed
- Resolution set to fixed
VirtualBox 6.1.38 was released on September 2nd, 2022 and is available to download from: https://www.virtualbox.org/wiki/Downloads
OK case VBox file