Hey all, i used http://bits.xensource.com/oss-xen/release/3.4.2/linux-2.6.18-xen-3.4.2.tar.gz to try and compile my Xen kernel on debian 5.0.2 everything went well when i ussed make, make modules, make modules_install, and make install. The following files were created in the boot directory. vmlinuz-2.6.18.8-xen config-2.6.18.8-xen System.map-2.6.18.8-xen however in the arach/x86_64 there is no kernel. what did i miss? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Can you tell all the steps that you did to do this and what libraries did you installed to do this. On Fri, Nov 27, 2009 at 7:44 AM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> Hey all, > > i used > http://bits.xensource.com/oss-xen/release/3.4.2/linux-2.6.18-xen-3.4.2.tar.gz to > try and compile my Xen kernel on debian 5.0.2 > > > everything went well when i ussed make, make modules, make modules_install, > and make install. The following files were created in the boot directory. > vmlinuz-2.6.18.8-xen > config-2.6.18.8-xen > System.map-2.6.18.8-xen > > however in the arach/x86_64 there is no kernel. > > what did i miss? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- http://www.abhitech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Nov 27, 2009 at 9:14 AM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> everything went well when i ussed make, make modules, make modules_install, > and make install. The following files were created in the boot directory. > vmlinuz-2.6.18.8-xen > config-2.6.18.8-xen > System.map-2.6.18.8-xen > > however in the arach/x86_64 there is no kernel.if I remember correctly, it will not create a bzImage under arch/x86_64. Instead you''d have vmlinuz at the top level kernel directory (which is the same thing as the installed /boot/vmlinuz-2.6.18.8-xen) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
you are correct. but where is the kernel? is vmlinuz-2.6.18.8-xen the kernel? ________________________________ From: Fajar A. Nugraha [fajar@fajar.net] Sent: Friday, November 27, 2009 6:21 AM To: Robbie A. Garrett Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] where is the kernel On Fri, Nov 27, 2009 at 9:14 AM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> everything went well when i ussed make, make modules, make modules_install, > and make install. The following files were created in the boot directory. > vmlinuz-2.6.18.8-xen > config-2.6.18.8-xen > System.map-2.6.18.8-xen > > however in the arach/x86_64 there is no kernel.if I remember correctly, it will not create a bzImage under arch/x86_64. Instead you''d have vmlinuz at the top level kernel directory (which is the same thing as the installed /boot/vmlinuz-2.6.18.8-xen) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Nov 27, 2009 at 7:39 PM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> you are correct. > > but where is the kernel? > is vmlinuz-2.6.18.8-xen the kernel?yes. I assume you already have the xen hypervisor and userland tools installed? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nope. starting off from scratch here. Wanted to ensure I could get the kernel running on debian 5.0.2 my problem here is that I have no .gz as I do on my other system running debian 5.0.2 and xen 3.4.1. Though I seam to have lost my instructions on what I did to get the kernel up and running... if I understand you correctly... your saying that I would put the following in my grub.conf line. kernel vmlinuz-2.6.18.8-xen I ask that because on my production system... I have it set as module /boot/vmlinuz-2.6.18.8-xen ________________________________ From: Fajar A. Nugraha [fajar@fajar.net] Sent: Friday, November 27, 2009 7:47 AM To: Robbie A. Garrett Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] where is the kernel On Fri, Nov 27, 2009 at 7:39 PM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> you are correct. > > but where is the kernel? > is vmlinuz-2.6.18.8-xen the kernel?yes. I assume you already have the xen hypervisor and userland tools installed? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Nov 27, 2009 at 7:53 PM, Robbie A. Garrett <RGarrett@hostourweb.com> wrote:> my problem here is that I have no .gz as I do on my other system running > debian 5.0.2 and xen 3.4.1.xen.gz is the hypervisor vmlinuz is the linux kernel. You need both.> if I understand you correctly... your saying that I would put the following > in my grub.conf line. > > kernel vmlinuz-2.6.18.8-xenNo> > I ask that because on my production system... I have it set as > module /boot/vmlinuz-2.6.18.8-xenIt''s still the same. If you start from sratch, you need to download and compile the hypervisor as well. http://www.xen.org/products/xen_source.html, look for "hypervisor and tools" -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users