Hard reset via the terminal - LibreElec
#1
Hi
I want to rebuild my rpi3 remotely as it's seems to be hanging and I am getting alerts from home so want to fix it.

I have a copy of the sources and advanced settings but want to perform a hard reset and configure it all remotely

Edit. Can I remotely perform the first start where I set the IP and name of the device?

Thanks
Nick.
Reply
#2
For a full reset, you you can remotely log in via SSH, and manually rename OR delete the hidden .kodi folder for fresh start
Type these commands exactly, or there will be trouble.

Renaming:
mv /storage/.kodi /storage/.kodi-old
Deleting:
rm -rf /storage/.kodi

Reboot for recreating the default profile folder:
reboot
Reply

Logout Mark Read Team Forum Stats Members Help
Hard reset via the terminal - LibreElec0