You are not logged in.
Pages: 1
I am interested in trying kernel26ck to see if it gives me any sort of performance increase. Is there any good guides on doing so, or can someone give me a quick run through on doing so? I have already ran
# pacman -Sy kernel26ck nvidia-ck
Any help would be appreciated.
Offline
It appears according to the front-page news here that the -ck is being discontinued. I don;t think I'd switch in that case if I were you.
Matt
"It is very difficult to educate the educated."
Offline
In general, you just have to edit your boot loader and add a line to boot from your ck kernel. If you're using grub it'll look exactly like your stock kernel line, but with 'ck' on the end of nearly everything, like this:
title Arch Linux [/boot/vmlinuz26ck]
root (hd0,5)
kernel (hd0,5)/vmlinuz26ck root=/dev/hda8 ro vga=0x317 console=tty1 quiet
initrd /kernel26ck.img
In general, though, be careful about switching to -ck, since it's no longer actively maintained and the kernel that's in the repos now is most likely the last -ck kernel that will ever exist.
Offline
I really enjoy kernel26ck, what will happen how? I mean, will be there something similar to kernel26ck?
Offline
Pages: 1