#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 (1)
Change History (7)
by , 10 years ago
Attachment: | 2015-08-17 17_35_58-Oracle VM VirtualBox Manager.png added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Summary: | Duplicate OHCI controller in OVF export → 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 by , 10 years ago
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 by , 10 years ago
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:6 by , 10 years ago
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)
The bug is subtly shown in the GUI. If you toggle the OHCI controller, it will rewrite the configuration correctly.