Reset my Raspberry Pi 2
#1
Hello there,

I would like to reset my Raspberry Pi 2 to the factory settings. Is there any easy way to do this? If so, would you be able to kindly describe to me how to do this?

Any help you could provide with this would be most appreciated.

Many thanks,
Jamie
Reply
#2
What distro are you running?

If it's openelec, then SSH (wiki) in and do:

Code:
mv /storage/.kodi /storage/kodi-old

and reboot. Afer this all addons and settings are gone and you have done a factory reset.

Be aware, that this will only work for OpenELEC. Don't know the folder structure for other RPI distros.
Reply
#3
Code:
mv ~/.kodi ~/.kodi-old
should work on any Pi distribution I'm aware of.

OpenELEC has a reset option in the openelec settings
Video: https://www.youtube.com/watch?v=iTtyBKHQoOw
Reply
#4
Hi Guys,

Thank you so much for your replies.

I can confirm that it is set up on OpenELEC. I am trying to return my raspberry pi 2 to eBay which I purchased 2 days ago. I have set it up, but am not happy with it, so would like to send it back. However, because I am sending it back, I would like to reset settings to what they would have been when I received it.

What I purchased was exactly the same as the following:

http://www.amazon.co.uk/Vilros-Raspberry...berry+pi+2

So I have something called NOOBS pre-installed, so would obviously like to leave this on there, but reset everything else.

If I do hard reset like video in post above from popcornmix suggests, will this achieve what I want?

Many thanks,
Jamie
Reply
#5
format and reinstall noobs

https://www.raspberrypi.org/help/noobs-setup/
Reply
#6
(2015-08-27, 00:35)jamieedwards1 Wrote: ...I am trying to return my raspberry pi 2 to eBay which I purchased 2 days ago. I have set it up, but am not happy with it, so would like to send it back.
Is there anything specifically you're not happy with? Maybe someone here could help you out if it's a software-related issue.

If it happens to be related to Kodi, depending on the problem, you might also have better luck with another distro (like Xbian, Arch Linux ARM, etc).
Reply
#7
(2015-08-26, 23:49)popcornmix Wrote:
Code:
mv ~/.kodi ~/.kodi-old
should work on any Pi distribution I'm aware of.

Of course you're right Wink....always forgot about the ~
Reply

Logout Mark Read Team Forum Stats Members Help
Reset my Raspberry Pi 20