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] Xen DomU boot issue with normal standard kernel

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen DomU boot issue with normal standard kernel
From: rajnish kumar <rishi_rkm@xxxxxxxxx>
Date: Sat, 19 Jul 2008 02:19:26 -0700 (PDT)
Delivery-date: Wed, 30 Jul 2008 02:08:48 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=kAZEdbpif53m4iH8xFXi4qnIEyyFm6FoRVejyePd3ifMZyYM/vJebJ7/vBsMKaoDcdGf1is9AHIvbmdZFPmCRFhmBTogwI2Sohv+wcJT7Z+yta58Oth3Kbps/Br0OCyIwHFiy58ss2dU4IFmJCJlme+u6/tly7UPqwQUHIFWgWA=;
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>
Reply-to: rishi_rkm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi all,

installed oracle linux 5.1 as DomU guest in Dom0(rhel5, xen 3.0) with storage configured using lvm.

following config file to install guest:

kernel = "/xenImg/oracle51xen/vmlinuz"
ramdisk = "/xenImg/oracle51xen/initrd.img"
memory = 256
name = "oracleos5.1"
vif = [ 'mac=00:16:3e:01:26:33, bridge=xenbr0' ]
disk = [ 'phy:vg01/xenrootvol,xvda,w' ]
extra="askmethod text"

following config file to start guest:
memory = 256
name = "oracleos5.1"
vif = [ 'mac=00:16:3e:01:26:33, bridge=xenbr0' ]
disk = [ 'phy:vg01/xenrootvol,xvda,w' ]
bootloader="/usr/bin/pygrub"

now, when i start guest using second config file, oracle linux has three kernel mentioned:
Enterprise Linux-pae (2.6.18-53.el5PAE)
Enterprise Linux-xen (2.6.18-53.el5xen)
Enterprise Linux-base (2.6.18-53.el5)

only 2(xen) entry work other(1,3), show Error: (22, 'Invalid argument').
Is it mean that only xen kernel can be booted on to a DomU or am i doing something wrong. Am i doing any mistake here or this is limitation of xen.

thanks,
rajnish

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen DomU boot issue with normal standard kernel, rajnish kumar <=