Easy Raspbian Install Raspberry pi 1 , 2 , 3 or zero
# How to Install Raspbian on Your Raspberry Pi, Raspberry Pi 2, or Raspberry Pi Zero
Hello, everyone! It's ETA Prime back again, and today, I want to show you how to install Raspbian on your Raspberry Pi, whether it’s a Raspberry Pi 1, Raspberry Pi 2, or Raspberry Pi Zero. This is the easiest way to install an operating system, and you don’t need any extra tools except for your internet browser and an SD card with an SD card reader.
---
## Step-by-Step Guide
### 1. **Downloading NOOBS**
First, open up your preferred web browser and head over to [www.raspbian.org](http://www.raspbian.org). At the top of the page, click on "Downloads." From there, navigate to the "NOOBS" section. You can choose to download the torrent file or the ZIP file directly in your browser. For safety, I recommend downloading the ZIP file.
I’ve already downloaded NOOBS and placed it in a folder on my desktop. This is version 1.5.0 of NOOBS, and it’s about one gigabyte in size.
### 2. **Extracting the Files**
Next, you’ll need to unzip or extract the contents of the NOOBS ZIP file. I’m extracting it to the same folder on my desktop where I stored the downloaded file.
Once extracted, open the folder, and you should see all the necessary files and folders inside.
### 3. **Preparing Your SD Card**
Now, locate your SD card. In my case, I’ve named mine "SD card," and it’s labeled as "My E Drive." Open up File Explorer (or Finder on macOS) to view your SD card.
You want to copy everything from the extracted NOOBS folder and paste it directly onto your clean 8-gigabyte SD card. Make sure you’re pasting all the files into the root directory of the SD card, not just a subfolder.
### 4. **Inserting the SD Card into Your Raspberry Pi**
After copying all the necessary files to your SD card, remove it from your computer and insert it into your Raspberry Pi. Power on your device.
At this point, ensure your Raspberry Pi is connected to the internet. I’m using an Ethernet connection, but if you’re using Wi-Fi, you can set up your network through the top menu option.
### 5. **Selecting Raspbian for Installation**
From the NOOBS interface, you’ll see a variety of options to install different operating systems on your Raspberry Pi. Since I want to install Raspbian, I’ve checked that box. It’s important to note that this installation requires three and a half gigabytes of space, and I have six gigabytes available on my eight-gigabyte SD card.
Clicking “Install” will begin the process. Be aware that this will overwrite any existing data on your SD card but won’t affect the NOOBS installation itself. A confirmation prompt will appear asking if you’re sure you want to proceed. Click “Yes.”
### 6. **Completing the Installation**
Once you click “Install,” NOOBS will download and install Raspbian onto your SD card. You’ll only need to press one more button when the installation is complete.
After installation, remove the SD card from your Raspberry Pi, reboot it, and you’ll be greeted by the Raspbian desktop.
### 7. **Extending the File System**
Before diving into Raspbian, I highly recommend extending the file system to utilize the full capacity of your SD card. Close any open browsers first.
In the file manager, you’ll notice that only two and a half gigabytes are free out of eight. Extend this by accessing the terminal through the menu: go to “Menu > Accessories > Terminal.”
### 8. **Overclocking (Optional)**
For those looking to optimize performance, you can overclock your Raspberry Pi. Open the terminal again and type:
```
sudo raspi-config
```
This will launch the Raspberry Pi Software Configuration Tool. Navigate to “OCH” (overclocking settings). If you’re using a Raspberry Pi 2 like me, select “1 GHz” for the CPU speed. You can also adjust the memory split by scrolling down to “Memory Split.” I changed mine to 300 megabytes to allocate more RAM to the GPU. After making these changes, scroll to the bottom and select “Finish,” then reboot your device.
---
### Final Thoughts
And there you have it! That’s how you install Raspbian on your Raspberry Pi, whether it’s a Raspberry Pi 1, Raspberry Pi 2, or Raspberry Pi Zero. Raspbian comes with tons of pre-installed software, including programming languages, office suites, and even Minecraft.
If you have any questions, feel free to leave a comment below or send me a private message. If you found this guide helpful, don’t forget to like the video, subscribe to my channel for more content, and hit that notification bell so you never miss an update. Thanks for watching!