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] Any person alive got XEN3 to work?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Any person alive got XEN3 to work?
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Tue, 31 Jul 2007 02:56:45 +0100
Cc: Frank Glatzel <Frank@xxxxxxxxxxxxxxxx>
Delivery-date: Mon, 30 Jul 2007 18:54:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <A0E978B70A9F704E91766504C8C9FF0D5C8062@xxxxxxxxxxxxxxxxxxxxx>
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>
References: <A0E978B70A9F704E91766504C8C9FF0D5C8062@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.6
> Is there anybody out there who got XEN3 to work under OpenSuse 10.2

Out of interest, have you tried the Xen3 that's distributed as part of 
OpenSuse 10.2?  That ought to work with the least amount of effort.

However, I guess you may be trying to get a newer version of Xen, so lets get 
on with solving your problem ;-)

> Have downloaded the latest sources, compiled according to tutorials
>
> And when I try to boot into XEN it tells me:
>
>
>
> ... mismatch between Kernel and Dom0... (it then reboots)
>
>
>
> What does that mean?

On 32-bit, Xen and dom0's kernel need to match memory modes: either they must 
both use PAE, or neither of them.

You can make sure Xen is built with PAE support using:
XEN_TARGET_X86_PAE=y
or
XEN_TARGET_X86_PAE=n to switch it off.

y is the default.

If you're using a custom config for Linux, you need to make sure that you've 
enabled PAE - the option is called something like CONFIG_HIGHMEM64G and is in 
the "high memory support" section of "Processor Type and Features".

Make sure that either you enable PAE in Xen and 64G highmem in Linux, or you 
don't enable either.  Once you've got the matching Xen and Linux you'll be 
able to boot.

If you want to run other Linux distros, or you have a large memory system it's 
probably a good idea to run PAE.  RHEL, CentOS, Fedora, all use PAE only for 
their Xen kernels.

Cheers,
Mark

> This is a brand new install, so there is no previous installation on my
> machine
> which could interfere.
>
>
>
>
>
> Any help would be greatly appreciated.
>
>
>
> Ciao Franchie
>
> ------------------------------------------------------------------------
> ----------------------
>
> P.S. I've been working with Linux for almost 10 years and on UNIX before
> that.



-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!

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

<Prev in Thread] Current Thread [Next in Thread>