LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Making processor's cstate on max in lilo (https://www.linuxquestions.org/questions/linux-hardware-18/making-processors-cstate-on-max-in-lilo-4175617513/)

Mehelny 11-13-2017 12:34 AM

Making processor's cstate on max in lilo
 
My processor has a very glitchy architecture (Intel bay trail) and linux will not working properly on it without the intel_idle.max_cstate = 1 in grub configuration...But I need to use LILO. Can you help me?

brianL 11-17-2017 05:23 AM

Not absolutely sure this will work, but you could try adding it to the append line in lilo.conf, so it reads:
Code:

# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0 intel_idle.max_cstate=1"


Mehelny 01-20-2018 12:33 PM

Quote:

Originally Posted by brianL (Post 5781681)
Not absolutely sure this will work, but you could try adding it to the append line in lilo.conf, so it reads:
Code:

# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0 intel_idle.max_cstate=1"


Thank you so much :) ! It really helps! Also, it works in elilo.conf too.


All times are GMT -5. The time now is 01:07 PM.