#20212 closed defect (fixed)
VirtualBox 6.1.18: virtio-scsi export error => fixed in svn/6.1.x x>36
回報者: | Thomas Dreibholz | 負責人: | paulson |
---|---|---|---|
元件: | virtual disk | 版本: | VirtualBox 6.1.18 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | Linux |
描述
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">
附加檔案 (2)
更動歷史 (7)
4 年 前 由 編輯
附檔: | 新增 Test-OK-AHCI.vbox |
---|
comment:1 4 年 前 由 編輯
Note, that it is possible to start the VM with VirtIO controller. It is just not possible to export it to OVA.
comment:2 4 年 前 由 編輯
This issue may be related to the VM start problem filed here: https://www.alldomusa.eu.org/ticket/20213
comment:3 3 年 前 由 編輯
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 3 年 前 由 編輯
摘要: | VirtualBox 6.1.18: virtio-scsi export error → VirtualBox 6.1.18: virtio-scsi export error => fixed in svn/6.1.x x>36 |
---|---|
狀態: | new → accepted |
負責人: | 指定為 |
This has been addressed now and the fix will be available in the next maintenance release of VirtualBox 6.1.x.
comment:5 3 年 前 由 編輯
狀態: | accepted → closed |
---|---|
處理結果: | → fixed |
VirtualBox 6.1.38 was released on September 2nd, 2022 and is available to download from: https://www.alldomusa.eu.org/wiki/Downloads
OK case VBox file