[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Re: [Xen-devel] linux-2.6.18-xen-3.4.0 Not Booting !!
- To: Ji Hoo <jihoo79@xxxxxxxxx>
- From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
- Date: Sat, 18 Jul 2009 08:39:09 +0530 (IST)
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 17 Jul 2009 20:10:04 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Nk/pGtb8DtwIgcNkiB5PLFB75xaPz5FQss1yBoLbLbHUvZejgFcxAUtBkzcnCrp0zW+QatZb09WOc4+zd26ZZYqWtHP67JnrTkQYmC2ctRHCx+cBoI+leDKrjVFJltCTkDb43taY3Ji/g5YWVfZiWT8lAHoHSrll3Pq1Er/ammY=;
- List-id: Xen user discussion <xen-users.lists.xensource.com>
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
|