You are not logged in.

#1 2020-06-06 16:53:30

pgoetz
Member
From: Austin, Texas
Registered: 2014-02-21
Posts: 355

SOLVED: linux-lts no longer conflicts with linux?

In the past I've been able to convert systems to using linux-lts simply by installing that package:

# pacman -S linux-lts

However I just now tried this on an up-to-date Arch VM, and not only did the linux-lts and linux packages not conflict, but after rebooting the running kernel was still 5.6.15!

Does anyone know what's up? linux-lts is still included in core; did the procedure for converting to the kernel change?  I couldn't find this documented anywhere, so am not sure what's going on.

Last edited by pgoetz (2020-06-06 18:45:37)

Offline

#2 2020-06-06 16:55:52

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: SOLVED: linux-lts no longer conflicts with linux?

...don't think they ever conflicted.  You can have multiple kernels installed.  You need to update your boot loader to see a kernel package installed.  See the wiki.

Offline

#3 2020-06-06 17:06:38

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: SOLVED: linux-lts no longer conflicts with linux?

pgoetz wrote:

In the past I've been able to convert systems to using linux-lts simply by installing that package:

# pacman -S linux-lts

No, you haven't. That has always just installed the LTS kernel alongside the standard one.

However I just now tried this on an up-to-date Arch VM, and not only did the linux-lts and linux packages not conflict, but after rebooting the running kernel was still 5.6.15!

Yes. That's as expected.

Does anyone know what's up? linux-lts is still included in core; did the procedure for converting to the kernel change?  I couldn't find this documented anywhere, so am not sure what's going on.

The procedure has never changed. You have always needed to update your boot loader configuration to load the LTS kernel.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2020-06-06 18:45:21

pgoetz
Member
From: Austin, Texas
Registered: 2014-02-21
Posts: 355

Re: SOLVED: linux-lts no longer conflicts with linux?

graysky wrote:

...don't think they ever conflicted.  You can have multiple kernels installed.

Thanks, graysky -- I must have just misremembered, as I haven't converted a system to use the LTS kernel in a while. If you don't want to suffer package updates for the normal kernel, this works fine:

# pacman -S linux-lts
# pacman -Rns linux

Marking this as solved.

Offline

#5 2020-06-06 18:47:23

pgoetz
Member
From: Austin, Texas
Registered: 2014-02-21
Posts: 355

Re: SOLVED: linux-lts no longer conflicts with linux?

Slithery wrote:

The procedure has never changed. You have always needed to update your boot loader configuration to load the LTS kernel.

Thank you; I haven't done this in a while and obviously misremembered.  My bad.

Offline

Board footer

Powered by FluxBB