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

[Xen-users] disk - error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] disk - error
From: kibirango moses <kibsmoses@xxxxxxxxx>
Date: Tue, 12 Oct 2010 08:26:21 +0300
Delivery-date: Mon, 11 Oct 2010 22:27:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=1DvFkdml2gj46WwnrWuiV+1SX6yyd0nmI/wHfSPbOEE=; b=cdGqfCShOMkInmMCc/Uns2Yg2kyfh7jEJSvCfnI8rFjEpNRAvTqPY8c9UpewlDyYF1 awSBT/7uhYLQyA4Xx6qvOb2LgAAP3lTKKkqqPPiaeQlfuAyE7HBJCeNcIPrgw/+XQdok dKPiusMQKT4Z30BbOlnym/DdXo+E6xCzEqRlw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jjnnonIAYGdTeUq/fIYnNTUN2iCvuf+mXyr0wIu21TspXj4ETr1YOYFVV46fU+0r9D thtzfngH6pVcihhNI3ruNAHS3rvU+Lfgsck7kLatxjMwhWsJGdcV4scgFKPR2//500Ng 0n1IARYyVv6UoHx4pAyHEAfjdQpSRTOz1eVS0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

hullo everybody


I am getting the error below on starting my slackware 13 guest OS VM and below are my file configurations ;Could anyone help me identify my mistakes / error i am doing in my configurations.

Iam using a downloaded  image  from stacklet website


Slackware.pygrug.cfg:

bootloader = "/usr/bin/pygrub"
name = "slackware.13-0"
vif = [ '' ]
memory = 1024
disk = ['tap:aio:/dev/XenVG/root,sda1,w','tap:aio:/dev/XenVG/swap,sda2,w''tap:aio:/dev/loop0,hdc:cdrom,r']
root = "/dev/XVG/root"
extra = "fastboot"


/boot/grub/grub.conf:(guest OS)

default=0
timeout=10
title vmlinuz-2.6.18.8-xenU
root (hd0,0)
kernel /boot/vmlinuz-2.6.18.8-xenU console=xvc0 root=/dev/sda1 ro


/etc/fstab (guest OS):

[root@virtualintranet etc]# cat fstab
/dev/sda1        /             ext3     defaults,errors=remount-ro 0 0
devpts           /dev/pts      devpts   gid=5,mode=620             0 0
proc             /proc         proc     defaults                   0 0



[root@virtualintranet /]# xe vm-start uuid=7f374370-4b65-3cca-45d3-be55fedad52b


Error code: WARNING: /dev/xvda is not a disk image

Error parameters: Traceback (most recent call last):,   File "/usr/bin/pygrub", line 746, in ?,     raise RuntimeError, "Unable to find partition containing kernel", RuntimeError: Unable to find partition containing kernel,


[root@virtualintranet /]# /usr/bin/pygrub  /xen/images/slackware.13-0.x86.img


WARNING: /xen/images/slackware.13-0.x86.img is not a disk image

Using <class 'grub.GrubConf.GrubConfigFile'> to parse /boot/grub/grub.conf

linux (kernel /var/run/xend/boot/boot_kernel.5-DL4Z)(args "console=xvc0 root=/dev/sda1 ro ")[root@virtualintranet /]#


Thanx

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] disk - error, kibirango moses <=