* linux-2.6.18-xen-3.4.0 Not Booting !!
@ 2009-07-15 20:05 Onkar
2009-07-16 7:39 ` Ji Hoo
2009-07-16 13:05 ` [Xen-users] " Pasi Kärkkäinen
0 siblings, 2 replies; 4+ messages in thread
From: Onkar @ 2009-07-15 20:05 UTC (permalink / raw)
To: xen-users, xen-users-request, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 635 bytes --]
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...
[-- Attachment #1.2: Type: text/html, Size: 805 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-2.6.18-xen-3.4.0 Not Booting !!
2009-07-15 20:05 linux-2.6.18-xen-3.4.0 Not Booting !! Onkar
@ 2009-07-16 7:39 ` Ji Hoo
2009-07-16 18:28 ` Onkar
2009-07-16 13:05 ` [Xen-users] " Pasi Kärkkäinen
1 sibling, 1 reply; 4+ messages in thread
From: Ji Hoo @ 2009-07-16 7:39 UTC (permalink / raw)
To: Onkar; +Cc: xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 1287 bytes --]
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 <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/ <http://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
>
[-- Attachment #1.2: Type: text/html, Size: 2354 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-2.6.18-xen-3.4.0 Not Booting !!
2009-07-16 7:39 ` Ji Hoo
@ 2009-07-16 18:28 ` Onkar
0 siblings, 0 replies; 4+ messages in thread
From: Onkar @ 2009-07-16 18:28 UTC (permalink / raw)
To: Ji Hoo; +Cc: xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 1595 bytes --]
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 <jihoo79@gmail.com> 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 <onkar.n.m@gmail.com> <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 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
>
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2724 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xen-users] linux-2.6.18-xen-3.4.0 Not Booting !!
2009-07-15 20:05 linux-2.6.18-xen-3.4.0 Not Booting !! Onkar
2009-07-16 7:39 ` Ji Hoo
@ 2009-07-16 13:05 ` Pasi Kärkkäinen
1 sibling, 0 replies; 4+ messages in thread
From: Pasi Kärkkäinen @ 2009-07-16 13:05 UTC (permalink / raw)
To: Onkar; +Cc: xen-users
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-16 18:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 20:05 linux-2.6.18-xen-3.4.0 Not Booting !! Onkar
2009-07-16 7:39 ` Ji Hoo
2009-07-16 18:28 ` Onkar
2009-07-16 13:05 ` [Xen-users] " Pasi Kärkkäinen
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.