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-devel

[Xen-devel] Fwd: dom U illegal kernel path

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Fwd: dom U illegal kernel path
From: kibirango moses <kibsmoses@xxxxxxxxx>
Date: Wed, 29 Sep 2010 10:12:52 +0300
Delivery-date: Wed, 29 Sep 2010 00:13:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=AkjgfdzL4O9Fai6PpyTsz7zNYWM32zbT0viO86+u/t8=; b=viwTlCg0RzaLppBTuPw/HT/o0/K/4AyvpoeAN0CotL4EGpKFnsyzGh1pZv+ZvGQ5SH LvONPh7XozLlFeLHGTz+5SopPOXqzCfekd3FopAuTv+tX8KB77qREPqcwsMI6XBkucGh Xn+F3UYYSosfrjo/ymCYYhGpNr5zeGA5QpRWA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=l/LQPz3wAHdy1SnXIf6MKXzyf3uGy6DK5QIx/ANYcsyWoQ0gP8dlkjupXFFTENxNKH d/hDyobIVLNosbarMZLaJga0WII2XdA3zhWD3/Ku6VWB61Kgszhkibwn7mOEGxD8QDKl NjJQxVaDjBJlkFpXV4ne/CqidFmTAA7d38tUY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimch2MwddZth1-4jpEF8SsdTsz-8bz4wXZNVbWN@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTimch2MwddZth1-4jpEF8SsdTsz-8bz4wXZNVbWN@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx


---------- Forwarded message ----------
From: kibirango moses <kibsmoses@xxxxxxxxx>
Date: Wed, Sep 29, 2010 at 9:20 AM
Subject: dom U illegal kernel path
To: xen-users@xxxxxxxxxxxxxxxxxxx


Hullo everybody

I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I have created logical volumes , mounted the slackware 13 image and copied the /lib/modules and below are my configurations.

 [root@virtualintranet /]# uname -r

2.6.27.42-0.1.1.xs5.6.0.44.111158xen

Grub Configs:

[root@virtualintranet grub]# cat grub.conf

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

initrd-2.6.27

[root@virtualintranet etc]# cat slackware.13-0.x86.xen3.cfg

#kernel = "/boot/vmlinuz-2.6-xen"

name = "slackware.13-0"

dhcp = "dhcp"

memory=2048

disk = ['phy:/dev/loop0,hdc:cdrom,r','phy:/dev/XenVG/root,sda1,w','phy:/dev/XenVG/swap,sda1,w']

vif = [ ' bridge=eth2', ]

#vfb = [ 'type=vnc,vncunused=1' ]

bootloader = "/boot/grub/grub.conf"

kernel = "/boot/vmlinuz-2.6.18.8-xenU"

ramdisk ="/boot/initrd-2.6.27.42-0.1.1.xs5.6.0.44.111158xen.img"

#ip = "ip.address"

#gateway = "gateway"

#netmask = "255.255.255.0"

vcpus=1

root = "/dev/sda1 ro"

>

>

>  "restart"

 

[root@virtualintranet /]# xe vm-create name-label=PVG3

ddab4cd3-046b-aa6a-0d62-a0535852fdf5

[root@virtualintranet /]# xe vm-start vm=ddab4cd3-046b-aa6a-0d62-a0535852fdf5

Caller not allowed to perform this operation.

message: illegal kernel path

 

I want to use grub.conf  b’se  I cannot find the menu.lst file as well as the usr/bin/pygrub  . how can I go over this are there any other configurations to make ? Is there any mistake in my configurations

 

thanx


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Fwd: dom U illegal kernel path, kibirango moses <=