Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cannot make bzimage
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
azlan
Guru
Guru


Joined: 11 Nov 2002
Posts: 381
Location: Seattle WA USA

PostPosted: Mon Nov 11, 2002 6:26 am    Post subject: cannot make bzimage Reply with quote

ok so I got this cheap intel integrated mboard and built this system just to give Gentoo a shot.
everything is pretty standard fare, the 1.4 iso boots fine finds the network card dhcpcd....etc.
All is not well!
emerge the kernel sources cause the stage3 tarball didn't come with a kernel. (is this data loss?)
Ok no worries, downloaded kernel sources, make menuconfig. We've all done it before....
Make dep....ok
Make clean.....ok
Make bzimage.....no target to make bzimage
OK...
Make install......error2..."no lilo"
ok...
cp vmlinuz to /boot
make modules......ok
make modules install......."no lilo"
no /lib/modules
I am going to try just cp'ing the kernel from the iso image but I am going to have to build a kernel at some point.
Anybody???????javascript:emoticon(%278O%27)
_________________
there is no crazy, only violet and non violet..
Back to top
View user's profile Send private message
reves
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 215
Location: South Florida

PostPosted: Mon Nov 11, 2002 7:00 am    Post subject: Reply with quote

Quote:
Make bzimage.....no target to make bzimage


It's 'make bzImage'
Linux is case sensitve.

Quote:
Make install......error2..."no lilo"


You don't need to run make install

Quote:
make modules install......."no lilo"


It's 'make modules_install' (note the underscore)
Running 'make modues install' is like running 'make modules' then 'make module'
_________________
Robert
Back to top
View user's profile Send private message
azlan
Guru
Guru


Joined: 11 Nov 2002
Posts: 381
Location: Seattle WA USA

PostPosted: Tue Nov 12, 2002 3:29 pm    Post subject: Reply with quote

thanks......uuh ....blush...blush...I uh knew that.
I just kept thinking I couldn't be wrong on the lower vs upper case cause that's the way they wrote it in the install doc.
_________________
there is no crazy, only violet and non violet..
Back to top
View user's profile Send private message
Ethernal
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2002
Posts: 106
Location: Stockholm, Sweden

PostPosted: Tue Nov 12, 2002 3:41 pm    Post subject: Reply with quote

the full code I always use is:

make dep && make clean bzImage && make modules && make modules_install

A bit untidy but old habits die hard :D
_________________
Hmm.. Of course, these are MY opinions - likely to be just as flawed as anyone else's. Um, really, I guess you should assume everyone's speaking out of some external influence. Believe in whatever makes sense to you.
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