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.
Solution:
i suggest saving the config files and burn a new image
Jump to solution
20 Replies
Qui1zy
Qui1zyOP3mo ago
No description
MDFPereira
MDFPereira3mo ago
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.
Qui1zy
Qui1zyOP3mo ago
How do I send ratos doctor?
MDFPereira
MDFPereira3mo ago
Via ssh
Qui1zy
Qui1zyOP3mo ago
I have sshed into the printer what command do I send?
MDFPereira
MDFPereira3mo ago
ratos doctor That is the command
Qui1zy
Qui1zyOP3mo ago
No description
MDFPereira
MDFPereira3mo ago
not ratos. ratos doctor
Qui1zy
Qui1zyOP3mo ago
No description
MDFPereira
MDFPereira3mo ago
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
Qui1zy
Qui1zyOP3mo ago
on the command "sudo ./scripts/ratos-update.sh" I got this error
Qui1zy
Qui1zyOP3mo ago
No description
Qui1zy
Qui1zyOP3mo ago
I also got this
Qui1zy
Qui1zyOP3mo ago
No description
MDFPereira
MDFPereira3mo ago
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
MDFPereira
MDFPereira3mo ago
it should show
No description
Qui1zy
Qui1zyOP3mo ago
No description
MDFPereira
MDFPereira3mo ago
something very messed up it should work
Solution
MDFPereira
MDFPereira3mo ago
i suggest saving the config files and burn a new image
Qui1zy
Qui1zyOP3mo ago
alright

Did you find this page helpful?