CHERAMY Guillaume
2008-Nov-13 16:17 UTC
[Xen-users] Howto make a 2.6.26 kernel for my domUs
Hello, I wants to make a self compiled kernel for my domUs on a debian etch server with Xen 3.1.4 and 2.6.18.8 dom0 kernel. So, I download sources for linux-2.6.26.8, and I enabled all the Xen features : Symbol: HVC_XEN [=y] Symbol: XEN_BALLOON [=y] Symbol: XEN_FBDEV_FRONTEND [=y] Symbol: XEN_SCRUB_PAGES [=y] Symbol: XEN_KBDDEV_FRONTEND [=y] Symbol: XEN_BLKDEV_FRONTEND [=y] Symbol: XEN_NETDEV_FRONTEND [=y] Symbol: XEN [=y] my domu configuration file is : kernel = ''/boot/vmlinuz-2.6.26.8'' ramdisk = ''/boot/initramfs-xenU-2.6.26.8.img'' And when I try to boot this dom, I''ve got this error : Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') Where''s my mistake ? Thanks for your help -- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Dingwall
2008-Nov-13 17:09 UTC
RE: [Xen-users] Howto make a 2.6.26 kernel for my domUs
And when I try to boot this dom, I''ve got this error : Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') Where''s my mistake ? Thanks for your help Did you use the bzImage file for the kernel = line in your domain configuration? 3.1.4 can''t cope with this and will only use the vmlinux in the top level directory of the kernel build tree. James This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-Nov-14 07:28 UTC
Re: [Xen-users] Howto make a 2.6.26 kernel for my domUs
Yes, I use /boot/vmlinuz-2.6.26.8 : file vmlinuz-2.6.26.8 vmlinuz-2.6.26.8: Linux kernel x86 boot executable RO-rootFS, root_dev 0x801, swap_dev 0x2, Normal VGA guidtz James Dingwall a écrit :> And when I try to boot this dom, I''ve got this error : > > Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') > > Where''s my mistake ? > > Thanks for your help > > > > > > > Did you use the bzImage file for the kernel = line in your domain > configuration? 3.1.4 can''t cope with this and will only use the vmlinux > in the top level directory of the kernel build tree. > > James > > This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp > >-- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2008-Nov-15 04:21 UTC
Re: [Xen-users] Howto make a 2.6.26 kernel for my domUs
On Thu, Nov 13, 2008 at 11:17 AM, CHERAMY Guillaume <guillaume.cheramy@gmail.com> wrote:> Hello, > > I wants to make a self compiled kernel for my domUs on a debian etch > server with Xen 3.1.4 and 2.6.18.8 dom0 kernel. > > So, I download sources for linux-2.6.26.8, and I enabled all the Xen > features : > > Symbol: HVC_XEN [=y] > Symbol: XEN_BALLOON [=y] > Symbol: XEN_FBDEV_FRONTEND [=y] > Symbol: XEN_SCRUB_PAGES [=y] > Symbol: XEN_KBDDEV_FRONTEND [=y] > Symbol: XEN_BLKDEV_FRONTEND [=y] > Symbol: XEN_NETDEV_FRONTEND [=y] > Symbol: XEN [=y] >You may also need/want: CONFIG_PARAVIRT_GUEST=y CONFIG_PARAVIRT=y CONFIG_PARAVIRT_CLOCK=y reference: http://xen.markmail.org/search/?q=config_paravirt Cheers, Todd -- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
CHERAMY Guillaume
2008-Nov-17 08:15 UTC
Re: [Xen-users] Howto make a 2.6.26 kernel for my domUs
Yes all this options are enabled in my configuration. Thanks Todd Deshane a écrit :> On Thu, Nov 13, 2008 at 11:17 AM, CHERAMY Guillaume > <guillaume.cheramy@gmail.com> wrote: > >> Hello, >> >> I wants to make a self compiled kernel for my domUs on a debian etch >> server with Xen 3.1.4 and 2.6.18.8 dom0 kernel. >> >> So, I download sources for linux-2.6.26.8, and I enabled all the Xen >> features : >> >> Symbol: HVC_XEN [=y] >> Symbol: XEN_BALLOON [=y] >> Symbol: XEN_FBDEV_FRONTEND [=y] >> Symbol: XEN_SCRUB_PAGES [=y] >> Symbol: XEN_KBDDEV_FRONTEND [=y] >> Symbol: XEN_BLKDEV_FRONTEND [=y] >> Symbol: XEN_NETDEV_FRONTEND [=y] >> Symbol: XEN [=y] >> >> > > You may also need/want: > > CONFIG_PARAVIRT_GUEST=y > CONFIG_PARAVIRT=y > CONFIG_PARAVIRT_CLOCK=y > > reference: > http://xen.markmail.org/search/?q=config_paravirt > > Cheers, > Todd > >-- ''''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@gmail.com | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users