You are not logged in.

#1 2013-06-04 07:42:21

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

[SOLVED] how back to last kernel core

Hi,

Yesterday I run filesytem update and did it mistake in:

paclist core | awk ' { print $1 } ' | pacman -Ql - | grep ' /s\?bin/\| /usr/sbin/'

now I can see kernel version 3.0.80-1-lts on x86_64


Can I somehow back to my last kernel version 3.9 ?
Can you tell me please how can I change it?

Last edited by infoslaw (2016-06-24 13:03:34)

Offline

#2 2013-06-04 07:51:08

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] how back to last kernel core

Originaly I installed base and base-devel version.

in pacman.conf
[core]
[extra]
[community-testing]
[community]
[multilib-testing]
[multilib]

Offline

#3 2013-06-04 08:01:29

Awebb
Member
Registered: 2010-05-06
Posts: 6,309

Re: [SOLVED] how back to last kernel core

Please provide the output of uname -a, as well as pacman -Qi linux.

Offline

#4 2013-06-04 08:36:02

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] how back to last kernel core

uname -a
3.0.80-1-lts #1 SMP Sat May 25 15:53:30 CEST 2013 x86_64 GNU/Linux


pacman -Qi linux
Name           : linux
Version        : 3.9.4-1
Description    : The linux kernel and modules
Architecture   : x86_64
URL            : http://www.kernel.org/
Licences       : GPL2
Groups         : base
Provides       : kernel26=3.9.4
Depends On     : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
Optional Deps  : crda: to set the correct wireless channels of your country [installed]
Required By    : ndiswrapper  tomoyo-tools  virtualbox-host-modules
Optional For   : None
Conflicts With : kernel26
Replaces       : kernel26
Installed Size : 65562.00 KiB
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Build Date     : Sat 25 May 2013 15:28:17 BST
Install Date   : Mon 27 May 2013 21:39:18 BST
Install Reason : Explicitly installed
Install Script : Yes
Validated By   : Signature


I see here any conflicts, this not looks good.

Offline

#5 2013-06-04 08:37:54

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] how back to last kernel core

also I tried set up hibernation last night
and did it from wiki:

mkinitcpio -p linux

Offline

#6 2013-06-04 09:36:29

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

Re: [SOLVED] how back to last kernel core

You have installed both linux and linux-lts. You are currently running linux-lts. If you want to run linux instead, reboot and make the appropriate selection in your boot loader's menu.

Offline

#7 2013-06-04 11:19:56

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] how back to last kernel core

Yes thank you Tomk. You have right still I have in Grub2

Arch Linux, with Linux core repo kernel

but how it change for default now?

Offline

#8 2013-06-04 11:24:41

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

Re: [SOLVED] how back to last kernel core

How did you start using linux-lts? You had to make some changes right?
Edit you bootloader to point to the stock linux image.

Edit: If you don't need the linux-lts, uninstall it, make sure you have properly installed and configured linux and https://wiki.archlinux.org/index.php/GR … onfig_file

Last edited by karol (2013-06-04 11:27:16)

Offline

#9 2013-06-04 11:25:09

flipper T
Member
Registered: 2012-09-14
Posts: 419

Re: [SOLVED] how back to last kernel core

You could read the wiki ?

edit: infoslaw, not karol....grr

Last edited by flipper T (2013-06-04 11:26:22)


If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf

Offline

#10 2013-06-04 12:16:48

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] how back to last kernel core

of course I reading wiki arch, thank you guys for your help

here is solution how to remember in GRUB2 last grub choice:

edit as root:
/etc/default/grub

add:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

also, if you are using custom menu files like /etc/grub.d/40_custom you must add the option:
savedefault

update GRUB:
grub-mkconfig -o /boot/grub/grub.cfg

Offline

#11 2013-06-04 12:22:31

flipper T
Member
Registered: 2012-09-14
Posts: 419

Re: [SOLVED] how back to last kernel core

yup, it's in the wiki.


If I'm curt with you it's because time is a factor. I think fast, I talk fast and I need you guys to act fast if you wanna get out of this. So, pretty please... with sugar on top. Clean the [censored] car. -The Wolf

Offline

Board footer

Powered by FluxBB