How to get back to previous version after update

How do I fall back to the previous version after an update?

I updated from 2.201 to 2.224 and now I get this cyclic reolads of the WEB UI reported elsewhere.

I am running x86 installed on a internal HD.

System -> factory reset

However try to refresh your browser before doing it

If I do not have access to webgui, but SSH works, can it be done that way?

Create a blank file in ‘/boot’ called ‘factory_reset’ and reboot. This can be done either by using ‘nano’ the file editor (as ‘sudo’) or by:

sudo echo >  /boot/factory_reset

Thanks!

linux has a nice command for things like that called ‘touch’

touch /boot/factory_reset

yep, nice … show-off ;D