Thursday, January 20, 2022

How to solve nvme name floated after boot with 4.15.0 kernel

 Symptom:

Nvme devie name changed in every reboot. (Ubuntu 18.04, kernel 4.15.0-29)


Solution:

Ubuntu Bug#1792660

A. upgrade Ubuntu kernel to 4.17 or later. 

B. 

1. keep Ubuntu kernel at 4.15, but upgrade kernel to 4.15.0-34.

2. modify kernel parameter "nvme_core.nultipath=0' in /etc/default/grub

ex. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvme_core.nultipath=0"

No comments:

Post a Comment

How to fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...