VirtualBox

Opened 3 years ago

Closed 18 months ago

#20213 closed defect (fixed)

VirtualBox 6.1.18 VM fails to start when using e.g. port 32 of virtio-scsi controller => fixed in SVN/next maintenance

Reported by: Thomas Dreibholz Owned by:
Component: virtual disk Version: VirtualBox 6.1.18
Keywords: Cc:
Guest type: other Host type: other

Description

I created a new VM with VirtIO controller. Port 0: HDD, Port 1: CD-ROM (empty). The VM starts, as expected.

After change of the CD-ROM port from 1 to 32, starting the VM fails: The VM session was aborted.

Result Code: NS_ERROR_FAILURE (0x80004005) Component: SessionMachine Interface: ISession {c0447716-ff5a-4795-b57a-ecd5fffa18a4}

Difference in the VBox file:

<StorageController name="VirtIO" type="VirtioSCSI" PortCount="30" useHostIOCache="false" Bootable="true">

---

<StorageController name="VirtIO" type="VirtioSCSI" PortCount="33" useHostIOCache="false" Bootable="true">

87c87 < <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/> ---

<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="32" device="0"/>

The full vbox files and the log file of the failure are attached.

Attachments (3)

Test-Port1.vbox (3.8 KB ) - added by Thomas Dreibholz 3 years ago.
VBox file for using port 1
Test-Port32.vbox (3.8 KB ) - added by Thomas Dreibholz 3 years ago.
VBox file for using port 32
Test-Port32.log (1.5 KB ) - added by Thomas Dreibholz 3 years ago.
Log file for using port 32

Download all attachments as: .zip

Change History (6)

by Thomas Dreibholz, 3 years ago

Attachment: Test-Port1.vbox added

VBox file for using port 1

by Thomas Dreibholz, 3 years ago

Attachment: Test-Port32.vbox added

VBox file for using port 32

by Thomas Dreibholz, 3 years ago

Attachment: Test-Port32.log added

Log file for using port 32

comment:1 by Thomas Dreibholz, 3 years ago

This issue may be related to the OVA export problem filed here: https://www.virtualbox.org/ticket/20212

comment:2 by aeichner, 3 years ago

Summary: VirtualBox 6.1.18 VM fails to start when using e.g. port 32 of virtio-scsi controllerVirtualBox 6.1.18 VM fails to start when using e.g. port 32 of virtio-scsi controller => fixed in SVN/next maintenance

Thanks for the report, this should be fixed in the next maintenance release.

comment:3 by aeichner, 18 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use