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] Confusion about dist/install/boot/ and Xen kernels

To: prosolutions@xxxxxxx, Xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Confusion about dist/install/boot/ and Xen kernels
From: Fernando Maior <fernando.souto.maior@xxxxxxxxx>
Date: Tue, 17 May 2005 19:49:57 -0300
Delivery-date: Tue, 17 May 2005 22:49:27 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i9QFLvMNI04QQlxNUfJB7S5NJnA97Z0x0KaruKJWfYlrXsyvF8mPKnEP9p7HPOMkyvhqcBl73Ja/e/IC8jZ7t5m0L7SE8Ioa0gEN3cZ9OeFhC4R8b7GgGnMdrfbnQOwULPpz5NAD31DaRbmEz1iVudR/MwGfYc2mC1nIBesk0lI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20050517220014.GB27390@xxxxxxxxxxxxx>
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: <20050517220014.GB27390@xxxxxxxxxxxxx>
Reply-to: Fernando Maior <fernando.souto.maior@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 5/17/05, prosolutions@xxxxxxx <prosolutions@xxxxxxx> wrote:
> 
> I have run "make xen" "make tools" and "make kernels" on Xen testing source 
> and
> see the result in dist/install/boot/:
> 
> config-2.6.11.9-xen0
> config-2.6.11.9-xenU
> config-2.6.11-xen0
> System.map-2.6.11.9-xen0
> System.map-2.6.11.9-xenU
> vmlinux-syms-2.6.11.9-xen0
> vmlinux-syms-2.6.11.9-xenU
> vmlinuz-2.6.11.9-xen0
> vmlinuz-2.6.11.9-xenU
> vmlinuz-2.6.11-xen0 -> vmlinuz-2.6.11.9-xen0
> vmlinuz-2.6.11-xenU -> vmlinuz-2.6.11.9-xenU
> vmlinuz-2.6-xen0 -> vmlinuz-2.6.11.9-xen0
> vmlinuz-2.6-xenU -> vmlinuz-2.6.11.9-xenU
> xen-2.0.gz -> xen-2.0-testing.gz
> xen-2.0-testing.gz
> xen-2.0-testing-syms
> xen-2.gz -> xen-2.0-testing.gz
> xen.gz -> xen-2.0-testing.gz
> 
> According to the User's Guide, the kernel for domain 0 is xen-2.0-testing.gz. 
>  My question is: What are the other kernel images?  Why are there symlinks 
> for them?  And is there a System.map for the xen-2.0-testing.gz kernel?

AFAIK, 

1) xen-2.0-testing.gz is the Xen hypervisor. It is the one that boots the
machine in grub config file with label "kernel".

2) vmlinuz-2.6.11-9-xen0 is the kernel for domain 0, and should be called
by xen-2.0.gz for starting domain0, with label "module" in the grub config.

3) vmlinuz-2.6.11-9-xenU is the kernel that should be used to boot the 
other domains, the guests. Usually, it is in the /etc/xen/domU config
file as "kernel" parameter.

-- 
Bye,
Fernando Maior
LPIC/1 31908

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

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