[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] running windows on xen
hi all i have am able to install windows on xen. but i need to run 3-4 same virtual machines of same time. for the same i am following this process. for first windows machine configuration file /etc/xen/winxp as bellow: kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 1024 name = "winxp" vcpus=1 pae=0 acpi=0 apic=0 cpus = "" vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'phy:/dev/hda3,ioemu:hda,w' ] > on_reboot = 'restart' on_crash = 'destroy' device_model = '/usr/lib/xen/bin/qemu-dm' sdl=0 vnc=1 vncviewer=0 stdvga=0 serial='pty' ne2000=0 usb=1 usbdevice='tablet' with the help of above configuration i am able to run windows. for if do mount /dev/hda3 /a mount /dev/hda6 /a2 rsync -av /a /a2 then change the configuration file to /etc/xen/winxp2 kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 1024 name = "winxp2" vcpus=1 pae=0 acpi=0 apic=0 cpus = "" vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'phy:/dev/hda6,ioemu:hda,w' ] > on_reboot = 'restart' on_crash = 'destroy' device_model = '/usr/lib/xen/bin/qemu-dm' sdl=0 vnc=1 vncviewer=0 stdvga=0 serial='pty' ne2000=0 usb=1 usbdevice='tablet' then i do xm create /etc/xen/winxp2 -c i am getting error as boot from hard disk 0 failed FATAL: not a bootable disk seems like rsync is not woking or i m doing something wrongly, is there any way make multiple coples of windows system. without each time installing it thanks On Feb 20, 2008 9:06 AM, Arpan Jindal <jindalarpan@xxxxxxxxx> wrote:
-- Arpan Jindal Mumbai +91-9819680008 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |