[SOLVED] grub parameters when using proxmox-boot-tool refresh

May 18, 2019
231
15
38
Varies
To handle some APST issues with an NVME disk, I need to add
Code:
nvme_core.default_ps_max_latency_us=0
to
Code:
/etc/default/grub
.

since the system uses
Code:
proxmox-boot-tool refresh
, does it read the params in
Code:
/etc/default/grub
and if not, how do I add this parameter to the boot process?
 
Check according to the manual. If your system uses GRUB then it's /etc/default/grub. If your system uses systemd-boot then it's /etc/kernel/cmdline. You can check after a reboot if your change was correctly applied with cat /proc/cmdline.
Thanks. I knew it wasn't using grub. So now /etc/kernel/cmdline looks like
Code:
root=ZFS=rpool/ROOT/pve-1 boot=zfs
nvme_core.default_ps_max_latency_us=0

is this correct? I will refresh!
 
Last edited:
  • Like
Reactions: Proxygen

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!