> 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/intel/braswell/sbc-platform/how-to-prepare-an-installation-media-for-ib8000.md).

# How to prepare an Installation Media for IB8000

## Revision and Notes

| **Date**          | **Owner**                                                                                                                                                                                               | **Revision** | **Notes**       |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------- |
| 18 Apr 2022       |                                                                                                                                                                                                         | 1.0          | Initial release |
| Table of Contents | <p>- <a href="#revision-and-notes">Revision and Notes</a><br>- <a href="#overview">Overview</a><br>- <a href="#windows">Windows</a><br>- <a href="#linux-mac-osx-macos">Linux / MAC OSX – MacOS</a></p> |              |                 |

## Overview

The SolidPC / E8000 / N3710 SOM is an Intel-based Chip. This means that nearly all x86/x64 operation systems should work out of the box.

First of all, get the latest .iso file of your operation system. You can also clone a current CD/DVD to get an ISO file.

An external device is also needed – for example, an USB Stick or SD Card.

## Windows

The easiest way to install an iso file onto an USB drive is to use Rufus.

You can download the software here:

[http://rufus.akeo.ie](http://rufus.akeo.ie/)

Detailed information can be found here:

[Rufus - The Official Website (Download, New Releases)](http://rufus.akeo.ie/?locale=en_US)

## Linux / MAC OSX – MacOS

Under Linux, Mac OSX, and Windows you can either use different command-line tools or the GUI Tool called UNetbootin:

More information can be found here:

[UNetbootin - Homepage and Downloads](https://unetbootin.github.io/)

An example for UNetbootin under linux can be found here:

[Create a bootable USB stick on macOS | Ubuntu](http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx)


---

# 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/intel/braswell/sbc-platform/how-to-prepare-an-installation-media-for-ib8000.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.
