You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I would post this here in case anyone else experiences this as it DROVE ME CRAZY trying to resolve.
On my install of Raspbian when I would do a
sudo shutdown -h now
to halt the server and power it off, when I went back to boot it (plug it in) I would receive a kernel panic. The kernel wasn't able to find the correct file system.
the part in the config file where its telling the pi to look for root in /dev/mmcblk0p2 is wrong.
This should be root=/dev/mmcblk0p6
This is not an issue with RaspberryPints, but an issue with the Pi itself.
If anyone experiences this, the solution is simply:
plug the pi in to your monitor and attach a keyboard.
Boot PI while holding shift to get to the recovery console
Select the Raspbian image (should be the one with an x) and then click or tab to the edit option at the top of the screen
Select the config file (second tab)
Edit the root=/dev/mmcblk0p2 so that it is root=/dev/mmcblk0p6