From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LZgy0-0005dP-5q for mharc-grub-devel@gnu.org; Wed, 18 Feb 2009 02:35:36 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZgxy-0005cV-QF for grub-devel@gnu.org; Wed, 18 Feb 2009 02:35:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZgxw-0005cD-KZ for grub-devel@gnu.org; Wed, 18 Feb 2009 02:35:33 -0500 Received: from [199.232.76.173] (port=33291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZgxw-0005cA-F9 for grub-devel@gnu.org; Wed, 18 Feb 2009 02:35:32 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:1521) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LZgxv-0007HJ-Uo for grub-devel@gnu.org; Wed, 18 Feb 2009 02:35:32 -0500 X-IronPort-AV: E=Sophos;i="4.38,228,1233529200"; d="scan'208";a="24245417" Received: from tostaky.saclay.inria.fr (HELO tostaky) ([193.55.250.213]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Feb 2009 08:35:26 +0100 Date: Wed, 18 Feb 2009 08:35:26 +0100 From: Emmanuel Jeanvoine To: grub-devel@gnu.org Message-ID: <20090218083526.3fe62c0b@tostaky> Organization: INRIA X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Booting Xen dom0 with Grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 07:35:35 -0000 Hi all, I try to boot a Xen dom0 with grub2 on a Lenny box and it doesn't work. After a few seconds of booting, the following message appears : "Panic on CPU0: Cannot access memory beyond end of bootstrap direct-map area" I tried with Grub-legacy and all works fine. Here is the grub.cfg entry: menuentry "Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-1-xen-686" { set root=(hd0,1) multiboot /boot/xen-3.2-1-i386.gz module /boot/vmlinuz-2.6.26-1-686 root=/dev/hda1 ro console=tty0 module /boot/initrd.img-2.6.26-1-686 } Do you have an idea ? Thanks, Emmanuel Jeanvoine.