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 boot problem with normal kernel on DomU(newbie question)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen boot problem with normal kernel on DomU(newbie question)
From: rajnish kumar <rishi_rkm@xxxxxxxxx>
Date: Mon, 21 Jul 2008 22:19:47 -0700 (PDT)
Delivery-date: Mon, 21 Jul 2008 22:20:25 -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=AJE4E41VHQSfvb+RcpgIlEtztcWAwrV32b1KUeI5ezVADG7NyJ48Vb1tmQjb9VFaMGWHwWkSFMJwsswMaP5mJgkWoArzBHcwtlPlHlM3QwhvQeDitdMh3H68j1nPA5cQ9enNY58jbzYLwj2XWBa3wei5vAOAElHLROWnPIaPCtk=;
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 as compared to vmware.

thanks,
rajnish

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>