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] problem installing xen kernel on Debian etch

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] problem installing xen kernel on Debian etch
From: "edu gargiulo" <egargiulo+lists@xxxxxxxxx>
Date: Thu, 21 Feb 2008 13:29:02 -0200
Delivery-date: Fri, 22 Feb 2008 07:38:02 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=alH79qaF7jLrLjdLvnx8+7ty2n7jdYT6jUQ6Y9hY/uk=; b=ZcW83Ukhr+eZYclPAbVXEhRoLBsygsnonhDsO1YG0AcOY0b8qWSs/SqvrD+YEObSmiOzYnm5oVS3mFA4iNLlyk7Cm7X4188F18FBLH/ugVob2ldan6fN4x+bPmeev+toOILsS3m2ki4FjZLTeYC+cLr5jVRaIrf5PYsXP93V4qs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XD/YRkS8tNZ06bKkI2pf1/2bSknrIkYSTNEyxZ2CLuZHRuqxqTHYxsSE5s7mvqVJ86abem4iLAIYLgOzV63KV2TM6VQG4H7wcjgc9EEixvtaVZxsRy5z9krSdlZSXvknD2b5KCqjJSUxIa2XwtW97icWLlG6TAonOyh4k7qHehE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <AEC6C66638C05B468B556EA548C1A77D0131ADF6@trantor>
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: <4E0D2F90-8982-431D-A50C-D2D7669B1DD9@xxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D0131ADF6@trantor>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Feb 21, 2008 at 7:19 AM, James Harper
<james.harper@xxxxxxxxxxxxxxxx> wrote:
> >
>  > I am currently running kernel 2.6.18-6-686 on Debian Etch 40r3. I am
>  > trying to install xen on it. I tried installing
>  linux-image-2.6.18-6-xen-
>  > 686, but when I restarted, it doesn't boot instead shows a kernel
>  panic.
>  >
>  > I ran #apt-get install linux-image-2.6.18-6-xen-686
>  > and changed /boot/grub/menu.lst file to point to current xen kernel.
>  >
>  > While rebooting it showed kernel panic and never boots with the new
>  xen
>  > kernel.
>  >
>
>  It might help if you post the results of the kernel panic, and the
>  contents of your menu.lst.
>
>  I suspect you haven't specified a Xen hypervisor in your menu.lst. The
>  Xen entry should look like:
>
>  title           Xen 3.1-1-amd64 / Debian GNU/Linux, kernel
>  2.6.18-6-xen-amd64
>  root            (hd0,0)
>  kernel          /xen-3.1-1-amd64.gz dom0_mem=524288
>  module          /vmlinuz-2.6.18-6-xen-amd64 root=/dev/mapper/vg00-root
>  ro console=tty0
>  module          /initrd.img-2.6.18-6-xen-amd64
>  savedefault
>
>  update-grub will generate it correctly if you have installed a
>  hypervisor.

I'm having the same problem, so now I'm trying to install xen from
sources. Looking at James answer, I need to ask about amd64 kernel
version, because I have this architecture and I would like to use HVM.
Did you install this kernel from packages or compiled yourself? I'm
still trying without success to start using xen on my debian amd64
(stable version). When I try to compile xen I'm getting the following
error

ejg@amd64x2:/usr/src/xen/xen-3.2-testing.hg$ make dist
make -C xen install
make[1]: se ingresa al directorio `/usr/src/xen/xen-3.2-testing.hg/xen'
make -f Rules.mk _install
make[2]: se ingresa al directorio `/usr/src/xen/xen-3.2-testing.hg/xen'
make -C include/public/foreign
make[3]: se ingresa al directorio
`/usr/src/xen/xen-3.2-testing.hg/xen/include/public/foreign'
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strict-aliasing -m64 -Wdeclaration-after-statement -o checker
checker.c
/usr/bin/ld: saltando el /usr/bin/../lib/libc.so incompatible mientras
se buscaba -lc
/usr/bin/ld: saltando el /usr/bin/../lib/libc.a incompatible mientras
se buscaba -lc
/usr/bin/ld: saltando el /usr/lib/libc.so incompatible mientras se buscaba -lc
/usr/bin/ld: saltando el /usr/lib/libc.a incompatible mientras se buscaba -lc
/usr/bin/ld: no se puede encontrar -lc
collect2: ld returned 1 exit status
make[3]: *** [checker] Error 1
make[3]: se sale del directorio
`/usr/src/xen/xen-3.2-testing.hg/xen/include/public/foreign'
make[2]: *** [build-headers] Error 2
make[2]: se sale del directorio `/usr/src/xen/xen-3.2-testing.hg/xen'
make[1]: *** [install] Error 2
make[1]: se sale del directorio `/usr/src/xen/xen-3.2-testing.hg/xen'
make: *** [install-xen] Error 2

Any help would be appreciated,

regards

--
edu gargiulo

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

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