My last update apparently did not complete. The result is my Pi will not boot, nor can I force it into Rescue mode by holding down the shift key.
I have a Linux Mint laptop. I tried pulling the SD card from the Pi and inserting it into the card reader slot on the pc. I can read the boot partition just fine. However, the rootfs partition will not mount. It gives me an error that it is read only. I tried doing a remount rw and that too fails. I tried fsck and it will only run with the -n option due to it being read only. When I run it in that manner it shows no errors. I also ran a bad sector check and it says the card is fine… I would very much like to at least be able to read the card to copy off the latest snapshot. Can someone please offer suggestions?
Well that’s not a very helpful error message. Are you running mount from a CLI console ? Strange it opens a dialog box. There should be more info available on the reason of the failure. Try with the -v option (and run from a terminal console, not from some UI run dialog). Is there anything relevant in dmesg after you inserted the sd card and after you attempted the mount ?
I just figured out dmesg. Obviously it is a very long file, however, near the bottom it is telling me it found a new USB Mass Storage device. It says write protect is on. Mode Sense: 03 00 80 00
No Caching mode page found
Assuming drive cache: write through
INFO: recovery required on readonly filesystem
write access unavailable, cannot proceed (try mounting with noload)
Do all this in a console window while in your home directory (it should put you there when you open it). You can call the mount point folder anything you want. It just has to exist.
It shows sdb, sdb1 and sdb2. all with the expected info. However, the size listed for sdb is 125069950976. This is a 128Gb micro sd card. That seems pretty close to being full. Is that a potential cause?
if the mount worked, the files should be in the mount point folder you created, so rootfs1 in my example. Before trying anything else, make a copy of your snapshot or anything important first.
After that, once you have your important files backed up, I would reformat the thing and start over. The botched update might have damaged important files and it might never boot.