Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Genkernel problems
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
ksn03
Tux's lil' helper
Tux's lil' helper


Joined: 23 Feb 2004
Posts: 77

PostPosted: Wed Apr 07, 2004 9:39 pm    Post subject: Genkernel problems Reply with quote

Hi
I have some problems with my kernel configuration, so I would like to use genkernel to make the kernel...

genkernel all

But it dosent works...

/usr/bin/genkernel_ line95 [: print_info_ integer expression expected

ERROR: load loop support

Are there som other integers??

How sombody have an answer
Back to top
View user's profile Send private message
carbon
Guru
Guru


Joined: 27 Jun 2003
Posts: 455
Location: New York

PostPosted: Wed Apr 07, 2004 9:43 pm    Post subject: Reply with quote

genkernel so far had little success imho, time to compile your whole.
_________________
I do what I want, and that's what I do.
GNU World Domination

Carbon
Back to top
View user's profile Send private message
SuperSheep
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2004
Posts: 133
Location: South London, England

PostPosted: Thu Apr 08, 2004 12:36 pm    Post subject: Reply with quote

Although genkernel looks like the easy way out, it seems to cause more trouble than actually compiling your own kernel.

People new to Linux appear to be scared of compiling their own kernel :P Check out what hardware you have in your machine. Open the thing up! Use lspci, there's loads of ways.

Once you know what hardware you have, you can simply:

Code:
make menuconfig


Happily select all your hardware and the recommended options from the handbook. When its done:

If you use 2.4 series:
Code:
make deps && make && make modules modules_install


If you use 2.6 series:
Code:
make && make modules modules_install


Mount up your boot partition and copy your kernel across to it, reboot, and bingo.

The Gentoo Handbook explains kernel compiles with great simplicity, much more so than I can manage. Check it out :P
_________________
http://www.bash.org/?65749
Back to top
View user's profile Send private message
Yogi-CH
Guru
Guru


Joined: 19 Apr 2004
Posts: 372
Location: Somewhere in Texas, last I remember...

PostPosted: Mon Apr 19, 2004 4:34 pm    Post subject: Re: Genkernel problems Reply with quote

I have some problems with my kernel configuration, so I would like to use genkernel to make the kernel...

genkernel all

But it dosent work...

'Command not found' is the error.

Also, when I performed the 'make menuconfig' and tried the compilation I got everything _except_ the initrd. The generation of said file seems to be missing from the docs, when following the internal links, at least, and I am really stuck.
_________________
...Yogi
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Tue Apr 20, 2004 1:47 am    Post subject: Re: Genkernel problems Reply with quote

Yogi-CH wrote:
Also, when I performed the 'make menuconfig' and tried the compilation I got everything _except_ the initrd. The generation of said file seems to be missing from the docs, when following the internal links, at least, and I am really stuck.

The initrd is not needed if you compile your own kernel. Just make sure you include support for your root filesystem and your harddrive controller compiled into the kernel (not modules).
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Tue Apr 20, 2004 1:55 am    Post subject: Reply with quote

people completely new to linux SHOULD use genkernel. They always seem to forget to compile things as modules, high memory support, file system support etc...

I use genkernel during install, so that I don't have to recompile for 5 hours when I forget to select an option... After my first succesfull boot, there is plenty of time to compile a faster / better optimized one

PS. genkernel --config all works great to
Back to top
View user's profile Send private message
Yogi-CH
Guru
Guru


Joined: 19 Apr 2004
Posts: 372
Location: Somewhere in Texas, last I remember...

PostPosted: Tue Apr 20, 2004 2:33 am    Post subject: Reply with quote

Rainmaker wrote:
people completely new to linux SHOULD use genkernel. They always seem to forget to compile things as modules, high memory support, file system support etc...

I use genkernel during install, so that I don't have to recompile for 5 hours when I forget to select an option... After my first succesfull boot, there is plenty of time to compile a faster / better optimized one

PS. genkernel --config all works great to


Yep... I agree. I am not completely new to Linux but I am pretty darn new to kernel compiling. :-\ I appreciate that timely advice. :-)
_________________
...Yogi
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