> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/linux-bedrock-r8000-r7000/installing-ubuntu-on-bedrock-r8000-r7000.md).

# Installing Ubuntu on Bedrock R8000 | R7000

Installation was tested on:

* Ubuntu 22.04
* Ubuntu 23.04
* Ubuntu 24.04

{% hint style="info" %}
Ubuntu **20.04** does not have intel i226 \[igc] driver on kernel **5.4**
{% endhint %}

## [Create bootable usb drive](/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/howto-guides-bedrock-r8000-r7000/creating-bootable-usb-drive-for-bedrock-r7000.md)

## Boot

* Connect power to bedrock
* Press 'DEL' repetitively to enter BIOS setup
* Go to the save & exit tab and boot from your USB flash drive

{% hint style="info" %}
If you have problems with installation, please disable secure boot in BIOS → boot> security → secure boot-> disable
{% endhint %}

## Installation

* A grub menu will open, choose “try or install ubuntu”![](/files/rPxbXESmnPbTMPWuApHi)
* After the system boots, an installer window will open, at this point if you want to try ubuntu, you can close this window and use ubuntu as a live environment, to install ubuntu, just proceed with the installer and select your language.![](/files/rz4bn0AzIFBkNn8Ve7oY)
* Select keyboard layout![](/files/J4MPvAZna7P3FPBAoCrv)
* Select updates and software, if you dont know what to choose, just press Continue![](/files/DC6CU0idA2Te7EgEADVQ)
* Choose installation type, Ubuntu supports multiple installation types:
  * Erase disk and install Ubuntu (easiest option)
  * Install Ubutnu alongside windows (will be visible only if ubuntu detects that you have windows installed) choose only if you want to dualboot windows and Ubuntu.
  * Something else (custom partitioning)

![](/files/1CDSXLra4GsfchPQTWw4)

* Press Install Now
* choose your region![](/files/WuvuOPjNg3AFLhXq0JX8)
* Choose computer name, username and password and press Continue![](/files/KBf6iDGxBai5gZFJ8po2)
* wait for the isntallation to finish![](/files/Hj0LalwwHW2mWijs832g)
* After the installation is finished press Restart now![](/files/wDt6sqiBsQEJvIwaMFpq)
* System will restart and you’re done


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/linux-bedrock-r8000-r7000/installing-ubuntu-on-bedrock-r8000-r7000.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
