Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Does anyone know how to set menuoconfig to its default setting? I messed it up and stupidly forgot to save a copy of the default settings, now I don't remember where it was and the kernel's it's making won't boot.
Quakeboy: Kernel config files are with the sources, in
/usr/src/linux
and are called just .config (or are in gentoo, LFS etc, debian its in /boot/ but that seems unique to debian, its not on any other box I have)
Last edited by jamescondron; 01-09-2009 at 10:33 PM.
Reason: /usr/src/kernel -> /usr/src/linux
You might find the config for the running kernel with: zcat /proc/config.gz > /usr/src/linux/.config
If not, I suggest setting:
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
"make defconfig" makes a default config, but I'm not sure that's what you meant.
Yeah, I've got the problem fixed to an extent with genkernel. I usually use Debian, but on various boxes I have ubuntu, debian and gentoo all isntalled, I'm using gentoo to make a minimalist video editing OS optimized for my computer.
Basically, I wanted it reset to whatever I started with, because I don't know what that was and what it's at now won't boot and I can't figure out why. But I've got it under control.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.