You are not logged in.

#1 2012-09-24 16:31:43

utops
Member
Registered: 2012-09-24
Posts: 44

BFQ via grub2

Hello.
I was reading arch wiki article about repo ck kernels and decide to grab one for my k8 family processor. But theres problem that comes with idea of turning BFS via grub; it happened that i don't have menu.lst so i have no idea where to add "elevator=bfq" line.
Request step by step explanation much appreciated.

-t

Last edited by utops (2012-09-24 16:36:03)

Offline

#2 2012-09-24 16:34:56

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: BFQ via grub2

You've got "BFS" in the subject - you meant BFQ.

Just use grub.cfg (for Grub2) instead of menu.lst (for Grub1).

Offline

#3 2012-09-24 16:52:28

utops
Member
Registered: 2012-09-24
Posts: 44

Re: BFQ via grub2

Not working at all.

 
[    0.349096] io scheduler noop registered
[    0.349098] io scheduler deadline registered
[    0.349104] io scheduler cfq registered (default)
[    0.349109] io scheduler bfq registered
[    0.739218] BFS CPU scheduler v0.424 by Con Kolivas.
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux, za pomocą systemu Linux ck kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-ck kernel-true-4f6b6ae4-3f03-4429-8800-265164e81f8e' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
     	elevator=bfq
        insmod ext2
	set root='hd0,msdos2'

Like i said,step by step pls.

Offline

#4 2012-09-24 17:19:38

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

Re: BFQ via grub2

Don't be so helpless, we don't do step-by-step here. Read the grub wiki page, which says, among other things:

To pass custom additional arguments to the Linux image, you can set the GRUB_CMDLINE_LINUX variable in /etc/default/grub. This is analogous to adding commands to the kernel line in GRUB Legacy.

Offline

#5 2012-09-24 17:22:20

boast
Member
Registered: 2010-09-28
Posts: 219

Re: BFQ via grub2

you edit

/etc/default/grub

, and then run

grub-mkconfig -o /boot/grub/grub.cfg

Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x

Offline

#6 2012-09-24 17:30:17

utops
Member
Registered: 2012-09-24
Posts: 44

Re: BFQ via grub2

I've got major fever,so im sorry for whinery.
Finally it works, thx guys.

Offline

Board footer

Powered by FluxBB