Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] kernel not bulding, there is not vmlinuz image
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
amulet_linux
n00b
n00b


Joined: 26 Apr 2014
Posts: 65

PostPosted: Sat Apr 26, 2014 4:41 am    Post subject: [Solved] kernel not bulding, there is not vmlinuz image Reply with quote

Hello everybody. Today I tried to compile my kernel as usually. I have been using the 3.10 series and installed the 3.12 gentoo sources. copied the old .config to /usr/src/linux, make oldconfig, and so make -j3.
Then make ends, not errors, not messages, just ends like this:
Code:
   LD [M]  sound/pci/snd-sonicvibes.ko
  LD [M]  sound/pci/snd-via82xx.ko
  LD [M]  sound/pci/snd-via82xx-modem.ko
  LD [M]  sound/pci/trident/snd-trident.ko
  LD [M]  sound/pci/vx222/snd-vx222.ko
  LD [M]  sound/pci/ymfpci/snd-ymfpci.ko
  LD [M]  sound/soc/snd-soc-core.ko
  LD [M]  sound/synth/snd-util-mem.ko
  LD [M]  sound/synth/emux/snd-emux-synth.ko
  LD [M]  sound/usb/caiaq/snd-usb-caiaq.ko
  LD [M]  sound/usb/snd-usb-audio.ko
  LD [M]  sound/usb/snd-usbmidi-lib.ko
  LD [M]  sound/usb/usx2y/snd-usb-usx2y.ko


The vmlinuz is nowhere, also there is not arch/x86_64

I guess I should try using make without -jN arguments
_________________
https://gentoo.curl.pink
I post about Gentoo and Linux :3


Last edited by amulet_linux on Sat Apr 26, 2014 7:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Apr 26, 2014 12:52 pm    Post subject: Reply with quote

That looks like a normal end to a kernel make. Try
Code:
make install
and see what's copied to /boot.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
amulet_linux
n00b
n00b


Joined: 26 Apr 2014
Posts: 65

PostPosted: Sat Apr 26, 2014 7:02 pm    Post subject: Solved Reply with quote

John R. Graham wrote:
That looks like a normal end to a kernel make. Try
Code:
make install
and see what's copied to /boot.

- John


make install complained about not find the Linux image and find didn't find anything. In fact there wasn't a Linux image in /boot

Now I solved this. First I sanitized the sources using:
Code:
 make distclean

Then again I copied my current kernel settings from /proc, make oldconfig and reconfigured my new settings. Finally I used a single make command and make install.

Thank you
_________________
https://gentoo.curl.pink
I post about Gentoo and Linux :3
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum