# OS Installation

There are different operating systems available for Raspberry Pi. I usually choose Raspberry Pi OS, which was formerly known as Raspbian.

### Requirements

To install the OS, we need:

* Raspberry Pi
* Memory SD card
* USB cable

### Raspberry Pi OS

Raspberry provides a software assistant to download and burn the chosen OS into your SD card. You can download it from the [official website](https://www.raspberrypi.org/software/).

![](/files/-MS4Jlg728b7qNNNnDdA)

### Install

Connect the Raspberry Pi to the computer and launch the Raspberry Pi manager. Choose the operating system, the SD card, and click on *Write*. This process might take few minutes.

If everything succeeds, you’ll see the following message:

![](https://cdn-images-1.medium.com/max/1600/1*ToV6Z-PlWXqgUZH11SqtWQ.png)

If not, you may want to try to select the *Erase* option from the *Operating System* options in the first figure.

{% hint style="info" %}
More info in the [Raspberry Pi blog](https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.lcsrg.me/home-setup/raspberry/raspberrypi-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
