Re: [libvirt-users] How to create a guest os from existing disk image file with virt-install

2010-07-21 Thread Rajiv Rajaian
Hi Carla Araujo I have tried the option with --import still the guest os is not booting.. If any body tried this option please help me On 7/19/10, Carla Araujo wrote: > Hi Rajiv > > On Mon, Jul 19, 2010 at 02:45, Rajiv Rajaian wrote: > >> Hi >> I want to the create the guest os from existing c

Re: [libvirt-users] How to create a guest os from existing disk image file with virt-install

2010-07-19 Thread Carla Araujo
Hi Rajiv On Mon, Jul 19, 2010 at 02:45, Rajiv Rajaian wrote: > Hi > I want to the create the guest os from existing configured disk > /var/lib/libvirt/images/centos.img.. What modifications should be done with > my configuration file ?? > You can import the *.img* executing virt-install with th

[libvirt-users] How to create a guest os from existing disk image file with virt-install

2010-07-18 Thread Rajiv Rajaian
Hi I have configured KVM with Fedora Core 13 by enabling the KVM virtualization option while installing OS. I have successfully created the guest OS by using the virt-install API /usr/sbin/virt-install --name centos5 --ram 512 --disk path=/var/lib/libvirt/images/ centos.img,size=5 --network networ

[libvirt-users] How to create a guest os from existing disk image file

2010-07-15 Thread Rajiv Rajaian
Hi I have configured KVM with Fedora Core 13 by enabling the KVM virtualization option while installing OS. I have successfully created the guest OS by using the virt-install API /usr/sbin/virt-install --name centos5 --ram 512 --disk path=/var/lib/libvirt/images/ centos.img,size=5 --network networ