From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: PV Grub Questions Date: Wed, 27 Aug 2008 16:33:42 +0100 Message-ID: <20080827153342.GX4535@implementation.uk.xensource.com> References: <1e16a9ed0808261257p763cb14uc6a3b28513cf94d2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1e16a9ed0808261257p763cb14uc6a3b28513cf94d2@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Todd Deshane Cc: xen-devel mailing list List-Id: xen-devel@lists.xenproject.org Hello, Todd Deshane, le Tue 26 Aug 2008 15:57:50 -0400, a =E9crit : > kernel (hd0,1)/boot/vmlinuz-2.6.18.8-xen > initrd (hd0,1)/boot/initrd.img-2.6.18.8-xen > boot >=20 > In this case, I get > Page fault in pagetable walk (access to invalid memory?). It looks like a stack overflow, possibly because initrd.img is a bit big (6MB), I'm looking in the zlib code to see where that could come from. In the meanwhile, you can try to increase __STACK_SIZE_PAGE_ORDER to 5 in extras/mini-os/include/x86/arch_limits.h, that works for me. Samuel