> 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/howto-guides-bedrock-r8000-r7000/running-memtest86.md).

# Running Memtest86

To run Memtest86 you will first need to create a USB bootable drive.\
You can do that with tools like:

* Rufus on windows
* dd on Linux: `dd if=memtest86-usb.img of=/dev/<sda, sdb, sdc> bs=1M status=progress; sync`
  * Note sda, sdb … is the enumeration by your linux system, you can check it with `lsblk`

Plug the USB drive with Memtest86 to your Bedrock device and power it on.\
Wait for the system to boot to Memtest86 or select its boot option from BIOS.

Once booted, select the default scan (option 1):

![image-20250124-083135.png](/files/tvAB4mvtvbUHmv4Q5pxz)

Wait for Memtest86 to finish the test (this will take time) and see results.


---

# 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:

```
GET https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-r8000-technical-documentation/software-bedrock-r8000/howto-guides-bedrock-r8000-r7000/running-memtest86.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.
