lei yang
2010-Jul-15 09:34 UTC
[Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
All, I patched linux-2.6.34 with xen patches I find if I don''t enable XEN ,use default kernel config :i386_defconfig, make bzImage can build well if I enable XEN:eg: CONFIG_X86_XEN=y [lyang0@ala-lpggp1 linux-2.6.34]$ make ARCH=i386 bzImage scripts/kconfig/conf -s arch/x86/Kconfig # # configuration written to .config # make: Nothing to be done for `bzImage''. Note:2.6.33 works well Thanks Lei _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2010-Jul-15 10:44 UTC
Re: [Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
On Thu, Jul 15, 2010 at 4:34 PM, lei yang <yanglei.fage@gmail.com> wrote:> All, > > I patched linux-2.6.34 with xen patches > > I find if I don''t enable XEN ,use default kernel config > :i386_defconfig, make bzImage can build well > > > if I enable XEN:eg: CONFIG_X86_XEN=y > > [lyang0@ala-lpggp1 linux-2.6.34]$ make ARCH=i386 bzImage > scripts/kconfig/conf -s arch/x86/Kconfig > # > # configuration written to .config > # > make: Nothing to be done for `bzImage''.Short answer: don''t run make bzImage. Simply run "make", and you''ll have vmlinuz (./arch/x86/boot/vmlinuz) which you can use.> > Note:2.6.33 works wellIs this 2.6.33 pv_ops from Jeremy''s git tree? pv_ops and Novell''s xen patches are somewhat different, so something that works on pv_ops may or may not work on Novell''s xen patches, and vise versa. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
lei yang
2010-Jul-15 13:39 UTC
Re: [Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
On Thu, Jul 15, 2010 at 6:44 PM, Fajar A. Nugraha <fajar@fajar.net> wrote:> On Thu, Jul 15, 2010 at 4:34 PM, lei yang <yanglei.fage@gmail.com> wrote: >> All, >> >> I patched linux-2.6.34 with xen patches >> >> I find if I don''t enable XEN ,use default kernel config >> :i386_defconfig, make bzImage can build well >> >> >> if I enable XEN:eg: CONFIG_X86_XEN=y >> >> [lyang0@ala-lpggp1 linux-2.6.34]$ make ARCH=i386 bzImage >> scripts/kconfig/conf -s arch/x86/Kconfig >> # >> # configuration written to .config >> # >> make: Nothing to be done for `bzImage''. > > Short answer: don''t run make bzImage. Simply run "make", and you''ll > have vmlinuz (./arch/x86/boot/vmlinuz) which you can use. > >>Actually, I need to use bzImage, becasue I want to use gpxe to boot it which not support vmlinuz>> Note:2.6.33 works well > > Is this 2.6.33 pv_ops from Jeremy''s git tree? pv_ops and Novell''s xen > patches are somewhat different, so something that works on pv_ops may > or may not work on Novell''s xen patches, and vise versa. > > --Yep, I use Jeremy'' s tree.> Fajar >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2010-Jul-15 15:11 UTC
[Xen-devel] Re: [Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
On Thu, Jul 15, 2010 at 8:39 PM, lei yang <yanglei.fage@gmail.com> wrote:> Actually, I need to use bzImage, becasue I want to use gpxe to boot it > which not support vmlinuzAre you sure? A quick help from Google shows these http://zhigang.org/files/docbook/xen-pxeboot.html http://syslinux.zytor.com/wiki/index.php/Mboot.c32 http://www.etherboot.org/wiki/appnoted#how_to_setup_gpxe -- Fajar _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel