Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiling the Linux Kernel
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
Cajundog
n00b
n00b


Joined: 05 Apr 2003
Posts: 4

PostPosted: Sat Apr 05, 2003 1:11 am    Post subject: Compiling the Linux Kernel Reply with quote

Hi, this is my first time trying to use gentoo linux (been using slackware for awhile) and I've ran into a speed bump during installation. It appears that during the process of compiling kernal
(# cd /usr/src/linux
# make menuconfig
# make dep && make clean bzImage modules modules_install
# cp /usr/src/linux/arch/i386/boot/bzImage /boot)

That something is missing. When I try to cp /usr/src/linux/arch/i386/boot/bzImage /boot it cannot locate bzImage in that directory. I've tried locate, and cded to the directory, and bzImage is no where to be found. I've been trying to use the gentoo kernel. Any ideas on whats going on?

Any help would be greatly appreciated.
Thanks.

PS: The tarball that I got was stage1.
Back to top
View user's profile Send private message
xlyz
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1470
Location: Italy

PostPosted: Sat Apr 05, 2003 1:20 am    Post subject: Reply with quote

did you mounted /boot before copying?

in gentoo the default is unmounted
Back to top
View user's profile Send private message
Cajundog
n00b
n00b


Joined: 05 Apr 2003
Posts: 4

PostPosted: Sat Apr 05, 2003 1:27 am    Post subject: Reply with quote

Yes, I even did #mount and #ls /boot/ to make sure it was mounted.
Back to top
View user's profile Send private message
Dragon561
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2002
Posts: 112

PostPosted: Sat Apr 05, 2003 1:30 am    Post subject: Reply with quote

What kernel are you using?
Back to top
View user's profile Send private message
digicosm
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 90

PostPosted: Sat Apr 05, 2003 1:32 am    Post subject: Did kernel compile successfully? Reply with quote

Hi,

Did the kernel compile complete successfully? Were there any error messages?
Back to top
View user's profile Send private message
Cajundog
n00b
n00b


Joined: 05 Apr 2003
Posts: 4

PostPosted: Sat Apr 05, 2003 1:46 am    Post subject: Reply with quote

I've been trying to use the gentoo kernel (now trying vanilla though) and it compiled complete with zero error messages, which makes me believe that it should be working :?
Back to top
View user's profile Send private message
digicosm
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 90

PostPosted: Sat Apr 05, 2003 1:55 am    Post subject: brute-force find Reply with quote

That's weird.

If you want to make absolutely sure there's no 'bzImage' file on your system, try this
Code:
find / | grep bzImage

It should tell you where bzImage is. If there's no bzImage, well, um, I dunno. :oops:
Back to top
View user's profile Send private message
Cajundog
n00b
n00b


Joined: 05 Apr 2003
Posts: 4

PostPosted: Sat Apr 05, 2003 2:03 am    Post subject: Reply with quote

Tried it and still wasn't able to find it 8O Thanks for all your help though :) It's greatly appreciated.
Back to top
View user's profile Send private message
nerdbert
l33t
l33t


Joined: 09 Feb 2003
Posts: 981
Location: Berlin

PostPosted: Sun Apr 06, 2003 2:12 pm    Post subject: Reply with quote

you could try a make install as descibed in /usr/source/linux/README
_________________
I'm really wondering what Lovechild is doing nowadays...
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