Ticket #14462 (closed defect: fixed)
Duplicate OHCI controller in OVF export => fixed in SVN/5.0.x
Reported by: | mayfiecs | Owned by: | |
---|---|---|---|
Component: | OVF | Version: | VirtualBox 5.0.2 |
Keywords: | OHCI, VERR_CFGM_NODE_EXISTS | Cc: | |
Guest type: | other | Host type: | other |
Description
For some reason, when exporting an appliance the following line gets duplicated in the OVF file:
<Controller name="OHCI" type="OHCI"/>
Steps to reproduce:
- Create a new VM (default options; any type)
- Export Appliance to OVF 1.0 (test.ova file)
- Import Appliance (the file you just exported)
- Try to start the imported VM...error message:
A new node couldn't be inserted because one with the same name exists. (VERR_CFGM_NODE_EXISTS). Result Code: NS_ERROR_FAILURE (0x80004005) Component: ConsoleWrap Interface: IConsole
You can work around this bug by extracting the ova file, removing the duplicate OHCI line, and re-creating the ova file using tar. It's not possible to remove the extra OHCI using the GUI.
(No VBox.log file attached, because there was no session.)
Attachments
Change History
Changed 7 years ago by ripleymj
-
attachment
2015-08-17 17_35_58-Oracle VM VirtualBox Manager.png
added
comment:1 Changed 7 years ago by ripleymj
The bug is subtly shown in the GUI. If you toggle the OHCI controller, it will rewrite the configuration correctly.
comment:2 Changed 7 years ago by aeichner
- Summary changed from Duplicate OHCI controller in OVF export to Duplicate OHCI controller in OVF export => fixed in SVN/5.0.x
Thanks for the report, will be fixed in the next maintenance release.
comment:3 Changed 7 years ago by lavanchy
workaround:
- Open VirtualBox GUI
- go to the the new VM (imported appliance)
- select USB tab
- disable USB
- enable USB
- start the new VM (imported appliance)
comment:4 Changed 7 years ago by nghianja
The workaround by lavanchy does not work for me but a variation of it does:
i.e. switch the version of USB, e.g. I switched from usb 2.0 to usb 3.0 and it boots.
comment:5 Changed 7 years ago by frank
- Status changed from new to closed
- Resolution set to fixed
Fix is part of VBox 5.0.4.
comment:6 Changed 7 years ago by nunnsby
Workaround: Additional info (I am running v5.0.4r102546, x64, vanilla (no ext-pack) and still had the problem)
- Select usb 3.0
- Check error (wants you to install extension pack (I don't have it, and did NOT install it yet)
- Select usb 1.1
- Restart
- Should work (did for me - without installing extension pack)