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