|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !!
I think the problem lies in highlighted line. The kernel name should match to the one you built.
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"
It should be
kernel /boot/vmlinuz-2.6.18-custom root=/dev/sda1 ro vga=791
initrd /boot/initramfs-2.6.18-custom
so that it would be able to find the required files to boot. Try again after changing the contents of menu.lst
Regards, Fasiha Ashraf
--- On Thu, 16/7/09, Ji Hoo <jihoo79@xxxxxxxxx> wrote:
From: Ji Hoo <jihoo79@xxxxxxxxx> Subject: [Xen-users] Re: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !! To: "Onkar" <onkar.n.m@xxxxxxxxx> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx Date: Thursday, 16 July, 2009, 12:39 PM
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@xxxxxxxxx>
To: xen-users@xxxxxxxxxxxxxxxxxxx,
xen-users-request@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
-----Inline Attachment Follows-----
|
Love Cricket? Check out live scores, photos, video highlights and more. Click here._______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|