The bottom line question:
How can I make my Ubuntu-Server DVI that is created on a W7 host work on the Ubuntu host of my fellow developer?
And here are the details:
I just started to develop a Java web application for a Ubuntu Server as a part of a team where part of us run W7 as main OS, and part of us run ubuntu.
We decided to use VirtualBox for our servers.
I created a VirtualBox, installed as Ubuntu Server.
When I'm working on it on my machine - all is fine.
But - when we tried to copy the Main DVI to a ubuntu host, create a new VM and attach the DVI to it - the server wont boot with the following error:
Error: no such disk.Even cloning the disk using
VBoxManage clonehddid not help.
We even tried copying the DVI from my host OS using a ubuntu guest and shared folder to make sure that the created file is made by ubuntu...
I met some references about boot-config of ubuntu, and using part of the UUID in some recognition part - but nothing concrete I can try to fiddle with...
If we don't find a solution quickly, the project will have to use VMWare, which I really dislike...
Please help...
Thanks,
Don-Joy