You are not logged in.
Pages: 1
Howdy,
I have a very basic installation: i3, Firefox, Emacs, GIMP, Inkscape.
I have two questions:
Would compiling and installing the Libre Kernel mess my system in some way?
Is menuconfig available for such kernel?
Last edited by Kolt Penny (2015-03-31 14:57:47)
Offline
You can install a custom kernel alongside the vanilla Arch one and choose which one to boot into via your boot{loader,manager} menu.
Offline
So, should I just install the kernel and configure my grub?
Offline
Yup.
Offline
Linux-libre won't "mess your system", of course not, and yes, menuconfig (or nconfig, xconfig, etc) will be available.
Is it simply a philosophical thing for you, or do you see some practical benefits as well?
Offline
Is it simply a philosophical thing for you, or do you see some practical benefits as well?
Well, you could say it is both but, my hardware is very limited and I want to test different configurations. This is experimental hardware so I mess a lot with it.
Offline
When you build a custom kernel, ensure you name it something different from the name used by the vanilla kernel -- it is one of the configuration items in the kernel. Each kernel has a directory under /lib/modules (I think that is where they are) in which all of the modules for that kernel are stored. The directory name that contains the modules is the name of the kernel.
Edit: To make life even simpler; build in the drivers you need for your system to boot. That way you can boot without needing an initrd.
A really good reference on how to do custom kernels is the Gentoo Handbook.
Last edited by ewaller (2015-03-31 14:59:38)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
A really good reference on how to do custom kernels is the Gentoo Handbook.
I was just browsing through it yesterday. Good thing it was raining, because their handbook is huuuuge :-)
Offline
When you build a custom kernel, ensure you name it something different from the name used by the vanilla kernel -- it is one of the configuration items in the kernel.
Grep for "\-ARCH" in the abs (or git) build source's config, and you will find the configuration option in question.
Offline
Pages: 1