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

Re: [Xen-users] LVM on dom0?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] LVM on dom0?
From: "Jerry Amundson" <jamundso@xxxxxxxxx>
Date: Fri, 16 Feb 2007 17:06:46 -0600
Delivery-date: Fri, 16 Feb 2007 15:06:05 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dd18D1k+3nIP1jIu/GRioQ1VNxBnwN7cI89SytQ9SIImyVAmuw6Fje2xHPhs/zTiZtDmCIF22GkIe5D9yhniDPh8W3o84UJZf/PQd3w8Siu4pa7PjFMFsR+htJM0CgAuSaStxk9A5i89IjbtaQmNME9nDuvQv3BemF2u1KRrC50=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <51700.24.89.80.126.1171659696.squirrel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <51700.24.89.80.126.1171659696.squirrel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 2/16/07, Lonny Selinger <lonny@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I've spent the past while researching this but I'm just not finding a
solution. I've been trying to get my xen kernel booting on a pretty much stock
CentOS 4.4 installation. I installed Xen from src rpm and installed all the
requisite software and I'm sure it's with the ram disk but I can't figure out
how to resolve this.

Not from "src rpm", just rpm, right...??

With a stock kernel here is how my disk is layed out:
Here is my grub.conf file:
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title XEN (2.6.16.33-zen)
        root (hd0,0)
        kernel /xen.gz dom0_mem=131072 noreboot
        module /vmlinuz-2.6.16.33-xen_3.0.4.1
root=/dev/mapper/VolGroup00-LogVol00 rhgb quiet
        module /initrd-2.6.16.33-xen_3.0.4.1b.img

Below, I'll assume that "b" is not there...

Can anyone please shed some light here? I'm getting ready to manually create
an initrd but it's a bit extreme as I'm sure there is an easy solution to
this. Any help is greatly appreciated!!

Not so "extreme", really... So  try :
mkinitrd -f --preload=ide-disk --preload=ide-generic
/boot/initrd-2.6.16.33-xen_3.0.4.1.img 2.6.16.33-xen_3.0.4.1

jerry

--
"Pay no attention to that man behind the curtain!"

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>