Unable to access umbrel due to power outage

I am having an issue accessing my Umbrel node. The power went out at my house, and I have been unable to figure out how to get it working again. I haven’t had an issue with my node until the power outage. I tried looking through the other topics and couldn’t find a solution. Does anyone have an idea of what I can do to get it working? It says it is unable to access my ssd drive.

My node is running on an raspberry pi and is connected through ethernet

This is the link I received from the debug:
https://umbrel-paste.vercel.app/f8a70319f834b71e46d2d5d3184ab139

1 Like

Hi I might have had the same issue.
When umbrel node is not properly switch of (power outage) I guess the OS image on the sd card saved the right way.
I just redo the OS install on the sd card. when reboot all the settings (and blockchain sync) is ok !
Hope it will help

Thanks, man. I was actually able to get a hold of someone on telegram, and they had me ssh some code in the terminal, and it came right back up, lol.

This is the code I typed in

ssh -t umbrel@umbrel.local “sed -i ‘s/ blacklist_uas/ #blacklist_uas/g’ /home/umbrel/umbrel/scripts/umbrel-os/external-storage/mount && sudo reboot”

Same issue, I’m not a terminal guy. Did you paste all of that at once, “quotes” and all?

Yes