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] xen expert (mini xen on debian etch howto)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xen expert (mini xen on debian etch howto)
From: Alexander Junghans <xen@xxxxxxxxxxxxx>
Date: Fri, 09 May 2008 15:31:28 +0200
Delivery-date: Fri, 09 May 2008 06:35:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <5554b7150805090334u71a2d3a5q88f00fac7a4ffac5@xxxxxxxxxxxxxx>
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>
Organization: Leukefeld GmbH
References: <5554b7150805090334u71a2d3a5q88f00fac7a4ffac5@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Hi, Harm de Laat

I am sorry that I cannot give you full support, but here is
how I compiled xen on debian etch.
This works fine for me and gives you HVM and PV support for Linux.
Hope that's helps a bit.

apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev build-essential gettext

apt-get install pciutils-dev mercurial gawk less bin86 bcc elks-libc

apt-get install libc6-xen

cd /usr/src/
hg clone http://xenbits.xensource.com/xen-3.2-testing.hg
tar -czf 17-1-2008-xen-3.2-testing.hg.tgz xen-3.2-testing.hg/
cd xen-3.2-testing.hg/

make xen
make tools
make install-xen
make install-tools

make linux-2.6-xen0-build
cp ./build-linux-2.6.18-xen0_x86_32/.config 2.6.18-xen0.config.orig

make linux-2.6-xenU-build
make linux-2.6-xenU-install
ln -s /boot/vmlinuz-2.6.18.8-xenU /boot/vmlinuz-2.6-xenU
cp ./build-linux-2.6.18-xenU_x86_32/.config 2.6.18-xenU.config.orig


<-- Kernel DOM0 -->
make linux-2.6-xen0-config CONFIGMODE=menuconfig KERNELS="linux-2.6-xen0"
make linux-2.6-xen0-build
make linux-2.6-xen0-install
depmod 2.6.18.8-xen0
<-- Kernel DOM0 -->

<-- Kernel DOMU -->
make linux-2.6-xenU-config CONFIGMODE=menuconfig KERNELS="linux-2.6-xenU"
make linux-2.6-xenU-build
make linux-2.6-xenU-install
depmod 2.6.18.8-xenU
<-- Kernel DOMU -->

apt-get install lvm2


update-grub

#### Mehr Laufwerke ermöglichen -> /etc/modules
#loop
loop max_loop=256



Harm de Laat schrieb:
Hi all,

We are currently seeking a (freelance) Xen expert, who can assist us on compiling and installing Xen 3.2.1 on a Debian Etch based Dom0.

If you think you can help please contact us as soon as possible.

Kind regards,

--
Harm de Laat

Kabisa ICT
www.kabisa.nl
harm AT kabisa DOT nl

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen expert, Harm de Laat
    • Re: [Xen-users] xen expert (mini xen on debian etch howto), Alexander Junghans <=