I always get "Cable connected: off" after importing an appliance

This is for discussing general topics about how to use VirtualBox.
Post Reply
aoepuk
Posts: 3
Joined: 1. Aug 2016, 22:31

I always get "Cable connected: off" after importing an appliance

Post by aoepuk »

I'm running Linux x64 guest inside Virtualbox 5.1.2 r108956 on Linux x64 host. I export an appliance using with a regular exporting mechanism which seems to work well. The only problem is that I get "Cable connected: off" every time I import it back even if I have explicitly checked "Cable connected" box before exporting. What's the reason for that? Is it an indented behavior?

EDIT: I found a similar thread but I cannot post links yet. I also found this in exported .ova file:

Code: Select all

<Adapter slot="1" cable="false" type="82540EM"/>
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: I always get "Cable connected: off" after importing an appliance

Post by scottgus1 »

every time I import it back
I'm not sure about the cable problem, but if you're using import/export as a backup or version control scheme, there's an easier way.

The best backup is a simple folder-copy after the guest is shut down. See this tutorial Moving a VM and re-interpret it as "Backing Up a VM" if you intend to keep the guests under Virtualbox.

Exporting and cloning aren't recommended for backing up a VM. Either process changes some guest settings, and Export tries to match the older OVA format and is intended for using a guest under another hypervisor besides Virtualbox. A change in the guest means there's no way to confirm the backup. The "Moving/Backing Up a VM" method allows a simple FC file compare for backup confirmation and is compatible with encrypted guests.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: I always get "Cable connected: off" after importing an appliance

Post by socratis »

aoepuk wrote:I get "Cable connected: off" every time I import it
Take a look at this: viewtopic.php?f=7&t=78840
There are Testbuilds that fixes it. Try it out...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
aoepuk
Posts: 3
Joined: 1. Aug 2016, 22:31

Re: I always get "Cable connected: off" after importing an appliance

Post by aoepuk »

Fixed for me, thanks for help!
Post Reply