You are not logged in.

#1 2015-03-31 06:26:35

Kolt Penny
Member
Registered: 2013-09-12
Posts: 107

[SOLVED]Kernel change concerns

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

#2 2015-03-31 06:36:10

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED]Kernel change concerns

You can install a custom kernel alongside the vanilla Arch one and choose which one to boot into via your boot{loader,manager} menu.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-03-31 06:59:31

Kolt Penny
Member
Registered: 2013-09-12
Posts: 107

Re: [SOLVED]Kernel change concerns

So, should I just install the kernel and configure my grub?

Offline

#4 2015-03-31 08:59:06

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Kernel change concerns

Yup.

Offline

#5 2015-03-31 09:07:12

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED]Kernel change concerns

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

#6 2015-03-31 14:57:03

Kolt Penny
Member
Registered: 2013-09-12
Posts: 107

Re: [SOLVED]Kernel change concerns

tomk wrote:

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

#7 2015-03-31 14:57:33

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,659

Re: [SOLVED]Kernel change concerns

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

#8 2015-03-31 23:37:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Kernel change concerns

ewaller wrote:

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

#9 2015-04-01 01:25:04

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]Kernel change concerns

ewaller wrote:

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

Board footer

Powered by FluxBB