Ratos Invalid
I tried updating all my packages in klipper and I received an error that RatOS is invalid.
I tried doing soft recover and it says that it couldn't find the github.
I tried doing a hard recover and it didn't work.
20 Replies

Either soft or hard recovery messes the system. Everything related to RatOS gets broken.
Ssh to the pi and send ratos doctor
And NEVER use soft or hard recovery.
How do I send ratos doctor?
Via ssh
I have sshed into the printer
what command do I send?
ratos doctor
That is the command

not ratos. ratos doctor

Ok
Try this, line by line:
ssh to the machine
cd printer_data/config/RatOS
git fetch origin
git checkout -b v2.1.x origin/v2.1.x
sudo ./scripts/ratos-update.sh
cd ~/ratos-configurator
git fetch origin
git checkout -b v2.1.x-deployment origin/v2.1.x-deployment
sudo ./scripts/update.sh
sudo systemctl restart ratos-configurator
sudo systemctl restart klipper
sudo systemctl restart moonraker
on the command "sudo ./scripts/ratos-update.sh"
I got this error

I also got this

try this
cd ~/ratos-configurator
git fetch
git switch -f v2.1.x-deployment
ratos doctor
line by line
if not, send this
sudo systemctl status ratos-configurator
it should show


something very messed up
it should work
Solution
i suggest saving the config files and burn a new image
alright