Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

shivasiddharth/RaspberryPi-Factory-Reset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Factory Reset Your Raspbian OS

Description:


In the normal process to reset or restore the Raspberry Pi OS (Raspbian), you need to unplug the SD Card, format the card, re-write the OS image and plug it back again. If you are doing some testing or development, it can be a pain to go over this process again. This git contains the scripts using which you can create a Raspberry Pi OS image which has an option to factory reset the OS without plugging out the SD Card.

Usage:


Ready to use images:

These are based on the May 2020 version of the Raspberry Pi OS.
https://mega.nz/folder/akREwKKB#SNdASVnpzOaj7rPtrgPW_w

Prepare your own image by following the instructions given below on a linux based system

Image Versions Free Space Required
Lite 10GB
Minimal Desktop 14GB
Full Desktop 25GB
  1. Clone the git using:
git clone https://github.com/shivasiddharth/RaspberryPi-Factory-Reset  
  1. Download your preferred image, unzip them and place them in the files directory.

  2. Change directory using:

cd /home/${USER}/RaspberryPi-Factory-Reset/files/   
  1. Make the script executable using:
sudo chmod +x ./create-factory-reset.sh  
  1. Execute the script using:
sudo ./create-factory-reset.sh  
  1. Copy the created image and write it to the SD Card and enjoy.

Command to factory reset:


sudo su -   
/boot/factory_reset --reset    

About

Repository to create a Raspberry Pi OS with a factory reset or system refresh or full system restore option.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.