Is the NVMe drive with or without nvme-multipath support?
Does it help to disable multipath?
Please see the below pullrequest from Canonical employee in efivar project that explains the issue a bit, and the various paths that the NVMe devices can have.
This also affected efibootmgr project for the EFI platforms with newer kernels, as shipped in focal.
You can also try booting with the following kernel cmdline option appended in the param file i.e. `nvme_core.multipath=N` to get the "non-multipath nvme0 nodes in the sysfs".
Is the NVMe drive with or without nvme-multipath support?
Does it help to disable multipath?
Please see the below pullrequest from Canonical employee in efivar project that explains the issue a bit, and the various paths that the NVMe devices can have.
https:/ /github. com/rhboot/ efivar/ pull/158
This also affected efibootmgr project for the EFI platforms with newer kernels, as shipped in focal.
You can also try booting with the following kernel cmdline option appended in the param file i.e. `nvme_core. multipath= N` to get the "non-multipath nvme0 nodes in the sysfs".
BTW https:/ /www.ibm. com/support/ knowledgecenter /STSLR9_ 8.3.1/com. ibm.fs9100_ 831.doc/ svc_fc_ nvme_multipathc onfighosts. html has an excellent summary of nvme multipath situation in various distros.