Last Friday (July 19th) I did sudo apt-get update
and sudo apt-get upgrade
, then I shut it down. Today, I tried to power it up, but nothing appears on my screen. My HDMI cable is working properly, so it's an issue with how it's booting.
Raspbian is installed on a external SSD, and has worked fine until now. The SSD seems to be ok (I can view its contents).
I would very much appreciate any solutions, or even suggestions.
Edit:
The red light is on, and the green light blinks intermittently. Power is being supplied to the USB SSD.
I believe the problem is that the Pi no longer tries (?) to boot from the SSD, is there a way to test if it does try to do so?
If that's not the case, then it tries to boot but something goes wrong? Why don't I see anything?
I haven't ran
sudo apt-get update
andsudo apt-get upgrade
in a while, before running it on Friday. Perhaps this had something to do with it?
Edit 2:
The contents of /boot
are corrupt. I tried booting with the /boot
of a backup, and it works -- with tremendous errors as the Kernel used is out-of-date and it says "Failed to start Load Kernel Modules" before checking my SSD ("0-100% Complete..." -- for what, I don't know.) Once it loads (with the old /boot), the keyboard is unoperational (though it looks fine).
Clearly using the old /boot
is not the solution, but at least I now know that my problem is in /boot
.
Edit 3:
Perhaps using the old /boot
is the solution, if nothing else can work. However, when I use the old /boot
, my keyboard doesn't work and I get [FAILED] Failed to start Load Kernel Modules
. I believe the cause of this is different kernels. How do I fix this, or, is there a fix without using the old /boot
?
Edit 4:
Would people please give me a zip or a tarball of a recent /boot
? To do this, you could cd /boot
then tar -cvzf boot.tar.gz *.*
; upload boot.tar.gz
online (for example, use Dropbox or Google Drive). I would like a couple, so that at least one should work.
fsck
on another box. – goldilocks Jul 23 '19 at 13:434.19.58-v7
), otherwise you will have to install that. The Pi kernel should boot without any modules available anyway, but some peripherals may not work (a standard keyboard should be okay, dunno what's up with that). – goldilocks Jul 23 '19 at 18:55/boot
, but it gives me a black screen. A couple questions: how come there's no cmdline.txt and config.txt? And how would I check to see if I have that4.19.58-v7
? – user96931 Jul 23 '19 at 19:25/boot
directories form random SE users why no just extract the canonical one from a fresh Raspbian image? For example: https://raspberrypi.stackexchange.com/questions/1043/how-do-i-mount-the-img-files-under-ubuntu/37337#37337 – Roger Jones Jul 24 '19 at 08:13