From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LZhZd-0003UG-Hg for mharc-grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:29 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZhZb-0003St-8x for grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZhZZ-0003Sh-AS for grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:26 -0500 Received: from [199.232.76.173] (port=51459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZhZZ-0003Se-4F for grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:25 -0500 Received: from mx20.gnu.org ([199.232.41.8]:21790) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LZhZY-0002Zw-ID for grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:24 -0500 Received: from mail-bw0-f208.google.com ([209.85.218.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZhZX-00027n-BO for grub-devel@gnu.org; Wed, 18 Feb 2009 03:14:23 -0500 Received: by mail-bw0-f208.google.com with SMTP id 4so5925941bwz.18 for ; Wed, 18 Feb 2009 00:14:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6pbm23gOcK9lKM9GeFb+Klo61cE79eDojrZgLh/OQhg=; b=PAKaU02i7ZPRg9O0DhBtGJ4Hi1UB3iAtZL4Vfd4mVcndJYqcm/S9gvhJQFRt0wp5CR TDJBgg8mGcO2m4lyfXFUUAS6ya5W4x4g/DBVpQ9+y+9ATiPU3iFUGmduLyxjV+ONkk2G jh8JhWDNKxMX/6PYVdDwuazVSJsm77GrUGjHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=JcSn7PZ/HIynqdTJeTqqTWZJmhYEclc8BIBsS6Rw5wjefDcnYyySTsp7RRjLLPxCgD kEh3UKpvj6qDWvaAU5DafwOVHWpMCXd0oz46o3BKMp+DZSh5g9Wm9yUqd67kpOIwuTdU nPJ691u3xx1rxdE6A4xCqhu95WE1a01LjI6m8= Received: by 10.223.110.3 with SMTP id l3mr2513453fap.48.1234944861896; Wed, 18 Feb 2009 00:14:21 -0800 (PST) Received: from ?82.130.80.116? (hg-public-dock-116-dhcp.ethz.ch [82.130.80.116]) by mx.google.com with ESMTPS id z10sm12058371fka.33.2009.02.18.00.14.21 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 00:14:21 -0800 (PST) Message-ID: <499BC35D.8040001@gmail.com> Date: Wed, 18 Feb 2009 09:14:21 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090218083526.3fe62c0b@tostaky> In-Reply-To: <20090218083526.3fe62c0b@tostaky> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: 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 08:14:27 -0000 Hello. multiboot implementation of grub2 isn't complete yet. This is one possible reason. Can you supply us with the output of displaymem under grub1 and of lsmmap under grub2 Regards Vladimir 'phcoder' Serbinenko Emmanuel Jeanvoine wrote: > 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. > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel