* how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
@ 2010-07-15 9:34 lei yang
2010-07-15 10:44 ` Fajar A. Nugraha
0 siblings, 1 reply; 4+ messages in thread
From: lei yang @ 2010-07-15 9:34 UTC (permalink / raw)
To: Xen Mailing List, xen-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
2010-07-15 9:34 how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage) lei yang
@ 2010-07-15 10:44 ` Fajar A. Nugraha
2010-07-15 13:39 ` [Xen-users] " lei yang
0 siblings, 1 reply; 4+ messages in thread
From: Fajar A. Nugraha @ 2010-07-15 10:44 UTC (permalink / raw)
To: lei yang; +Cc: xen-devel, Xen Mailing List
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 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.
--
Fajar
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
2010-07-15 10:44 ` Fajar A. Nugraha
@ 2010-07-15 13:39 ` lei yang
2010-07-15 15:11 ` Fajar A. Nugraha
0 siblings, 1 reply; 4+ messages in thread
From: lei yang @ 2010-07-15 13:39 UTC (permalink / raw)
To: Fajar A. Nugraha; +Cc: Xen Mailing List, xen-devel, linux-kernel
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xen-users] how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage)
2010-07-15 13:39 ` [Xen-users] " lei yang
@ 2010-07-15 15:11 ` Fajar A. Nugraha
0 siblings, 0 replies; 4+ messages in thread
From: Fajar A. Nugraha @ 2010-07-15 15:11 UTC (permalink / raw)
To: lei yang; +Cc: xen-devel, Xen Mailing List
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 vmlinuz
Are 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-07-15 15:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15 9:34 how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage) lei yang
2010-07-15 10:44 ` Fajar A. Nugraha
2010-07-15 13:39 ` [Xen-users] " lei yang
2010-07-15 15:11 ` Fajar A. Nugraha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).