[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