From mboxrd@z Thu Jan 1 00:00:00 1970 From: "plamen .." Subject: Install Xen 4.0 Date: Wed, 28 Apr 2010 22:56:55 +0300 (EEST) Message-ID: <268701700.50701.1272484615323.JavaMail.apache@mail21.abv.bg> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi all, I'm trying to upgrade ubuntu 8.0.4 LTS to Xen 4.0 with kernel 2.6.32.12. = I get kernel sources from kernel.org, compile and install them. Thus ubun= tu boots OK with 2.6.32.12 and everything works. After that I got Xen 4.0= from git repository, build and install: make xen make tools make stubdom make install-xen make install-tools PYTHON_PREFIX_ARG=3D make install-stubdom update-rc.d xend defaults 20 21 update-rc.d xendomains defaults 21 20 Replace Xen kernel in grub and after reboot kernel start booting and in a= bout 2 seconds system halts and screen goes blank. It is not possible to = see what is the actual error and last line before the screen goes blank. I tried to install another way to 'make world' in the Xen 4.0.0 sources. = They came with kernel 2.6.31.13 and had source checkout issues which I wa= s needed to manually workaround. At the and the result was same - linux b= ooting starts and 2 seconds later system halts with blank screen. Do I miss something or Xen 4.0 is NOT compatible with those kernel versio= ns ?=20 Thanks in advance, paco