From mboxrd@z Thu Jan 1 00:00:00 1970 From: Onkar Subject: linux-2.6.18-xen-3.4.0 Not Booting !! Date: Thu, 16 Jul 2009 01:35:30 +0530 Message-ID: <6933400d0907151305q6bf82587l2bfa4c00a951d156@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1515608538==" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: xen-users@lists.xensource.com, xen-users-request@lists.xensource.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============1515608538== Content-Type: multipart/alternative; boundary=0016361e8252b9f3ce046ec4138a --0016361e8252b9f3ce046ec4138a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I built linux-2.6.18-xen-3.4.0 did the following - make -j2 make modules make modules_install and then mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/ cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz /boot/vmlinuz-2.6.18.8-custom cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom what must be the contents of /boot/grub/menu.lst file ?? title XEN root (hd0,0) kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791 initrd /boot/initramfs-2.6.30-custom savedefault this is not booting ... Please help me... --0016361e8252b9f3ce046ec4138a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I built linux-2.6.18-xen-3.4.0

did the following -

make -j2 =
make modules
make modules_install

and then

mkinitram= fs -o /boot/initramfs /lib/modules/2.6.18.8/
cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz /boot/vmlinuz-2.6.18.8-c= ustom
cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-cus= tom
cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom


what must be the contents of /boot/grub/menu.lst file ??

tit= le=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 XEN
root=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 (hd0,0)
kernel=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /boot/vm= linuz-2.6.30-custom root=3D/dev/sda1 ro vga=3D791
initrd=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 /boot/initramfs-2.6.30-custom
savedefault

this is not booting ...

Please help me...


=C2=A0

--0016361e8252b9f3ce046ec4138a-- --===============1515608538== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============1515608538==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ji Hoo Subject: Re: linux-2.6.18-xen-3.4.0 Not Booting !! Date: Thu, 16 Jul 2009 16:39:34 +0900 Message-ID: <4A5ED936.8000606@gmail.com> References: <6933400d0907151305q6bf82587l2bfa4c00a951d156@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0651942693==" Return-path: In-Reply-To: <6933400d0907151305q6bf82587l2bfa4c00a951d156@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: Onkar Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --===============0651942693== Content-Type: multipart/alternative; boundary="------------080903040005050407030301" This is a multi-part message in MIME format. --------------080903040005050407030301 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I think many people can help you if you posting boot error message. -------- Original Message -------- Subject: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !! From: Onkar To: xen-users@lists.xensource.com, xen-users-request@lists.xensource.com, xen-devel@lists.xensource.com Date: Thu Jul 16 2009 05:05:30 GMT+0900 > I built linux-2.6.18-xen-3.4.0 > > did the following - > > make -j2 > make modules > make modules_install > > and then > > mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/ > cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz > /boot/vmlinuz-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom > > > what must be the contents of /boot/grub/menu.lst file ?? > > title XEN > root (hd0,0) > kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791 > initrd /boot/initramfs-2.6.30-custom > savedefault > > this is not booting ... > > Please help me... > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > --------------080903040005050407030301 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I think many people can help you if you posting boot error message.

-------- Original Message=C2=A0 --------
Subject: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !!
From: Onkar
<onkar.n.m@gmail.com>
To: xen-users@lists.xensource.com, xen-users-request@lists.xensource.com, = xen-devel@lists.xensource.com
Date: Thu Jul 16 2009 05:05:30 GMT+0900
I built linux-2.6.18-xen-3.4.0

did the following -

make -j2
make modules
make modules_install

and then

mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/
cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz /boot/vmlinuz-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom


what must be the contents of /boot/grub/menu.lst file ??

title=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 XEN
root=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (hd0,0)
kernel=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /boot/vmlinuz-2.6.30-custom root=3D/= dev/sda1 ro vga=3D791
initrd=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /boot/initramfs-2.6.30-custom
savedefault

this is not booting ...

Please help me...



=C2=A0


_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel


--------------080903040005050407030301-- --===============0651942693== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0651942693==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Onkar Subject: Re: linux-2.6.18-xen-3.4.0 Not Booting !! Date: Thu, 16 Jul 2009 23:58:01 +0530 Message-ID: <6933400d0907161128t1eb14be2u2aaf12840f8a4e53@mail.gmail.com> References: <6933400d0907151305q6bf82587l2bfa4c00a951d156@mail.gmail.com> <4A5ED936.8000606@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0198448901==" Return-path: In-Reply-To: <4A5ED936.8000606@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: Ji Hoo Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============0198448901== Content-Type: multipart/alternative; boundary=00163646d086f166f0046ed6d4f5 --00163646d086f166f0046ed6d4f5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi All, * root (hda0,0) filesystem type is ext2fs , partition type 0x83 kernel /boot/vmlinuz-2.6.18.8 root=/dev/sda1 ro vga=791 Error 13: Invalid or unsupported executable format Press any key to continue .. * This is all the message it gives !! Regards, Onkar On Thu, Jul 16, 2009 at 1:09 PM, Ji Hoo wrote: > I think many people can help you if you posting boot error message. > > > -------- Original Message -------- > Subject: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !! > From: Onkar > To: xen-users@lists.xensource.com, xen-users-request@lists.xensource.com, > xen-devel@lists.xensource.com > Date: Thu Jul 16 2009 05:05:30 GMT+0900 > > I built linux-2.6.18-xen-3.4.0 > > did the following - > > make -j2 > make modules > make modules_install > > and then > > mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/ > cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz > /boot/vmlinuz-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom > > > what must be the contents of /boot/grub/menu.lst file ?? > > title XEN > root (hd0,0) > kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791 > initrd /boot/initramfs-2.6.30-custom > savedefault > > this is not booting ... > > Please help me... > > > > > > ------------------------------ > > _______________________________________________ > Xen-devel mailing listXen-devel@lists.xensource.comhttp://lists.xensource.com/xen-devel > > > > --00163646d086f166f0046ed6d4f5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi All,

root=C2=A0=C2=A0=C2=A0 (hda0,0)
filesystem type is ext= 2fs , partition type 0x83
kernel /boot/vmlinuz-2.6.18.8 root=3D/dev/sda1= ro vga=3D791
Error 13: Invalid or unsupported executable format
Press any key to continue ..

This is all the message it gives !!

Regards,
Onkar

On Thu, Jul 16, 2009 at 1:09 PM, Ji Hoo <jihoo79@gmail.com> wrote:
=20 =20
I b= uilt linux-2.6.18-xen-3.4.0

did the following -

make -j2
make modules
make modules_install

and then

mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/
cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz /boot/vmlinuz-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom


what must be the contents of /boot/grub/menu.lst file ??

title=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 XEN
root=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (hd0,0)
kernel=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /boot/vmlinuz-2.6.30-custom root=3D/de= v/sda1 ro vga=3D791
initrd=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /boot/initramfs-2.6.30-custom
savedefault

this is not booting ...

Please help me...



=C2=A0


_______________________________________________ Xen-devel mailing list Xen-deve= l@lists.xensource.com http://l= ists.xensource.com/xen-devel



--00163646d086f166f0046ed6d4f5-- --===============0198448901== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0198448901==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Subject: Re: [Xen-users] linux-2.6.18-xen-3.4.0 Not Booting !! Date: Thu, 16 Jul 2009 16:05:56 +0300 Message-ID: <20090716130556.GD24960__1417.30702384866$1247844144$gmane$org@edu.joroinen.fi> References: <6933400d0907151305q6bf82587l2bfa4c00a951d156@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <6933400d0907151305q6bf82587l2bfa4c00a951d156@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: Onkar Cc: xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Jul 16, 2009 at 01:35:30AM +0530, Onkar wrote: > I built linux-2.6.18-xen-3.4.0 > > did the following - > > make -j2 > make modules > make modules_install > > and then > > mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/ > cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz > /boot/vmlinuz-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom > cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom > > > what must be the contents of /boot/grub/menu.lst file ?? > > title XEN > root (hd0,0) > kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791 > initrd /boot/initramfs-2.6.30-custom > savedefault > So you're trying to boot it as baremetal, not as Xen dom0 kernel? -- Pasi