> For the complete documentation index, see [llms.txt](https://docs.softaim.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softaim.gg/draft/hwid-spoofer/evicted/common-errors.md).

# Common Errors

### Fix common issues

#### No disk appears during Windows install

This usually means the RAID setup is incomplete.

Check these first:

* you extracted the RAID archive
* you copied the correct `AM4` or `AM5` folder
* you loaded both `AMD-RAID Bottom Device` and `AMD-RAID Controller`

Also verify:

* `SATA Mode` is set to `RAID`
* `NVMe Mode` is `Enabled`
* `CSM` is `Disabled`
* `UEFI` is enabled

{% hint style="warning" %}
On Windows 11, use the required `autounattend.xml` file.
{% endhint %}

#### You used the wrong method

Use the correct route:

* **Intel** never uses RAID here
* **AMD + Rust** must use RAID reinstall
* **AMD + other supported games** should use a virtual disk

#### The game was installed on `C:`

Move the install path to the virtual disk.

If needed, reinstall the game to the new drive.

Do not keep the target game on `C:`.

#### RAID install finished, but verification looks wrong

Open **Task Manager** → **Performance** → **Disk (C:)**.

You should see `AMD-RAID Array X` or `SCSI Disk Device`.

If not, repeat the RAID setup from the USB and driver step.

#### Old accounts or cloud apps were used

After reinstall:

* use a brand new offline account
* do not sign into OneDrive
* do not sign into GeForce Experience or Medal

#### Virtual disk is too small

Create it larger and leave spare space.

Use the game size plus `10` to `20 GB`.


---

# 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://docs.softaim.gg/draft/hwid-spoofer/evicted/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.
