Open Paraphraser opened 4 years ago
Issuing sudo reboot
resulted in the RPi not returning to service. The device runs headless and I do not have a screen I can connect it to so I have no idea what is going on.
I do have an inline power "dongle" (USB-C in, USB-C out) monitoring power consumption. Normally, the dongle reports a little over 5V (~5.08) and a current draw of 0.6A, peaking at 0.8A. While waiting for reboot, this settled at about 1.1A.
I'm going to re-image.
Clean image from 2020-08-20-raspios-buster-armhf.zip
, then immediate sudo apt update; sudo apt full-upgrade -y
did not reproduce the problem.
Also, the file reported as missing seems to be present after the clean image + full-upgrade:
$ ls -l /boot/overlays/ilitek251x.dtbo
-rwxr-xr-x 1 root root 1373 Oct 24 04:19 /boot/overlays/ilitek251x.dtbo
For the record, the original running system was also built from 2020-08-20-raspios-buster-armhf.zip
and has undergone weekly sudo apt update; sudo apt upgrade -y
since then.
Describe the bug
A standard
sudo apt update; sudo apt upgrade
failed with'/boot/overlays/ilitek251x.dtbo': No such file or directory
.Repeating the commands says "all packages are up to date" but a
sudo apt full-upgrade
repeats the error, as does any othersudo apt install <package>
(which I found out when I installedraspinfo
).To reproduce
sudo apt full-upgrade
Expected behaviour
Error-free upgrade.
Actual behaviour
System Copy and paste the results of the raspinfo command in to this section.
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
Logs
See output from running command (above).
Additional context
Nothing I can think of.