* Booting Xen dom0 with Grub2
@ 2009-02-18 7:35 Emmanuel Jeanvoine
2009-02-18 8:14 ` phcoder
0 siblings, 1 reply; 3+ messages in thread
From: Emmanuel Jeanvoine @ 2009-02-18 7:35 UTC (permalink / raw)
To: grub-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Booting Xen dom0 with Grub2
2009-02-18 7:35 Booting Xen dom0 with Grub2 Emmanuel Jeanvoine
@ 2009-02-18 8:14 ` phcoder
2009-02-18 10:16 ` Emmanuel Jeanvoine
0 siblings, 1 reply; 3+ messages in thread
From: phcoder @ 2009-02-18 8:14 UTC (permalink / raw)
To: The development of GRUB 2
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Booting Xen dom0 with Grub2
2009-02-18 8:14 ` phcoder
@ 2009-02-18 10:16 ` Emmanuel Jeanvoine
0 siblings, 0 replies; 3+ messages in thread
From: Emmanuel Jeanvoine @ 2009-02-18 10:16 UTC (permalink / raw)
To: grub-devel
Do you mean: at the bootime or once the system is booted ?
Regards,
Emmanuel
Le Wed, 18 Feb 2009 09:14:21 +0100,
phcoder <phcoder@gmail.com> a écrit :
> 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
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
--
Emmanuel Jeanvoine
INRIA centre de recherche Saclay - Île-de-France
Parc Club Orsay Université
4, rue Jacques Monod - Bâtiment H
91893 ORSAY Cedex
Tel : +33 1 74 85 42 44
Fax : +33 1 60 19 65 52
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-18 10:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 7:35 Booting Xen dom0 with Grub2 Emmanuel Jeanvoine
2009-02-18 8:14 ` phcoder
2009-02-18 10:16 ` Emmanuel Jeanvoine
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.