You are not logged in.

#1 2013-06-20 19:03:51

trixrabbit
Member
Registered: 2012-11-27
Posts: 100

[SOLVED] ck kernel and i/o scheduler

Hi, I just finished my fresh re-install and I wanted to use ck-core2 like I was using before and NOOP i/o scheduler.
1) I added [repo] in my pacman file, updated my system with pacman -Syu and then installed linux-ck-core2 and linux-cd-core2-headers. But it doesn't seem to have updated my kernel. I'm not sure how to verify this but when I open a console alsi prints my kernel and it's still the 3.9 ARCH.

2) I tried to change to NOOP at boot by adding : APPEND root=/dev/sda1 ro quiet splash, where /dev/sda1 is my /root partition and I couldn't boot after that, I was getting a boot error and I could typpe stuff after  BOOT :
I simply removed the line by booting on usb

any suggestions, thank you

Last edited by trixrabbit (2013-06-22 03:25:15)

Offline

#2 2013-06-20 19:06:03

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

Re: [SOLVED] ck kernel and i/o scheduler

1) You need to regen your grub config as it seems you have both the ck and ARCH kernels on board (which is fine).
2) See the wiki page for help (adjust for noop):  https://wiki.archlinux.org/index.php/Li … _Scheduler


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2013-06-22 03:24:56

trixrabbit
Member
Registered: 2012-11-27
Posts: 100

Re: [SOLVED] ck kernel and i/o scheduler

graysky wrote:

1) You need to regen your grub config as it seems you have both the ck and ARCH kernels on board (which is fine).
2) See the wiki page for help (adjust for noop):  https://wiki.archlinux.org/index.php/Li … _Scheduler

thank you I had already read that many time but it lead me to some other forums.

I added :

 LABEL arch-ck
	MENU LABEL Arch Linux-ck
	LINUX ../vmlinuz-linux-ck
	APPEND root=/dev/sda2 ro elevator=noop
	INITRD ../initramfs-linux-ck.img

to my /boot/syslinux/syslinux.cfg and now everything boots fine.

Offline

#4 2013-06-22 10:33:09

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

Re: [SOLVED] ck kernel and i/o scheduler

Glad it's working for you.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB