A fix for those who has this issue with Intel SSD / NVMe drives: Firmware update with Intel SSD Data Center Tool (DCT) https://downloadcenter.intel.com/search?keyword=SSD+Firmware+Update+Tool
wget https://downloadmirror.intel.com/28999/eng/Intel_SSD_Data_Center_Tool_3.0.20_Linux.zip -O /tmp/Intel_SSD_Data_Center_Tool_3.0.20_Linux.zip unzip -d /tmp /tmp/Intel_SSD_Data_Center_Tool_3.0.20_Linux.zip sudo dpkg -i /tmp/isdct_3.0.20-1_amd64.deb # show nvme data isdct show -intelssd isdct load -intelssd 0 reboot isdct load -intelssd 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803692 Title: bionic 4.15 nvme regression from trusty 4.4 with two identical devices To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803692/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
