Windows as a Guest on a Linux (ubuntu) host
After having been through all those days of triple boot and quadruple boot systems, i am coming back to a single boot machine now. This time with my work laptop with Ubuntu as the main and the only OS. Since i knew i could never complete that dream of running everything from linux in my work place in the near future, i decided to go with the only other choice to achieve it with immediate effect.
So what are my work place requirements. i need to have a firefox with silverlight. That is the only thing for which i need Windows, ok, may be occasionaly for something else like, i don’t know…. I can’t think of any thing else. and though even that can be circumnavigated with Wine, the video chat on gmail is another thing which will become a road block.
So to solve these, i decided to install Windows on Virtual Box with Ubuntu as Host. This i thought will solve the problem. But, yeah it did solve the problem of firefox with silverlight. But Virtual Box is not allowing to enable to use of webcam to the guest OS. It has to be a small problem somewhere i think. Will look into it. And to solve the problem of not having a anti-virus, I am allowing internet only to firefox, and have removed the access to the rest of the system. I did it with Squid on the host. It feels good, to be close to achieving the original thought. But i can live with a little Evil i guess.
For Virtual Box installation i followed the instructions in this page under the title Debian Based Distributions. Just in case if you are not able to open it.
add the following line in your repositories list in Synaptic Package Manager (settings -> repositories -> other software)
deb http://download.virtualbox.org/virtualbox/debian lucid non-free
add the key to the Synaptic Package Manager (settings -> repositories -> authentication)
then say
sudo apt-get update sudo apt-get install virtualbox-3.2
That should do it. I mean that is all i did. and i had to go thru this to understand how to access shared folders form host to guest and why the display resolution went to 800×600 when i made the shared folder access to work. It was frustrating, the display always going to 800×600 from 1024×768 finally figured out, that it was the Virtual Box Display Driver which was causing it. Then i just uninstalled just the display driver, and override it with the default driver whatever windows took itself. And that is it. Things are working fine for now. Just the small thorn of WebCam access from host to guest. Will soon try to find a way out.



