Quantcast
Viewing all articles
Browse latest Browse all 4814

Troubleshooting • Re: Raspberry Pi OS stops working after updating raspi-firmware

No clue. Why did you install it? If you don't remember installing the package nvme-cli search the logs mentioned in that other thread

If you figure out how it got installed, and what depends on it, maybe you'll find the answer to your question.
I have not installed anything. It is vanilla system only with raspi-firmware updated.
Nothing at all installed? Did you look at the files /var/log/apt/* and /var/log/dpkg* ??? I'm pressing on this since it's worth figuring out why this package was installed as a way to figure out why you're having a problem now.

What does the following command return?

Code:

sudo apt list nvme-clisudo apt-cache rdepends nvme-cli
Another way to get more information as to what package caused nvme-cli to get installed:

Code:

sudo apt install aptitudesudo aptitude why nvme-cli
EDIT: was re-reading the thread after posting this. Did you install the Argon tools for the case? I don't know anything about them, but if you did, my guess would be that those tools pull in nvme-cli, so would be worth also checking the argon forums for assistance.

Statistics: Posted by bls — Sat Feb 24, 2024 6:32 pm



Viewing all articles
Browse latest Browse all 4814

Trending Articles