> For the complete documentation index, see [llms.txt](https://guides.bludood.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.bludood.com/utm/common-errors.md).

# Common errors

## Error trying to restore removable drives: Failed to access drive image path.

**Reason:** A previously set removable drive path has been moved, edited or deleted.

**Solution:** Simply eject the image in any connected removable drive, by clicking "CD/DVD" and "Clear" (or Browse if you want to replace/fix the drive)

![How to eject a removable drive: step-by-step](/files/-MgQJeSZybMf4aIZ-vvN)

## QEMU exited from an error: qemu-system: cannot set up guest memory 'pc.ram': Cannot allocate memory

**Reason:** The amount of RAM set is too large for your system to run it.

**Solution:** Try to turn down the amount of RAM you allocated to your VM.

{% hint style="info" %}
On a Mac system, you can click the Apple logo in the top right, then About this computer, and see how much RAM your computer has. It is reccomended to use at least half your system's RAM, and more if possible.
{% endhint %}

{% hint style="warning" %}
On an iOS/iPadOS device, you may not use more than half it's RAM or else iOS will kill UTM. To find out how much RAM you device has, you can search it up on your favourite search engine. (example: "iPad Pro 11" 3rd generation RAM")
{% endhint %}

![How to turn down the amount of RAM a VM uses: step 1](/files/-MgQNVho_11G-K1Mrv8L)

![How to turn down the amount of RAM a VM uses: step 2](/files/-MgQMeppVEBiDHR_yPhf)

![How to turn down the amount of RAM a VM uses: step 3](/files/-MgQMSjUwUZjPgrFIk_A)


---

# 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://guides.bludood.com/utm/common-errors.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.
