|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error 13 when booting xen kernel
Mats, Henning,
Doh! Don't I feel foolish! Thanks a million for your help.
Ryan
On 1/18/07, Petersson, Mats
<Mats.Petersson@xxxxxxx> wrote:
> -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Ryan > Sent: 18 January 2007 17:36 > To:
Xen-users@xxxxxxxxxxxxxxxxxxx > Subject: Fwd: [Xen-users] Error 13 when booting xen kernel
> > Henning, > > Thanks for the reply, here's a new entry that more closely > resembles the README > > title Red Hat Enterprise Linux Kernel with Xen support (2.6.9-42.EL)
> root (hd0,0) > kernel /xen- 3.0.gz console=vga > kernel /vmlinuz-2.6.16-xen root=LABEL=/1 ro > console=tty0 console=ttyS1,19200n8 > initrd /initrd-2.6-xen.img
Try: kernel /xen-3.0.gz console=vga !!! Note removed -^- space !!! module /vmlinuz-2.6.16-xen root=LABEL=/1 ro console=tty0 console=ttyS1,19200n8 module /initrd-2.6-xen.img
You can't have two lines saying "kernel" in grub, and the linux kernel used by Xen is different format than Grub expects, that's why you get the error.
-- Mats > >
> This gives the same error. > > Regards, > Ryan > > > > > > On 1/18/07, Henning Sprang <
henning_sprang@xxxxxx > wrote:
> > On 1/18/07, Ryan <niespam@xxxxxxxxx> wrote: > > > > title Red Hat Enterprise Linux Kernel with Xen
> support ( 2.6.9-42.EL
) > > root (hd0,0) > > kernel /vmlinuz- 2.6-xen ro root=LABEL=/1 > console=tty0 console=ttyS1,19200n8 > > initrd /initrd-2.6-xen.img > > # kernel /xen.gz dom0_mem=262144
> > > > And I get the following error at bootup... > > > > Error 13 Invalid or unsupported executable format .... > > > > and it doesn't boot.
> > your menu.lst is wrong - look at the docs! > > Henning > > > >
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|