Hello all,
I want to change some kernel parameters, to increase the performance of my PVEs. I want to set the
When googling, I found that I need to update the
How can I update the kernel parameters on my PVEs running in UEFI mode?
I want to change some kernel parameters, to increase the performance of my PVEs. I want to set the
processor.max_cstate=1
and intel_idle.max_cstate=0
parameters. So, I updated /etc/default/grub
, added the options to the GRUB_CMDLINE_LINUX
variable, and ran both update-grub
and proxmox-boot-tool
refresh. When i rebooted, the options weren't added to the kernel.When googling, I found that I need to update the
update-grub
command, because I'm running my PVEs in UEFI mode, and not in classic BIOS mode. But when I tried to do this, I got this warning:
Code:
root@pve01:~# grub-install --help
grub-install is disabled because this system is booted via proxmox-boot-tool, if you really need to run it, run /usr/sbin/grub-install.real
How can I update the kernel parameters on my PVEs running in UEFI mode?