Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
BZ image?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:14 pm    Post subject: BZ image? Reply with quote

hey guys im havin an error

im on compiling and installing the Kernal in the manual

make dep && make bzImage modules modules_install > i just typed that it installed the kernal but i got this error at the bottom

no rule to make target 'bzimage'. stop

so the next command im supposed to do is

cp arch/i386/boot/bzimage /boot/kernal-2.2.26-gentoo-r9 but it doesnt work because bzimage wasnt created

is this mandatory or can i skip this? and does anyone know how to fix it?
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:17 pm    Post subject: Reply with quote

2.2.26???
Back to top
View user's profile Send private message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:19 pm    Post subject: Reply with quote

whoops my kearnal is 2.4.26-gentoo-r9 is that 2.4 kearnal or 2.6?
Back to top
View user's profile Send private message
westboy21
Tux's lil' helper
Tux's lil' helper


Joined: 10 Oct 2003
Posts: 135
Location: Raleigh, North Carolina

PostPosted: Tue Oct 12, 2004 8:21 pm    Post subject: Reply with quote

Just a quick question for you. Why are you using the 2.2.x series kernel? Why not 2.4 or 2.6?

From what I can deduce in your message, you're bzImage file is not getting created. When it says that no rule stuff, it's dying there. You'll need to fix that first.

Sorry, i just saw the other posts.

in your /usr/src/linux directory, can you type the command make bzImage, and tell us what the output of that commmand is.


Last edited by westboy21 on Tue Oct 12, 2004 8:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:21 pm    Post subject: Reply with quote

Sorry, I misread your reply, are you sure you did bzImage? because you gave off a
Quote:
no rule to make target 'bzimage'. stop


bzImage is case sensitive and should be make bzImage and now make bzimage. But since the 2.4.x kernel series are old now, you should probably look into the 2.6.x series seeing how they're faster.


Last edited by ravensix on Tue Oct 12, 2004 8:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:23 pm    Post subject: Reply with quote

i thought so but i could try it again....is it alright to just reinstall the kearnal?

er do i hafta uninstall it sumhow first


how do u uninstall kearnal....i wanna get development-sources or gentoo-dev-sources


Last edited by rj686 on Tue Oct 12, 2004 8:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:25 pm    Post subject: Reply with quote

Your kernel isn't installed, its not even compiled yet, just continue after make dep and you should be fine, don't forget to make modules and make modules_install if you compiled any modules.

EDIT: to answer you last question in your inital post, YES! a kernel is mandatory, its the heart of the linux system, without a kernel you cannot boot your system.


Last edited by ravensix on Tue Oct 12, 2004 8:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:26 pm    Post subject: Reply with quote

how do i get 2.6 instead of 2.4 just run the command again?
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:28 pm    Post subject: Reply with quote

im going to assume you did emerge gentoo-sources?
Code:
emerge gentoo-dev-sources

will give you the latest gentoo source in the 2.6.x tree which i believe is 2.6.8-r7 or -r6
Back to top
View user's profile Send private message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:32 pm    Post subject: Reply with quote

thats what im trying to get at the moment i have 2.4.26in right now..... im running the gentoo-dev-sources command .......

do u think i should manually do the config or do
Code:
genkernel
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:37 pm    Post subject: Reply with quote

the layout in make menuconfig is different in the 2.6.x series, but its kinda easy to navagate, just remember, to install your kernel:
Code:
make && make modules mosules_install install


and that'll install your kernel as vmlinuz-2.6.8-r6 or whatever your kernel version, you can rename it to kernel-2.6.8-r6 just by
Code:
mv /boot/vmlinuz-2.6.8-r6 kernel-2.6.8-r6


Good luck with your kernel.
Back to top
View user's profile Send private message
ravensix
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 220

PostPosted: Tue Oct 12, 2004 8:38 pm    Post subject: Reply with quote

Alot of people say its best to do your kernel by hand, i always have, i don't know the difference between making with genkernel and by hand, but im sure there is a post on this somewhere in the forums.
Back to top
View user's profile Send private message
rj686
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 199
Location: In my room playing my guitar or Sitting at my damn computer trying to get my fuckin gentoo to work:)

PostPosted: Tue Oct 12, 2004 8:41 pm    Post subject: Reply with quote

alright.....thx for all your help dude :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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