You are not logged in.

#1 2009-09-09 17:56:05

pawels64
Member
Registered: 2009-04-07
Posts: 55

[SOLVED]missing bzImage after kernel compilation

Hi

I have a strange problem. I want to compile a custom kernel and I do:

make oldconfig
make menuconfig
make modules
make modules_install
make bzImage

and there's no bzImage in arch/x86/boot directory. I chose *Athlon64* architecture. I tried 2.6.30 and 2.6.30.6 kernels from kernel.org.

P.S. I deleted some "unneeded" packages, but I wonder if this have impact? Kernel compiles... hmm?

Last edited by pawels64 (2009-09-10 10:33:53)

Offline

#2 2009-09-09 18:48:36

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: [SOLVED]missing bzImage after kernel compilation

it should be in arch/x86_64/boot/bzImage

Offline

#3 2009-09-09 18:52:51

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: [SOLVED]missing bzImage after kernel compilation

before make modules_install you should do make bzImage

Offline

#4 2009-09-09 19:02:54

pawels64
Member
Registered: 2009-04-07
Posts: 55

Re: [SOLVED]missing bzImage after kernel compilation

@Bangkok_Manuel

Thank you, but there's no x86_64 yikes However, I remember there was this directory when I compiled kernel some time ago... I must have something messed up...


@Combuster

before make modules_install you should do make bzImage

Alright. Thank you.

Offline

#5 2009-09-09 19:16:33

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: [SOLVED]missing bzImage after kernel compilation

pawels64 wrote:

@Bangkok_Manuel

Thank you, but there's no x86_64 yikes However, I remember there was this directory when I compiled kernel some time ago... I must have something messed up...

should be there only once you successfully built the kernel

Offline

#6 2009-09-09 19:26:45

pawels64
Member
Registered: 2009-04-07
Posts: 55

Re: [SOLVED]missing bzImage after kernel compilation

bangkok_manouel wrote:
pawels64 wrote:

@Bangkok_Manuel

Thank you, but there's no x86_64 yikes However, I remember there was this directory when I compiled kernel some time ago... I must have something messed up...

should be there only once you successfully built the kernel

Ok, I'll check messages.

Offline

#7 2009-09-09 19:55:26

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: [SOLVED]missing bzImage after kernel compilation

bzImage is found in arch/x86/boot/bzImage regardless of architecture compiled, i think that in x86_64 is just symlink of bzImage in x86/boot directory...

Offline

#8 2009-09-09 20:05:39

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: [SOLVED]missing bzImage after kernel compilation

yes, you're right.

Offline

#9 2009-09-10 10:23:56

pawels64
Member
Registered: 2009-04-07
Posts: 55

Re: [SOLVED]missing bzImage after kernel compilation

combuster wrote:

bzImage is found in arch/x86/boot/bzImage regardless of architecture compiled, i think that in x86_64 is just symlink of bzImage in x86/boot directory...

Thanks, but it seems I don't have bzImage, because of some compile error. It's in my native language, so I have to translate it, before posting wink

Offline

#10 2009-09-10 10:33:36

pawels64
Member
Registered: 2009-04-07
Posts: 55

Re: [SOLVED]missing bzImage after kernel compilation

It seems it's problem exactly like this:

http://www.linuxquestions.org/questions … em-675781/

I won't use old config next time and it should compile fine. Thanks.

EDIT:

Yep, it compiles fine now.

Last edited by pawels64 (2009-09-10 12:06:30)

Offline

Board footer

Powered by FluxBB