disable Intel RC6 in Grub

snowman66

Active Member
Dec 1, 2010
254
1
38
I have this line in /etc/default/grub

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet i915.i915_enable_rc6=0"


but I got feeling that this command is ignored (since upgrade to pve4.0) because server crash randomly.


Code:
for i in /sys/module/i915/parameters/*;do echo ${i}=`cat $i`;done

returns

Code:
...
/sys/module/i915/parameters/enable_rc6=1
...


Any idea where could I put this line to disable rc6?

Thanks.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!