NVME fails detection - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: NVME fails detection (/showthread.php?tid=17854) |
NVME fails detection - our0 - 01-25-2023 Hi, My setup : - latest arm64 Kali, with kernel 6.0.0-kali5-arm64 - latest tow-boot 2021.10-005 on SPI - Kingston A2000 M.2 2280 NVME 1 To (one of the best supported drives from wiki list) My problem : On boot, nvme is detected but I get a rescue console on every boot. My "ugly" fix : modprobe -r nvme modprobe nvme exit console I get a normal boot On logs (with |grep -i nvme): [ 7.298134] nvme nvme0: pci function 0000:01:00.0 [ 7.298238] nvme 0000:01:00.0: enabling device (0000 -> 0002) [ 68.575114] nvme nvme0: I/O 8 QID 0 timeout, disable controller [ 68.683053] nvme nvme0: Device shutdown incomplete; abort shutdown [ 68.703561] nvme nvme0: Identify Controller failed (-4) [ 68.703769] nvme nvme0: Removing after probe failure status: -5 [ 86.189969] nvme nvme0: pci function 0000:01:00.0 [ 86.195630] nvme nvme0: missing or invalid SUBNQN field. [ 86.208844] nvme nvme0: 6/0/0 default/read/poll queues [ 86.219019] nvme0n1: p1 p2 My extlinux section : label l0 menu label Kali Linux 6.0.0-kali5-arm64 linux /boot/vmlinuz-6.0.0-kali5-arm64 initrd /boot/initrd.img-6.0.0-kali5-arm64 fdtdir /usr/lib/linux-image-6.0.0-kali5-arm64/ append root=UUID=24ac514d-0b32-4e31-9cd1-a2e3ad3c6ead console=tty1 ro rootwait RE: NVME fails detection - Tazdevl - 01-30-2023 Sorry, no fix... Subscribed to follow. I use my PBP primary with kali and your question might help me fix issue's I have with rebooting with the old way of things before tow-boot. |