On Fri, Feb 11, 2011 at 12:50 AM, Zico <[email protected]> wrote:
> Hi, My host OS is: Ubuntu 10.10. One of my virtual OS is: Ubuntu 9.04 and
> another one is: Ubuntu 10.04. All of these virtualisation has been completed
> with Virtualbox. Now, I need to replicate those two servers, one server is
> running  in Ubuntu 9.04 and another one is running in Ubuntu 10.04. Is it
> possible? If yes, can you please provide me some help?
>

I do ALL my work with qemu.

Every qemu instance is a separate OS!

Yes. It is amazing. Even low end atom PCs that are available for 2900 rupees
 in Richie street supports this.

Read my article:

http://aplawrence.com/Girish/qemu.html

Just start qemu like this:

$ qemu -hda ubuntu1010.bin

You should install ubuntu 10.10 on to a filestore.

You install like this:

$ qemu -hda ubuntu1010.bin -cdrom <path-tocdrom-ubuntu>

To create a hard disk execute this command:

$ qemu-img create ubuntu1010.bin 10G

Repeat this whenever you want to install new OSes.

-Girish
-- 
Gayatri Hitech

http://gayatri-hitech.com
[email protected]
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to