ubuntu 16.04 x64 bfq bug??
Hi i use ubuntu 16.04 and i install Liquorix Kernel step by step from site https://liquorix.net
1) i install keyring :: Code :: apt-get install liquorix-keyring2) add Liqorix to source list :: Code :: sudo echo "deb http://liquorix.net/debian sid main" > /etc/apt/sources.list.d/liquorix.list3) update source list and install liquorix 64 bit :: Code :: sudo apt-get update:: Code :: sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64after reboot i check uname -r and everting it`s ok i have installed liquorix kernel and now i type: :: Code :: cat /sys/block/sda/queue/scheduler
noop [deadline] cfq bfq so bfq is supported and now i want change it from default deadline to bfq so i edit and update grub :: Code :: gksudo gedit /etc/default/grubchange one line from: :: Code :: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to: :: Code :: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=bfq":: Code :: sudo update-grub2but after reboot i have still deadline by default :: Code :: cat /sys/block/sda/queue/scheduler
noop [deadline] cfq bfq what i do wrong or miss? Back to top |
|||||
|
|||||
now it`s everything ok. it was my fault. before liquorix i use next73 kernel and after remove next73 kernel there was some starting settings in:
:: Code :: /etc/udev/rules.dafter remove all next73 files i have bfq nice working ;) so you can close this subjcet Back to top |
|||||
All times are GMT - 8 Hours
|