|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen expert (mini xen on debian etch howto)
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
|
|
|
|
|