Hi,
If your going to be using the same kernel (2.6.18.8) then
Cd /usr/src
wget http://bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz
gunzip xen-4.0.1.tar.gz
tar xvf xen-4.0.1.tar
cd xen-4.0.1
make xen
make tools
make stubdom
cd dist/install
cp -R * /
update your grub to use the new XEN which should only be 1 line.
Of course this is my way but works for me. There is more work if you are going to be using the pv_ops kernel.
Thanks
Ian
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of kibirango moses
Sent: 27 September 2010 10:51
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Upgrade from 3.4.2 to 4.0.1
Hullo everybody
Could somebody help with a procedure on how can to upgrade from xen 3.4.2 to 4.0.1
Thanx