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
 
   
 

xci-devel

[Xci-devel] Problem creating xen paravirtual guest

To: "xci-devel@xxxxxxxxxxxxxxxxxxx" <xci-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xci-devel] Problem creating xen paravirtual guest
From: akshayakarle@xxxxxxxxx
Date: Tue, 27 Sep 2011 11:02:08 -0700 (PDT)
Delivery-date: Tue, 27 Sep 2011 11:03:13 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1317146528; bh=KWYOci8OARRScYzKzowo4tCPOobRMU45reyJM0yJ1CI=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=qUrJ/L/B+O1sNModR9Bm6H0P/2HE8U+uJBX3dAcTAhK5qs943rTB8soYuaYK0JANbkGdvstzcluG0mLf54tbCm9AFxcMoCjr+TAbOUqoRiWjD29mCBQGla6vXiRZWtCYcXTSwhhahDbFMQLAEM44JiIPvBFGktwjjqYjqfi9Rxo=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=APeatDq4bI67ckbssxm+wjM49tUIZTkkUDyWXogXOyzAzAHZvjMfzxdpG2XeRinN0TDDiuCDeLOR+nTJY4WzIE2/IqFvNP07N5DMLkxqGXNIzF5tCyc+UwLSWdIbgHyNW6bP2NY2b32XAOnh7yyLA46HwxdTqrlxTEm4xTJ6b64=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xci-devel>
List-help: <mailto:xci-devel-request@lists.xensource.com?subject=help>
List-id: xci-devel.lists.xensource.com
List-post: <mailto:xci-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: akshayakarle@xxxxxxxxx
Sender: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
I installed kernel-x86_64 2.6.32.26-174.1.xendom0.el6.
x86_64 on cent os 6 x86_64 and got xen-4.0.1 working on it. I have been able to create full virtual systems with virt-install and virt-manager, but when I tried creating paravirtual domu cent os 5 x86_64 I am getting the following error:

ERROR    Could not find a kernel path for virt type 'xen'
Domain installation does not appear to have been
 successful.  If it was, you can restart your domain
 by running 'virsh start cent'; otherwise, please
 restart your installation.
ERROR    Could not find a kernel path for virt type 'xen'
Traceback (most recent call last):
  File "/usr/bin/virt-install", line 1054, in <module>
    main()
  File "/usr/bin/virt-install", line 936, in main
    start_time, guest.start_install)
  File "/usr/bin/virt-install", line 978, in do_install
    dom = install_func(conscb, progresscb, wait=(not wait))
  File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 971, in start_install
    self._prepare_install(meter)
  File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 772, in _prepare_install
    meter = meter)
  File "/usr/lib/python2.6/site-packages/virtinst/DistroInstaller.py", line 252, in prepare
    self._prepare_kernel_and_initrd(guest, distro, meter)
  File "/usr/lib/python2.6/site-packages/virtinst/DistroInstaller.py", line 194, in _prepare_kernel_and_initrd
    type=self.os_type, distro=distro)
  File "/usr/lib/python2.6/site-packages/virtinst/OSDistro.py", line 144, in acquireKernel
    scratchdir, type, distro)
  File "/usr/lib/python2.6/site-packages/virtinst/OSDistro.py", line 130, in _acquireMedia
    return (store.acquireKernel(guest, fetcher, progresscb),
  File "/usr/lib/python2.6/site-packages/virtinst/OSDistro.py", line 429, in acquireKernel
    "'%s'" % self.type))
ValueError: Could not find a kernel path for virt type 'xen'

I created the virtual machine using virt-install using the following command:
virt-install -n cent5 -r 256 -l http://mirror.centos.org/centos/5/os/x86_64/images/xen/ --disk path=/home/aks/vm/cent.img -p

Hope you can help me out.
Thanks in advance,
Akshay Karle
_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xci-devel] Problem creating xen paravirtual guest, akshayakarle <=