RatOS damaged after powerfailure

Hey Guys, after a power failure these days, my update Manager shows a "?" for the ratos Version. Neither the hard nor the soft reset worked and the . Has anyone an idea how to solve this problem? Thanks!
No description
No description
18 Replies
miklschmidt
miklschmidt15mo ago
Yeah that looks like file corruption. You can try
ssh pi@ratos.local
cd ~/printer_data/config/RatOS
git status
ssh pi@ratos.local
cd ~/printer_data/config/RatOS
git status
Too see what's wrong, paste the result here.
ptegler
ptegler15mo ago
Ive had this happen (invalids) for me it was moonraker.conf paths AND the printer simply not seeing my router, even though I could access the printer across the network from my office PC. BUT..that was on 1.2.x RO. 2,0 has never yet been a problem
Grizzly_Racing
Grizzly_Racing15mo ago
I think it can't even find the directory or did I miss something?
No description
blacksmithforlife
yeah if that doesn't exist - that is bad. I would def re-flash
miklschmidt
miklschmidt15mo ago
Oh you're not on 2.0 In that case it's:
ssh pi@ratos.local
cd ~/printer_data/config/config
git status
ssh pi@ratos.local
cd ~/printer_data/config/config
git status
Grizzly_Racing
Grizzly_Racing15mo ago
That also didn't work. I tried to cd to printer_data, which worked and to printer_data/config, which also worked
Grizzly_Racing
Grizzly_Racing15mo ago
No description
Grizzly_Racing
Grizzly_Racing15mo ago
If I do so, would it be possible to transfer the config?
miklschmidt
miklschmidt15mo ago
ls ~/printer_data/config right now it looks like it's gone
blacksmithforlife
Not trying to pour salt in the wound, but this is why you should keep a off-site backup
Grizzly_Racing
Grizzly_Racing15mo ago
I think that’s one of those mistakes you make once in a lifetime 😄 So the only solution is a re-flash?
miklschmidt
miklschmidt15mo ago
check ls ~/printer_data/config first There should be a printer.cfg in there that's your config
ptegler
ptegler15mo ago
if the directory is atleast intack....shouldn't he be able to pull up one of the printer.cfg backups?
Grizzly_Racing
Grizzly_Racing15mo ago
It doesn't show anything
No description
miklschmidt
miklschmidt15mo ago
That's not what i asked for. ls ~/printer_data/config
Grizzly_Racing
Grizzly_Racing15mo ago
Sorry, that was the wrong screenshot
No description
miklschmidt
miklschmidt15mo ago
Last one: ls ~/klipper_config If that is empty as well, you're screwed as far as recovering your old config, not sure what or how that happened.
Grizzly_Racing
Grizzly_Racing15mo ago
Okay, Thanks for your Support!