Using VB image/settings from Windows host on Linux host

This is for discussing general topics about how to use VirtualBox.
doktor5000
Posts: 10
Joined: 17. May 2011, 16:51
Primary OS: MS Windows XP
VBox Version: PUEL
Guest OSses: Opsi/Xubuntu, Win XP, Win 7

Re: Using VB image/settings from Windows host on Linux host

Post by doktor5000 »

At school i exported the whole appliance to an .ova container, which took nearly an hour
for a 3.5 GiB .vdi and an 13 GiB snapshot file, and imported it over on a freshly installed
Win 7 machine with VirtualBox 4.0.8 and it worked like a charm.

@perryg: Is it possible to add me to the watch list or CC me for the ticket that AntonyReynolds opened?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Using VB image/settings from Windows host on Linux host

Post by Perryg »

Reply to the ticket and you will be added. You need to setup an account there as it is on a different system though.
cmoraes
Posts: 1
Joined: 18. May 2011, 20:31
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: winxp

Re: Using VB image/settings from Windows host on Linux host

Post by cmoraes »

I solved this removing any references to DVDs from <DVDImages> AND <StorageControllers> in .vbox file
AntonyReynolds
Posts: 8
Joined: 17. May 2011, 18:18
Primary OS: Linux other
VBox Version: OSE Fedora
Guest OSses: Linux, Windows

Re: Using VB image/settings from Windows host on Linux host

Post by AntonyReynolds »

I found out that I had missed a SharedFolders reference.
I deleted all references to DVDImages and SharedFolders, replacing
<DVDImages>...<DVDImages> with <DVDImages/>
and
<SharedFolders>...<SharedFolders> with <SharedFolders/>

Seems that earlier versions were more forgiving.
JFTechnologist
Posts: 1
Joined: 7. Nov 2012, 10:10

Re: Using VB image/settings from Windows host on Linux host

Post by JFTechnologist »

I had the same issue, and this thread gave me the clues that I needed to resolve.

For me, I had attached a second VHD on the Source machine, which I had neglected to copy to the Target machine.

EG;

<AttachedDevice type="HardDisk" port="0" device="0">
<Image uuid="{Blahblah}"/>
</AttachedDevice>
<AttachedDevice type="HardDisk" port="1" device="0">
<Image uuid="{Blargh}"/>
</AttachedDevice>


I simply removed the second device and bingo.
Post Reply