Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Good kernel seed config for a fresh system?
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
maratbn
n00b
n00b


Joined: 04 Jan 2012
Posts: 12

PostPosted: Fri Oct 20, 2017 5:26 am    Post subject: Good kernel seed config for a fresh system? Reply with quote

Hello folks,

I'm doing a fresh install of Gentoo, and read over https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel and did some Google searches, but could not find any recommendations on where to download a good seed kernel config for a fresh system. The wiki page https://wiki.gentoo.org/wiki/Kernel/Configuration/Kernel_Seeds talks about how to manage seed configs once they are downloaded, but does not offer recommendations on where to download them from.

If my memory is correct, some years ago there may have been a popular option to compile the default Debian config into the kernel. Is anything like that still around? I'm trying to start with a good sane config to save myself the time of recompiling the kernel and modules many many times to get all the needed features and hardware support.

Or would the right solution be just to go to a Debian or Ubuntu repo, find a kernel they use with a matching version, and just try to borrow their '.config' for my system?


Thanks,
Marat
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Oct 20, 2017 5:37 am    Post subject: Reply with quote

Can help this?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Oct 20, 2017 4:02 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Kernel & Hardware since this is more related to a kernel than general installation.

maratbn wrote:
Or would the right solution be just to go to a Debian or Ubuntu repo, find a kernel they use with a matching version, and just try to borrow their '.config' for my system?
That depends on what you're trying to do. Distro kernels are usually patched, so I don't know if using one of those configs would work with a different kernel. Say the Debian .config with an Ubuntu patched kernel.

I'm not familiar with the "popular option to compile the default Debian config into the kernel," but maybe someone else will know about that.

The thread linked to by fedeliallalinea includes links to vanilla kernel "seeds" created by pappy_mcfae. Many people find those helpful. But, as the name implies, the vanilla kernel includes no patches, so its a bit of a trade-off depending on what you want in a kernel.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sat Oct 21, 2017 1:22 am    Post subject: Reply with quote

You can start with a generic kernel from genkernel then remove stuff like filesytems you don't use and support for hardware you don't have. Finally be sure that your FS driver, and other needed support like your keyboard is builtin instead of modules and then you can discrad the ram disk. Then to build, do the following:
Code:
make -j4 && make -j4 modules_install && make -j4 install && echo "Don't forget to update boot loader menu
Replace -j4 with whatever you have in make.conf.
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