So I was buys performing an update and upgrade of the raspberry pi using
sudo apt-get update
sudo apt-get upgrade
While that was being performed The system accidentally shut down during the last few steps of the upgrade process. Now I receive the error on boot up
[FAILED] Failed to start Load Kernel Modules
See 'systemctl status systemd-modules-load.service' for details
The very weird thing is that the USB mouse and keyboard do not work. The wifi connection doesn't work but the Raspberry pi can boat perfectly fine into the Rasbian desktop GUI. I can even see the percentage of processing power changing as the Pi sits idle.
Is there a way to fix from this? I don't mind formating back to a prior backup if I have to but first I need to pull some data from the RPi as It hasn't been backed up since the last backup.
As a note: I can access the root@(none) and use keyboard by adding init=/bin/bash
the cmdline.txt on the SD card.
/bin/sh: 0: can't access tty; job control turned off
. This is weird as booting can go through to the raspbian desktop which means the drive can be accessed – Hojo.Timberwolf Nov 19 '18 at 05:23/bin/sh: 0: can't access tty; job control turned off
error and many complaints involve the GPIO. which is weird as mine is an SD card problem. The recommendation is to addavoid_safe_mode=1
to the bootconfig.txt
. Can access the drive now. – Hojo.Timberwolf Nov 19 '18 at 05:38home/pi/Desktop
, just need to copy them now – Hojo.Timberwolf Nov 19 '18 at 05:50