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

[Xen-users] Install Xen 3.2 on Ubuntu 7.10 Desktop (amd64)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Install Xen 3.2 on Ubuntu 7.10 Desktop (amd64)
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Sat, 22 Mar 2008 11:42:39 -0700 (PDT)
Delivery-date: Sat, 22 Mar 2008 11:43:16 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=xo54NOxmIDASsCo9GWz7gjhZ7EfHA5qPboTX04NtfS2cLWUYDkI33BCgIlMFc7Qc88Dbgc8NZf1NnDKpYcxXTaChou/Q7QCoeZLD0SeLHd4vNhd0iHQZmxbLdNvgXSTcNNq28v5V9bfLio5YRkuOwGqE6Mx1OgUGsSxq1RPpGso=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Backported Mercurial from Ubuntu Hardy Neron
Repositories:-     

$ vi /etc/apt/sources.list and add this line to the
end:
      deb-src http://us.archive.ubuntu.com/ubuntu/ \
          hardy main restricted universe multiverse

      # apt-get update
      # apt-get build-dep mercurial
      # apt-get source -b mercurial
      # dpkg -i mercurial_0.9.5-2_amd64.deb

Installed gcc:-

# apt-get install gcc gcc-3.4 gcc-4.1 libsdl1.2-dev
make libz-dev uuid-dev libasound2-dev gcc libc6-dev
zlib1g-dev

Dowloaded :-
zlib-1.2.3.tar.gz
openssl-0.9.8g.tar.gz

1. Tuned Makefile when install openssl
2. Tuned Makefile when install zlib
to perform "make install" to folders expected by Xen
3.2
3.apt-get install libncurses5-dev

Installing zlib configured as follows :-
# ./configure --shared
# make
# make install (In Makefile prefix=/usr)


Compiling Xen:-

# cd /usr/src 
# wget
http://bits.xensource.com/oss-xen/release/3.2.0/xen-3.2.0.tar.gz

# hg clone
http://xenbits.xensource.com/linux-2.6.18-xen.hg
# tar -xzf xen-3.2.0.tar.gz 
# cd xen-3.2.0
# make all 
# make install

# update-rc.d xend defaults 20 21
# update-rc.d xendomains defaults 21 20

# vi /etc/init.d/xend and insert before shell code:-

mkdir -p /var/run/xenstored
mkdir -p /var/lock/subsys


Update /boot/grub/menu.lst

title Xen 3.2.0 / Ubuntu 7.10, kernel 2.6.18.8-xen
root   (hd0,4)
kernel  /boot/xen-3.2.0.gz
module /boot/vmlinuz-2.6.18.8-xen
root=UUID=8f17d1a1-64ab-425a-9b53-71d20aa7893e ro
console=tty0
module /boot/initrd.img-2.6.18.8-xen

Boot into new kernel

SNV84 DomU has been installed and tested at
Xen 3.2 Ubuntu 7.10 Desktop Dom0 (64-bit).



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Install Xen 3.2 on Ubuntu 7.10 Desktop (amd64), Boris Derzhavets <=