WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Installig PV guest (Ubuntu karmic) on top of ubuntu dom

To: Kangkook Jee <aixer77@xxxxxxxxx>
Subject: Re: [Xen-users] Installig PV guest (Ubuntu karmic) on top of ubuntu dom0 (Ubuntu Karmic)
From: David Markey <admin@xxxxxxxxxxx>
Date: Wed, 26 May 2010 16:03:14 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 26 May 2010 08:05:41 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <F700E039-C242-4C43-BB9F-F57884B52985@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <F700E039-C242-4C43-BB9F-F57884B52985@xxxxxxxxx>
Reply-to: admin@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
What version of Xen are you running?

On 26 May 2010 15:27, Kangkook Jee <aixer77@xxxxxxxxx> wrote:
Hi, all

I'm a Xen newbie who managed to install dom0 kernel and HVM guest.
By observing insufficient network performance and thruput, I'm trying to install  PV guest but I couldn't find any standardized documentations for it or ready-made VM image that I can download and just use.

What I tried so far are,

i) by using virt-install command
   #virt-install -n UbuntuPV -r 1024 -p --vnc -f /root/VMs/domu1.img -c ~/ubuntu.iso --debug
   ....
   ERROR    Paravirtualized guests cannot install off cdrom media.

ii) using xm create command with following template

 kernel = "/usr/lib/xen/boot/hvmloader"
 builder = 'hvm'
 memory = 2048
 name = "UbuntuPV"
 vcpus = 1
 extra="root=/dev/xvda1"
 vif = [ 'type=ioemu, bridge=eth0' ]
 disk = [ 'file:/root/VMs/domu1.img,xvda,w','file:/root/ubuntu.iso,hdc:cdrom,r']
 device_model = '/usr/lib/xen/bin/qemu-dm'
 vnc=1
 boot='d'


 # xm create test.py
 Using config file "./test.py".
 Error: Domain 'LucidPV' does not exist.


iii) using different template

 name="KarmicPV"
 memory=2048
 bootloader="/usr/bin/pygrub"
 kernel="/boot/vmlinuz-2.6.32.13"
 ramdisk="/boot/initrd.img-2.6.32.13"
 vif=['bridge=eth0']
 extra="root=/dev/xvda1"
 disk=['file:/root/VMs/domu0.img,xvda,w']
 vfb=['type=vnc,vncunused=1']

 ...
 Error: Boot loader didn't return any data!

but, all of above didn't worked out well.
Thanks for your help in advance

/Kangkook
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users